# HELP go_gc_duration_seconds A summary of the wall-time pause (stop-the-world) duration in garbage collection cycles. # TYPE go_gc_duration_seconds summary go_gc_duration_seconds{quantile="0"} 7.1052e-05 go_gc_duration_seconds{quantile="0.25"} 9.6835e-05 go_gc_duration_seconds{quantile="0.5"} 0.000120677 go_gc_duration_seconds{quantile="0.75"} 0.00015259 go_gc_duration_seconds{quantile="1"} 0.000488419 go_gc_duration_seconds_sum 1352.361420546 go_gc_duration_seconds_count 9.837759e+06 # HELP go_gc_gogc_percent Heap size target percentage configured by the user, otherwise 100. This value is set by the GOGC environment variable, and the runtime/debug.SetGCPercent function. Sourced from /gc/gogc:percent # TYPE go_gc_gogc_percent gauge go_gc_gogc_percent 100 # HELP go_gc_gomemlimit_bytes Go runtime memory limit configured by the user, otherwise math.MaxInt64. This value is set by the GOMEMLIMIT environment variable, and the runtime/debug.SetMemoryLimit function. Sourced from /gc/gomemlimit:bytes # TYPE go_gc_gomemlimit_bytes gauge go_gc_gomemlimit_bytes 9.223372036854776e+18 # HELP go_goroutines Number of goroutines that currently exist. # TYPE go_goroutines gauge go_goroutines 133 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.24.0"} 1 # HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_alloc_bytes gauge go_memstats_alloc_bytes 1.4192104e+07 # HELP go_memstats_alloc_bytes_total Total number of bytes allocated in heap until now, even if released already. Equals to /gc/heap/allocs:bytes. # TYPE go_memstats_alloc_bytes_total counter go_memstats_alloc_bytes_total 5.7054849210056e+13 # HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table. Equals to /memory/classes/profiling/buckets:bytes. # TYPE go_memstats_buck_hash_sys_bytes gauge go_memstats_buck_hash_sys_bytes 2.120509e+06 # HELP go_memstats_frees_total Total number of heap objects frees. Equals to /gc/heap/frees:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_frees_total counter go_memstats_frees_total 8.46661587377e+11 # HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata. Equals to /memory/classes/metadata/other:bytes. # TYPE go_memstats_gc_sys_bytes gauge go_memstats_gc_sys_bytes 4.90552e+06 # HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and currently in use, same as go_memstats_alloc_bytes. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_heap_alloc_bytes gauge go_memstats_heap_alloc_bytes 1.4192104e+07 # HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used. Equals to /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_idle_bytes gauge go_memstats_heap_idle_bytes 2.07355904e+08 # HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes # TYPE go_memstats_heap_inuse_bytes gauge go_memstats_heap_inuse_bytes 1.9791872e+07 # HELP go_memstats_heap_objects Number of currently allocated objects. Equals to /gc/heap/objects:objects. # TYPE go_memstats_heap_objects gauge go_memstats_heap_objects 220343 # HELP go_memstats_heap_released_bytes Number of heap bytes released to OS. Equals to /memory/classes/heap/released:bytes. # TYPE go_memstats_heap_released_bytes gauge go_memstats_heap_released_bytes 2.04128256e+08 # HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes + /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_sys_bytes gauge go_memstats_heap_sys_bytes 2.27147776e+08 # HELP go_memstats_last_gc_time_seconds Number of seconds since 1970 of last garbage collection. # TYPE go_memstats_last_gc_time_seconds gauge go_memstats_last_gc_time_seconds 1.7885431174192026e+09 # HELP go_memstats_mallocs_total Total number of heap objects allocated, both live and gc-ed. Semantically a counter version for go_memstats_heap_objects gauge. Equals to /gc/heap/allocs:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_mallocs_total counter go_memstats_mallocs_total 8.4666180772e+11 # HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures. Equals to /memory/classes/metadata/mcache/inuse:bytes. # TYPE go_memstats_mcache_inuse_bytes gauge go_memstats_mcache_inuse_bytes 28992 # HELP go_memstats_mcache_sys_bytes Number of bytes used for mcache structures obtained from system. Equals to /memory/classes/metadata/mcache/inuse:bytes + /memory/classes/metadata/mcache/free:bytes. # TYPE go_memstats_mcache_sys_bytes gauge go_memstats_mcache_sys_bytes 31408 # HELP go_memstats_mspan_inuse_bytes Number of bytes in use by mspan structures. Equals to /memory/classes/metadata/mspan/inuse:bytes. # TYPE go_memstats_mspan_inuse_bytes gauge go_memstats_mspan_inuse_bytes 496960 # HELP go_memstats_mspan_sys_bytes Number of bytes used for mspan structures obtained from system. Equals to /memory/classes/metadata/mspan/inuse:bytes + /memory/classes/metadata/mspan/free:bytes. # TYPE go_memstats_mspan_sys_bytes gauge go_memstats_mspan_sys_bytes 3.23136e+06 # HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place. Equals to /gc/heap/goal:bytes. # TYPE go_memstats_next_gc_bytes gauge go_memstats_next_gc_bytes 2.6017482e+07 # HELP go_memstats_other_sys_bytes Number of bytes used for other system allocations. Equals to /memory/classes/other:bytes. # TYPE go_memstats_other_sys_bytes gauge go_memstats_other_sys_bytes 4.250267e+06 # HELP go_memstats_stack_inuse_bytes Number of bytes obtained from system for stack allocator in non-CGO environments. Equals to /memory/classes/heap/stacks:bytes. # TYPE go_memstats_stack_inuse_bytes gauge go_memstats_stack_inuse_bytes 3.538944e+06 # HELP go_memstats_stack_sys_bytes Number of bytes obtained from system for stack allocator. Equals to /memory/classes/heap/stacks:bytes + /memory/classes/os-stacks:bytes. # TYPE go_memstats_stack_sys_bytes gauge go_memstats_stack_sys_bytes 3.538944e+06 # HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte. # TYPE go_memstats_sys_bytes gauge go_memstats_sys_bytes 2.45225784e+08 # HELP go_sched_gomaxprocs_threads The current runtime.GOMAXPROCS setting, or the number of operating system threads that can execute user-level Go code simultaneously. Sourced from /sched/gomaxprocs:threads # TYPE go_sched_gomaxprocs_threads gauge go_sched_gomaxprocs_threads 24 # HELP go_threads Number of OS threads created. # TYPE go_threads gauge go_threads 30 # HELP kafka_broker_info Information about the Kafka Broker. # TYPE kafka_broker_info gauge kafka_broker_info{address="k001.cmfrt.insitechdev.ru:9092",id="1"} 1 kafka_broker_info{address="k002.cmfrt.insitechdev.ru:9092",id="2"} 1 kafka_broker_info{address="k003.cmfrt.insitechdev.ru:9092",id="3"} 1 # HELP kafka_brokers Number of Brokers in the Kafka Cluster. # TYPE kafka_brokers gauge kafka_brokers 3 # HELP kafka_consumergroup_current_offset Current Offset of a ConsumerGroup at Topic/Partition # TYPE kafka_consumergroup_current_offset gauge kafka_consumergroup_current_offset{consumergroup="airflow_group_coffe_make_by_days",partition="0",topic="coffee.production.make"} 6.069289e+06 kafka_consumergroup_current_offset{consumergroup="airflow_group_coffe_make_by_days",partition="1",topic="coffee.production.make"} 5.594468e+06 kafka_consumergroup_current_offset{consumergroup="airflow_group_coffe_make_by_days",partition="2",topic="coffee.production.make"} 4.784899e+06 kafka_consumergroup_current_offset{consumergroup="airflow_group_coffe_make_by_days",partition="3",topic="coffee.production.make"} 5.728414e+06 kafka_consumergroup_current_offset{consumergroup="airflow_group_coffe_make_by_days",partition="4",topic="coffee.production.make"} 5.381205e+06 kafka_consumergroup_current_offset{consumergroup="airflow_group_coffe_make_by_days",partition="5",topic="coffee.production.make"} 4.93777e+06 kafka_consumergroup_current_offset{consumergroup="airflow_group_coffe_make_by_days",partition="6",topic="coffee.production.make"} 5.457673e+06 kafka_consumergroup_current_offset{consumergroup="airflow_group_coffe_make_by_days",partition="7",topic="coffee.production.make"} 5.835352e+06 kafka_consumergroup_current_offset{consumergroup="airflow_group_coffe_make_by_days",partition="8",topic="coffee.production.make"} 5.767097e+06 kafka_consumergroup_current_offset{consumergroup="airflow_group_coffe_make_by_days",partition="9",topic="coffee.production.make"} 5.176429e+06 kafka_consumergroup_current_offset{consumergroup="airflow_group_coffe_make_dev",partition="0",topic="coffee.production.make"} 5.755835e+06 kafka_consumergroup_current_offset{consumergroup="airflow_group_coffe_make_dev",partition="1",topic="coffee.production.make"} 5.33484e+06 kafka_consumergroup_current_offset{consumergroup="airflow_group_coffe_make_dev",partition="2",topic="coffee.production.make"} 4.509849e+06 kafka_consumergroup_current_offset{consumergroup="airflow_group_coffe_make_dev",partition="3",topic="coffee.production.make"} 5.436325e+06 kafka_consumergroup_current_offset{consumergroup="airflow_group_coffe_make_dev",partition="4",topic="coffee.production.make"} 5.098482e+06 kafka_consumergroup_current_offset{consumergroup="airflow_group_coffe_make_dev",partition="5",topic="coffee.production.make"} 4.677616e+06 kafka_consumergroup_current_offset{consumergroup="airflow_group_coffe_make_dev",partition="6",topic="coffee.production.make"} 5.143466e+06 kafka_consumergroup_current_offset{consumergroup="airflow_group_coffe_make_dev",partition="7",topic="coffee.production.make"} 5.560335e+06 kafka_consumergroup_current_offset{consumergroup="airflow_group_coffe_make_dev",partition="8",topic="coffee.production.make"} 5.452486e+06 kafka_consumergroup_current_offset{consumergroup="airflow_group_coffe_make_dev",partition="9",topic="coffee.production.make"} 4.892356e+06 kafka_consumergroup_current_offset{consumergroup="airflow_group_flow_maintains__production",partition="0",topic="CMTS3M75Q.production.maintain"} 3.447467e+06 kafka_consumergroup_current_offset{consumergroup="airflow_group_flow_maintains__production",partition="1",topic="CMTS3M75Q.production.maintain"} 3.761679e+06 kafka_consumergroup_current_offset{consumergroup="airflow_group_flow_maintains__production",partition="2",topic="CMTS3M75Q.production.maintain"} 3.508942e+06 kafka_consumergroup_current_offset{consumergroup="airflow_group_flow_maintains__production",partition="3",topic="CMTS3M75Q.production.maintain"} 3.224884e+06 kafka_consumergroup_current_offset{consumergroup="airflow_group_flow_maintains__production",partition="4",topic="CMTS3M75Q.production.maintain"} 3.180738e+06 kafka_consumergroup_current_offset{consumergroup="airflow_group_flow_maintains__production",partition="5",topic="CMTS3M75Q.production.maintain"} 3.176497e+06 kafka_consumergroup_current_offset{consumergroup="airflow_group_flow_maintains__production",partition="6",topic="CMTS3M75Q.production.maintain"} 3.148554e+06 kafka_consumergroup_current_offset{consumergroup="airflow_group_flow_maintains__production",partition="7",topic="CMTS3M75Q.production.maintain"} 3.06778e+06 kafka_consumergroup_current_offset{consumergroup="airflow_group_flow_maintains__production",partition="8",topic="CMTS3M75Q.production.maintain"} 3.100851e+06 kafka_consumergroup_current_offset{consumergroup="airflow_group_flow_maintains__production",partition="9",topic="CMTS3M75Q.production.maintain"} 3.436945e+06 kafka_consumergroup_current_offset{consumergroup="airflow_group_recipe__production",partition="0",topic="CMT_RECIPE_API.v1.production.recipe_ingredients"} 8.6759293e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-Log-consumer",partition="0",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 1.46691012e+08 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-Log-consumer",partition="0",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 1.2540418e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-Log-consumer",partition="1",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 1.46666617e+08 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-Log-consumer",partition="1",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 1.2537835e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-Log-consumer",partition="2",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 1.46672885e+08 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-Log-consumer",partition="2",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 1.2532736e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-Log-consumer",partition="3",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 1.46677724e+08 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-Log-consumer",partition="3",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 1.2552728e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-Log-consumer",partition="4",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 1.4671833e+08 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-Log-consumer",partition="4",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 1.2548413e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-Log-consumer",partition="5",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 1.46679832e+08 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-Log-consumer",partition="5",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 1.2543326e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-Log-consumer",partition="6",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 1.46711193e+08 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-Log-consumer",partition="6",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 1.2569147e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-Log-consumer",partition="7",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 1.46711916e+08 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-Log-consumer",partition="7",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 1.255046e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-Log-consumer",partition="8",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 1.46691405e+08 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-Log-consumer",partition="8",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 1.2550649e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-Log-consumer",partition="9",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 1.46717517e+08 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-Log-consumer",partition="9",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 1.2529789e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-coffeeInfo-consumer",partition="0",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 4711 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-coffeeInfo-consumer",partition="0",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 208 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-coffeeInfo-consumer",partition="0",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 209 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-coffeeInfo-consumer",partition="0",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 205 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-coffeeInfo-consumer",partition="1",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 2081 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-coffeeInfo-consumer",partition="1",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 240 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-coffeeInfo-consumer",partition="1",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 248 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-coffeeInfo-consumer",partition="1",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 243 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-coffeeInfo-consumer",partition="2",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 5518 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-coffeeInfo-consumer",partition="2",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 551 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-coffeeInfo-consumer",partition="2",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 530 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-coffeeInfo-consumer",partition="2",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 539 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-coffeeInfo-consumer",partition="3",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 6433 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-coffeeInfo-consumer",partition="3",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 717 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-coffeeInfo-consumer",partition="3",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 440 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-coffeeInfo-consumer",partition="3",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 741 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-coffeeInfo-consumer",partition="4",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 942 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-coffeeInfo-consumer",partition="4",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} -1 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-coffeeInfo-consumer",partition="4",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 296 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-coffeeInfo-consumer",partition="4",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} -1 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-coffeeInfo-consumer",partition="5",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 10111 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-coffeeInfo-consumer",partition="5",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 721 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-coffeeInfo-consumer",partition="5",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 831 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-coffeeInfo-consumer",partition="5",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 732 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-coffeeInfo-consumer",partition="6",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 2664 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-coffeeInfo-consumer",partition="6",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 335 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-coffeeInfo-consumer",partition="6",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 343 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-coffeeInfo-consumer",partition="6",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 355 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-coffeeInfo-consumer",partition="7",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 7773 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-coffeeInfo-consumer",partition="7",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 362 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-coffeeInfo-consumer",partition="7",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 536 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-coffeeInfo-consumer",partition="7",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 346 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-coffeeInfo-consumer",partition="8",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 10102 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-coffeeInfo-consumer",partition="8",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 670 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-coffeeInfo-consumer",partition="8",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 667 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-coffeeInfo-consumer",partition="8",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 679 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-coffeeInfo-consumer",partition="9",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 3782 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-coffeeInfo-consumer",partition="9",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 588 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-coffeeInfo-consumer",partition="9",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 412 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-coffeeInfo-consumer",partition="9",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 571 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="0",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 368 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="0",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 1224 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="0",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 80 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="0",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 87 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="0",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 87 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="1",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 539 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="1",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 661 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="1",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 130 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="1",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 128 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="1",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 142 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="2",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} -1 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="2",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 952 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="2",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} -1 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="2",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} -1 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="2",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} -1 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="3",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 961 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="3",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 1733 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="3",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 229 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="3",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 238 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="3",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 226 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="4",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 556 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="4",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 999 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="4",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 134 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="4",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 134 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="4",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 125 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="5",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 1284 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="5",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 2202 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="5",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 313 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="5",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 317 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="5",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 322 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="6",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 536 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="6",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 1180 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="6",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 134 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="6",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 135 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="6",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 128 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="7",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 6404 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="7",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 4328 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="7",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 79 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="7",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 77 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="7",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 77 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="8",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 964 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="8",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 7274 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="8",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 226 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="8",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 228 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="8",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 226 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="9",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 581 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="9",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 1615 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="9",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 122 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="9",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 129 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="9",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 133 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-making_details-consumer",partition="0",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 462421 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-making_details-consumer",partition="1",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 462238 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-making_details-consumer",partition="2",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 476264 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-making_details-consumer",partition="3",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 454022 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-making_details-consumer",partition="4",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 466281 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-making_details-consumer",partition="5",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 464930 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-making_details-consumer",partition="6",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 472124 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-making_details-consumer",partition="7",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 469095 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-making_details-consumer",partition="8",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 470514 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-making_details-consumer",partition="9",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 469134 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink-consumer",partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 1.751717e+06 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink-consumer",partition="0",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 4 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink-consumer",partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 24805 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink-consumer",partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 1.286202e+06 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink-consumer",partition="1",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} -1 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink-consumer",partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} -1 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink-consumer",partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 8.090421e+06 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink-consumer",partition="2",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 12 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink-consumer",partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 96224 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink-consumer",partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 2.212529e+06 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink-consumer",partition="3",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 16 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink-consumer",partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 99190 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink-consumer",partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 8.343012e+06 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink-consumer",partition="4",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 16 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink-consumer",partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 77341 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink-consumer",partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 1.0957679e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink-consumer",partition="5",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 8 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink-consumer",partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 27741 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink-consumer",partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 3.17405e+06 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink-consumer",partition="6",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 12 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink-consumer",partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 52546 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink-consumer",partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 315078 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink-consumer",partition="7",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 8 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink-consumer",partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 152147 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink-consumer",partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 274076 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink-consumer",partition="8",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 8 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink-consumer",partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 49590 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink-consumer",partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 3.599836e+06 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink-consumer",partition="9",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 8 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink-consumer",partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 71439 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink_cup-consumer",partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 5.910452e+06 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink_cup-consumer",partition="0",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 13 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink_cup-consumer",partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 75506 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink_cup-consumer",partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 1.3541317e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink_cup-consumer",partition="1",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 6 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink_cup-consumer",partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 2058 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink_cup-consumer",partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 5.9394e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink_cup-consumer",partition="2",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 28 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink_cup-consumer",partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 490044 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink_cup-consumer",partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 2.4389362e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink_cup-consumer",partition="3",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 44 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink_cup-consumer",partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 571851 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink_cup-consumer",partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 9.6338042e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink_cup-consumer",partition="4",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 42 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink_cup-consumer",partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 229615 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink_cup-consumer",partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 5.7644123e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink_cup-consumer",partition="5",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 24 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink_cup-consumer",partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 116427 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink_cup-consumer",partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 3.6054159e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink_cup-consumer",partition="6",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 34 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink_cup-consumer",partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 158232 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink_cup-consumer",partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 2.224045e+06 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink_cup-consumer",partition="7",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 29 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink_cup-consumer",partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 425946 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink_cup-consumer",partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 1.48574e+06 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink_cup-consumer",partition="8",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 20 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink_cup-consumer",partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 147168 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink_cup-consumer",partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 1.3924521e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink_cup-consumer",partition="9",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 24 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink_cup-consumer",partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 489510 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_maintain_record-consumer",partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 2.688984e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_maintain_record-consumer",partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 2.7719527e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_maintain_record-consumer",partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 2.9455542e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_maintain_record-consumer",partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 2.7531688e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_maintain_record-consumer",partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 2.81146e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_maintain_record-consumer",partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 2.7605075e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_maintain_record-consumer",partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 2.7602617e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_maintain_record-consumer",partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 2.7643287e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_maintain_record-consumer",partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 3.1244596e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_maintain_record-consumer",partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 2.819781e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_device_clean-consumer",partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 2.984419e+06 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_device_clean-consumer",partition="0",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 4 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_device_clean-consumer",partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 24794 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_device_clean-consumer",partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 1.95301e+06 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_device_clean-consumer",partition="1",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} -1 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_device_clean-consumer",partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} -1 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_device_clean-consumer",partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 3.897318e+06 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_device_clean-consumer",partition="2",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} -1 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_device_clean-consumer",partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} -1 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_device_clean-consumer",partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 389042 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_device_clean-consumer",partition="3",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 6 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_device_clean-consumer",partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 3490 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_device_clean-consumer",partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 852834 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_device_clean-consumer",partition="4",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 1 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_device_clean-consumer",partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 23049 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_device_clean-consumer",partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 1.942041e+06 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_device_clean-consumer",partition="5",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} -1 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_device_clean-consumer",partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} -1 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_device_clean-consumer",partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 1.876569e+06 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_device_clean-consumer",partition="6",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 5 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_device_clean-consumer",partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 47843 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_device_clean-consumer",partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 2.794762e+06 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_device_clean-consumer",partition="7",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 1 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_device_clean-consumer",partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 23049 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_device_clean-consumer",partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 1.458076e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_device_clean-consumer",partition="8",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 7 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_device_clean-consumer",partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 129106 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_device_clean-consumer",partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 1.046434e+06 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_device_clean-consumer",partition="9",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 4 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_device_clean-consumer",partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 24794 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_device_make-consumer",partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 1.33239966e+08 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_device_make-consumer",partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 1.33173891e+08 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_device_make-consumer",partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 1.33201536e+08 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_device_make-consumer",partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 1.33262813e+08 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_device_make-consumer",partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 1.33167954e+08 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_device_make-consumer",partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 1.33246346e+08 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_device_make-consumer",partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 1.33200432e+08 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_device_make-consumer",partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 1.33266956e+08 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_device_make-consumer",partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 1.33217252e+08 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-archive-batch-yk_device_make-consumer",partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 1.33218022e+08 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-lacte-batch-consumer",partition="0",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 3301 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-lacte-batch-consumer",partition="0",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 93686 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-lacte-batch-consumer",partition="0",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 11466 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-lacte-batch-consumer",partition="0",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 16318 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-lacte-batch-consumer",partition="1",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 1682 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-lacte-batch-consumer",partition="1",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 89989 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-lacte-batch-consumer",partition="1",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 10721 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-lacte-batch-consumer",partition="1",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 15411 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-lacte-batch-consumer",partition="2",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 3290 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-lacte-batch-consumer",partition="2",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 91702 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-lacte-batch-consumer",partition="2",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 11071 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-lacte-batch-consumer",partition="2",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 15984 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-lacte-batch-consumer",partition="3",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 149 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-lacte-batch-consumer",partition="3",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 91318 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-lacte-batch-consumer",partition="3",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 12390 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-lacte-batch-consumer",partition="3",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 16578 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-lacte-batch-consumer",partition="4",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 1519 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-lacte-batch-consumer",partition="4",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 89702 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-lacte-batch-consumer",partition="4",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 11424 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-lacte-batch-consumer",partition="4",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 16825 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-lacte-batch-consumer",partition="5",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 1658 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-lacte-batch-consumer",partition="5",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 95275 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-lacte-batch-consumer",partition="5",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 10707 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-lacte-batch-consumer",partition="5",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 16908 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-lacte-batch-consumer",partition="6",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 2358 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-lacte-batch-consumer",partition="6",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 92993 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-lacte-batch-consumer",partition="6",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 10814 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-lacte-batch-consumer",partition="6",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 15898 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-lacte-batch-consumer",partition="7",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 846 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-lacte-batch-consumer",partition="7",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 91696 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-lacte-batch-consumer",partition="7",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 11261 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-lacte-batch-consumer",partition="7",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 15906 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-lacte-batch-consumer",partition="8",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 1327 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-lacte-batch-consumer",partition="8",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 94121 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-lacte-batch-consumer",partition="8",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 10789 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-lacte-batch-consumer",partition="8",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 16041 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-lacte-batch-consumer",partition="9",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 1675 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-lacte-batch-consumer",partition="9",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 91547 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-lacte-batch-consumer",partition="9",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 11999 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-develop-lacte-batch-consumer",partition="9",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 15698 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-Log-consumer",partition="0",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 1.46691012e+08 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-Log-consumer",partition="0",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 1.2540425e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-Log-consumer",partition="1",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 1.46666617e+08 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-Log-consumer",partition="1",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 1.2537848e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-Log-consumer",partition="2",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 1.46672885e+08 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-Log-consumer",partition="2",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 1.2532745e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-Log-consumer",partition="3",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 1.46677724e+08 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-Log-consumer",partition="3",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 1.2552735e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-Log-consumer",partition="4",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 1.4671833e+08 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-Log-consumer",partition="4",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 1.2548426e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-Log-consumer",partition="5",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 1.46679832e+08 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-Log-consumer",partition="5",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 1.254333e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-Log-consumer",partition="6",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 1.46711193e+08 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-Log-consumer",partition="6",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 1.256915e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-Log-consumer",partition="7",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 1.46711916e+08 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-Log-consumer",partition="7",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 1.2550464e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-Log-consumer",partition="8",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 1.46691405e+08 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-Log-consumer",partition="8",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 1.2550651e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-Log-consumer",partition="9",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 1.46717517e+08 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-Log-consumer",partition="9",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 1.2529792e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-coffeeInfo-consumer",partition="0",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 4711 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-coffeeInfo-consumer",partition="0",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 208 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-coffeeInfo-consumer",partition="0",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 209 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-coffeeInfo-consumer",partition="0",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 205 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-coffeeInfo-consumer",partition="1",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 2081 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-coffeeInfo-consumer",partition="1",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 240 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-coffeeInfo-consumer",partition="1",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 248 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-coffeeInfo-consumer",partition="1",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 243 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-coffeeInfo-consumer",partition="2",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 5518 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-coffeeInfo-consumer",partition="2",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 551 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-coffeeInfo-consumer",partition="2",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 530 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-coffeeInfo-consumer",partition="2",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 539 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-coffeeInfo-consumer",partition="3",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 6433 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-coffeeInfo-consumer",partition="3",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 717 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-coffeeInfo-consumer",partition="3",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 440 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-coffeeInfo-consumer",partition="3",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 741 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-coffeeInfo-consumer",partition="4",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 942 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-coffeeInfo-consumer",partition="4",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} -1 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-coffeeInfo-consumer",partition="4",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 296 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-coffeeInfo-consumer",partition="4",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} -1 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-coffeeInfo-consumer",partition="5",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 10111 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-coffeeInfo-consumer",partition="5",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 721 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-coffeeInfo-consumer",partition="5",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 831 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-coffeeInfo-consumer",partition="5",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 732 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-coffeeInfo-consumer",partition="6",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 2664 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-coffeeInfo-consumer",partition="6",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 335 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-coffeeInfo-consumer",partition="6",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 343 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-coffeeInfo-consumer",partition="6",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 355 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-coffeeInfo-consumer",partition="7",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 7773 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-coffeeInfo-consumer",partition="7",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 362 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-coffeeInfo-consumer",partition="7",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 536 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-coffeeInfo-consumer",partition="7",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 346 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-coffeeInfo-consumer",partition="8",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 10102 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-coffeeInfo-consumer",partition="8",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 670 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-coffeeInfo-consumer",partition="8",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 667 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-coffeeInfo-consumer",partition="8",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 679 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-coffeeInfo-consumer",partition="9",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 3782 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-coffeeInfo-consumer",partition="9",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 588 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-coffeeInfo-consumer",partition="9",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 412 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-coffeeInfo-consumer",partition="9",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 571 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="0",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 368 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="0",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 1224 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="0",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 80 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="0",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 87 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="0",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 87 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="1",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 539 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="1",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 661 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="1",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 130 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="1",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 128 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="1",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 142 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="2",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} -1 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="2",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 952 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="2",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} -1 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="2",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} -1 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="2",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} -1 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="3",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 961 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="3",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 1733 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="3",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 229 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="3",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 238 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="3",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 226 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="4",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 556 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="4",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 999 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="4",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 134 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="4",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 134 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="4",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 125 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="5",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 1284 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="5",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 2202 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="5",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 313 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="5",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 317 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="5",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 322 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="6",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 536 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="6",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 1180 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="6",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 134 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="6",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 135 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="6",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 128 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="7",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 6404 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="7",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 4328 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="7",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 79 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="7",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 77 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="7",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 77 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="8",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 964 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="8",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 7274 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="8",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 226 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="8",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 228 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="8",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 226 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="9",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 581 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="9",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 1615 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="9",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 122 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="9",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 129 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="9",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 133 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-making_details-consumer",partition="0",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 462421 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-making_details-consumer",partition="1",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 462238 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-making_details-consumer",partition="2",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 476264 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-making_details-consumer",partition="3",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 454022 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-making_details-consumer",partition="4",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 466281 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-making_details-consumer",partition="5",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 464930 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-making_details-consumer",partition="6",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 472124 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-making_details-consumer",partition="7",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 469095 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-making_details-consumer",partition="8",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 470514 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-making_details-consumer",partition="9",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 469134 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink-consumer",partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 1.751717e+06 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink-consumer",partition="0",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 4 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink-consumer",partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 24805 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink-consumer",partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 1.286202e+06 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink-consumer",partition="1",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} -1 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink-consumer",partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} -1 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink-consumer",partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 8.090421e+06 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink-consumer",partition="2",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 12 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink-consumer",partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 96224 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink-consumer",partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 2.212529e+06 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink-consumer",partition="3",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 16 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink-consumer",partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 99190 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink-consumer",partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 8.343012e+06 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink-consumer",partition="4",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 16 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink-consumer",partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 77341 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink-consumer",partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 1.0957679e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink-consumer",partition="5",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 8 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink-consumer",partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 27741 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink-consumer",partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 3.17405e+06 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink-consumer",partition="6",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 12 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink-consumer",partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 52546 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink-consumer",partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 315078 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink-consumer",partition="7",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 8 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink-consumer",partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 152147 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink-consumer",partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 274076 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink-consumer",partition="8",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 8 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink-consumer",partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 49590 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink-consumer",partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 3.599836e+06 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink-consumer",partition="9",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 8 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink-consumer",partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 71439 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink_cup-consumer",partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 5.910452e+06 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink_cup-consumer",partition="0",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 13 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink_cup-consumer",partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 75506 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink_cup-consumer",partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 1.3541317e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink_cup-consumer",partition="1",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 6 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink_cup-consumer",partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 2058 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink_cup-consumer",partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 5.9394e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink_cup-consumer",partition="2",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 28 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink_cup-consumer",partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 490044 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink_cup-consumer",partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 2.4389362e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink_cup-consumer",partition="3",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 44 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink_cup-consumer",partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 571851 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink_cup-consumer",partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 9.6338042e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink_cup-consumer",partition="4",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 42 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink_cup-consumer",partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 229615 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink_cup-consumer",partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 5.7644123e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink_cup-consumer",partition="5",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 24 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink_cup-consumer",partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 116427 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink_cup-consumer",partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 3.6054159e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink_cup-consumer",partition="6",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 34 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink_cup-consumer",partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 158232 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink_cup-consumer",partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 2.224045e+06 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink_cup-consumer",partition="7",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 29 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink_cup-consumer",partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 425946 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink_cup-consumer",partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 1.48574e+06 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink_cup-consumer",partition="8",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 20 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink_cup-consumer",partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 147168 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink_cup-consumer",partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 1.3924521e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink_cup-consumer",partition="9",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 24 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink_cup-consumer",partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 489510 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_maintain_record-consumer",partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 2.6889834e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_maintain_record-consumer",partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 2.7719525e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_maintain_record-consumer",partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 2.9455538e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_maintain_record-consumer",partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 2.7531685e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_maintain_record-consumer",partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 2.8114599e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_maintain_record-consumer",partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 2.7605085e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_maintain_record-consumer",partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 2.7602621e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_maintain_record-consumer",partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 2.7643295e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_maintain_record-consumer",partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 3.1244604e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_maintain_record-consumer",partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 2.8197816e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_device_clean-consumer",partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 2.984419e+06 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_device_clean-consumer",partition="0",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 4 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_device_clean-consumer",partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 24794 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_device_clean-consumer",partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 1.95301e+06 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_device_clean-consumer",partition="1",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} -1 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_device_clean-consumer",partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} -1 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_device_clean-consumer",partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 3.897318e+06 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_device_clean-consumer",partition="2",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} -1 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_device_clean-consumer",partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} -1 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_device_clean-consumer",partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 389042 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_device_clean-consumer",partition="3",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 6 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_device_clean-consumer",partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 3490 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_device_clean-consumer",partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 852834 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_device_clean-consumer",partition="4",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 1 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_device_clean-consumer",partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 23049 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_device_clean-consumer",partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 1.942041e+06 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_device_clean-consumer",partition="5",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} -1 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_device_clean-consumer",partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} -1 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_device_clean-consumer",partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 1.876569e+06 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_device_clean-consumer",partition="6",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 5 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_device_clean-consumer",partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 47843 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_device_clean-consumer",partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 2.794762e+06 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_device_clean-consumer",partition="7",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 1 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_device_clean-consumer",partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 23049 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_device_clean-consumer",partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 1.458076e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_device_clean-consumer",partition="8",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 7 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_device_clean-consumer",partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 129106 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_device_clean-consumer",partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 1.046434e+06 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_device_clean-consumer",partition="9",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 4 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_device_clean-consumer",partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 24794 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_device_make-consumer",partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 1.33239966e+08 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_device_make-consumer",partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 1.33173893e+08 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_device_make-consumer",partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 1.33201536e+08 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_device_make-consumer",partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 1.33262815e+08 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_device_make-consumer",partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 1.33167955e+08 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_device_make-consumer",partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 1.33246337e+08 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_device_make-consumer",partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 1.33200427e+08 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_device_make-consumer",partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 1.33266949e+08 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_device_make-consumer",partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 1.33217245e+08 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-archive-batch-yk_device_make-consumer",partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 1.33218017e+08 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-lacte-batch-consumer",partition="0",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 3301 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-lacte-batch-consumer",partition="0",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 93686 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-lacte-batch-consumer",partition="0",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 11466 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-lacte-batch-consumer",partition="0",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 16318 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-lacte-batch-consumer",partition="1",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 1682 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-lacte-batch-consumer",partition="1",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 89989 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-lacte-batch-consumer",partition="1",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 10721 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-lacte-batch-consumer",partition="1",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 15411 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-lacte-batch-consumer",partition="2",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 3290 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-lacte-batch-consumer",partition="2",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 91702 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-lacte-batch-consumer",partition="2",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 11071 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-lacte-batch-consumer",partition="2",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 15984 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-lacte-batch-consumer",partition="3",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 149 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-lacte-batch-consumer",partition="3",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 91318 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-lacte-batch-consumer",partition="3",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 12390 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-lacte-batch-consumer",partition="3",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 16578 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-lacte-batch-consumer",partition="4",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 1519 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-lacte-batch-consumer",partition="4",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 89702 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-lacte-batch-consumer",partition="4",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 11424 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-lacte-batch-consumer",partition="4",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 16825 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-lacte-batch-consumer",partition="5",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 1658 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-lacte-batch-consumer",partition="5",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 95275 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-lacte-batch-consumer",partition="5",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 10707 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-lacte-batch-consumer",partition="5",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 16908 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-lacte-batch-consumer",partition="6",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 2358 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-lacte-batch-consumer",partition="6",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 92993 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-lacte-batch-consumer",partition="6",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 10814 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-lacte-batch-consumer",partition="6",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 15898 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-lacte-batch-consumer",partition="7",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 846 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-lacte-batch-consumer",partition="7",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 91696 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-lacte-batch-consumer",partition="7",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 11261 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-lacte-batch-consumer",partition="7",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 15906 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-lacte-batch-consumer",partition="8",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 1327 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-lacte-batch-consumer",partition="8",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 94121 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-lacte-batch-consumer",partition="8",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 10789 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-lacte-batch-consumer",partition="8",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 16041 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-lacte-batch-consumer",partition="9",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 1675 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-lacte-batch-consumer",partition="9",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 91547 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-lacte-batch-consumer",partition="9",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 11999 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-production-lacte-batch-consumer",partition="9",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 15698 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-Log-consumer",partition="0",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 1.46691012e+08 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-Log-consumer",partition="0",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 1.2540416e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-Log-consumer",partition="1",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 1.46666617e+08 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-Log-consumer",partition="1",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 1.2537833e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-Log-consumer",partition="2",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 1.46672885e+08 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-Log-consumer",partition="2",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 1.2532734e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-Log-consumer",partition="3",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 1.46677724e+08 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-Log-consumer",partition="3",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 1.2552727e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-Log-consumer",partition="4",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 1.4671833e+08 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-Log-consumer",partition="4",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 1.2548409e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-Log-consumer",partition="5",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 1.46679832e+08 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-Log-consumer",partition="5",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 1.254335e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-Log-consumer",partition="6",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 1.46711193e+08 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-Log-consumer",partition="6",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 1.2569167e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-Log-consumer",partition="7",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 1.46711916e+08 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-Log-consumer",partition="7",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 1.255048e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-Log-consumer",partition="8",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 1.46691405e+08 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-Log-consumer",partition="8",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 1.2550671e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-Log-consumer",partition="9",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 1.46717517e+08 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-Log-consumer",partition="9",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 1.2529809e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-coffeeInfo-consumer",partition="0",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 4711 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-coffeeInfo-consumer",partition="0",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 208 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-coffeeInfo-consumer",partition="0",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 209 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-coffeeInfo-consumer",partition="0",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 205 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-coffeeInfo-consumer",partition="1",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 2081 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-coffeeInfo-consumer",partition="1",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 240 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-coffeeInfo-consumer",partition="1",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 248 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-coffeeInfo-consumer",partition="1",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 243 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-coffeeInfo-consumer",partition="2",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 5518 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-coffeeInfo-consumer",partition="2",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 551 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-coffeeInfo-consumer",partition="2",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 530 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-coffeeInfo-consumer",partition="2",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 539 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-coffeeInfo-consumer",partition="3",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 6433 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-coffeeInfo-consumer",partition="3",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 717 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-coffeeInfo-consumer",partition="3",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 440 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-coffeeInfo-consumer",partition="3",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 741 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-coffeeInfo-consumer",partition="4",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 942 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-coffeeInfo-consumer",partition="4",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} -1 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-coffeeInfo-consumer",partition="4",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 296 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-coffeeInfo-consumer",partition="4",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} -1 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-coffeeInfo-consumer",partition="5",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 10111 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-coffeeInfo-consumer",partition="5",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 721 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-coffeeInfo-consumer",partition="5",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 831 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-coffeeInfo-consumer",partition="5",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 732 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-coffeeInfo-consumer",partition="6",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 2664 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-coffeeInfo-consumer",partition="6",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 335 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-coffeeInfo-consumer",partition="6",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 343 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-coffeeInfo-consumer",partition="6",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 355 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-coffeeInfo-consumer",partition="7",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 7773 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-coffeeInfo-consumer",partition="7",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 362 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-coffeeInfo-consumer",partition="7",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 536 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-coffeeInfo-consumer",partition="7",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 346 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-coffeeInfo-consumer",partition="8",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 10102 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-coffeeInfo-consumer",partition="8",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 670 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-coffeeInfo-consumer",partition="8",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 667 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-coffeeInfo-consumer",partition="8",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 679 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-coffeeInfo-consumer",partition="9",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 3782 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-coffeeInfo-consumer",partition="9",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 588 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-coffeeInfo-consumer",partition="9",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 412 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-coffeeInfo-consumer",partition="9",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 571 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="0",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 368 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="0",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 1224 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="0",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 80 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="0",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 87 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="0",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 87 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="1",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 539 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="1",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 661 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="1",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 130 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="1",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 128 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="1",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 142 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="2",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} -1 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="2",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 952 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="2",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} -1 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="2",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} -1 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="2",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} -1 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="3",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 961 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="3",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 1733 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="3",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 229 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="3",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 238 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="3",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 226 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="4",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 556 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="4",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 999 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="4",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 134 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="4",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 134 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="4",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 125 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="5",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 1284 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="5",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 2202 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="5",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 313 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="5",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 317 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="5",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 322 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="6",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 536 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="6",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 1180 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="6",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 134 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="6",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 135 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="6",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 128 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="7",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 6404 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="7",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 4328 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="7",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 79 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="7",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 77 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="7",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 77 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="8",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 964 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="8",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 7274 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="8",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 226 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="8",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 228 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="8",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 226 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="9",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 581 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="9",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 1615 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="9",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 122 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="9",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 129 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="9",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 133 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-making_details-consumer",partition="0",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 462421 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-making_details-consumer",partition="1",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 462238 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-making_details-consumer",partition="2",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 476264 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-making_details-consumer",partition="3",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 454022 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-making_details-consumer",partition="4",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 466281 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-making_details-consumer",partition="5",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 464930 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-making_details-consumer",partition="6",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 472124 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-making_details-consumer",partition="7",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 469095 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-making_details-consumer",partition="8",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 470514 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-making_details-consumer",partition="9",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 469134 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink-consumer",partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 1.751717e+06 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink-consumer",partition="0",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 4 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink-consumer",partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 24805 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink-consumer",partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 1.286202e+06 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink-consumer",partition="1",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} -1 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink-consumer",partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} -1 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink-consumer",partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 8.090421e+06 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink-consumer",partition="2",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 12 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink-consumer",partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 96224 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink-consumer",partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 2.212529e+06 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink-consumer",partition="3",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 16 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink-consumer",partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 99190 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink-consumer",partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 8.343012e+06 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink-consumer",partition="4",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 16 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink-consumer",partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 77341 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink-consumer",partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 1.0957679e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink-consumer",partition="5",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 8 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink-consumer",partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 27741 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink-consumer",partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 3.17405e+06 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink-consumer",partition="6",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 12 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink-consumer",partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 52546 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink-consumer",partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 315078 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink-consumer",partition="7",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 8 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink-consumer",partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 152147 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink-consumer",partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 274076 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink-consumer",partition="8",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 8 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink-consumer",partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 49590 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink-consumer",partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 3.599836e+06 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink-consumer",partition="9",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 8 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink-consumer",partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 71439 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink_cup-consumer",partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 5.910452e+06 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink_cup-consumer",partition="0",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 13 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink_cup-consumer",partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 75506 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink_cup-consumer",partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 1.3541317e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink_cup-consumer",partition="1",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 6 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink_cup-consumer",partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 2058 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink_cup-consumer",partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 5.9394e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink_cup-consumer",partition="2",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 28 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink_cup-consumer",partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 490044 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink_cup-consumer",partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 2.4389362e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink_cup-consumer",partition="3",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 44 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink_cup-consumer",partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 571851 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink_cup-consumer",partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 9.6338042e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink_cup-consumer",partition="4",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 42 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink_cup-consumer",partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 229615 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink_cup-consumer",partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 5.7644123e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink_cup-consumer",partition="5",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 24 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink_cup-consumer",partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 116427 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink_cup-consumer",partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 3.6054159e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink_cup-consumer",partition="6",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 34 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink_cup-consumer",partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 158232 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink_cup-consumer",partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 2.224045e+06 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink_cup-consumer",partition="7",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 29 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink_cup-consumer",partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 425946 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink_cup-consumer",partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 1.48574e+06 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink_cup-consumer",partition="8",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 20 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink_cup-consumer",partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 147168 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink_cup-consumer",partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 1.3924521e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink_cup-consumer",partition="9",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 24 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink_cup-consumer",partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 489510 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_maintain_record-consumer",partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 2.6889833e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_maintain_record-consumer",partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 2.7719521e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_maintain_record-consumer",partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 2.9455534e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_maintain_record-consumer",partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 2.7531684e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_maintain_record-consumer",partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 2.8114596e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_maintain_record-consumer",partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 2.7605078e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_maintain_record-consumer",partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 2.7602618e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_maintain_record-consumer",partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 2.7643291e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_maintain_record-consumer",partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 3.12446e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_maintain_record-consumer",partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 2.8197812e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_device_clean-consumer",partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 2.984419e+06 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_device_clean-consumer",partition="0",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 4 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_device_clean-consumer",partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 24794 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_device_clean-consumer",partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 1.95301e+06 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_device_clean-consumer",partition="1",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} -1 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_device_clean-consumer",partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} -1 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_device_clean-consumer",partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 3.897318e+06 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_device_clean-consumer",partition="2",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} -1 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_device_clean-consumer",partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} -1 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_device_clean-consumer",partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 389042 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_device_clean-consumer",partition="3",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 6 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_device_clean-consumer",partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 3490 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_device_clean-consumer",partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 852834 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_device_clean-consumer",partition="4",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 1 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_device_clean-consumer",partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 23049 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_device_clean-consumer",partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 1.942041e+06 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_device_clean-consumer",partition="5",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} -1 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_device_clean-consumer",partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} -1 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_device_clean-consumer",partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 1.876569e+06 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_device_clean-consumer",partition="6",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 5 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_device_clean-consumer",partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 47843 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_device_clean-consumer",partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 2.794762e+06 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_device_clean-consumer",partition="7",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 1 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_device_clean-consumer",partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 23049 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_device_clean-consumer",partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 1.458076e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_device_clean-consumer",partition="8",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 7 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_device_clean-consumer",partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 129106 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_device_clean-consumer",partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 1.046434e+06 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_device_clean-consumer",partition="9",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 4 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_device_clean-consumer",partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 24794 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_device_make-consumer",partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 1.33239966e+08 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_device_make-consumer",partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 1.3317389e+08 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_device_make-consumer",partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 1.33201536e+08 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_device_make-consumer",partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 1.33262813e+08 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_device_make-consumer",partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 1.33167954e+08 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_device_make-consumer",partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 1.33246346e+08 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_device_make-consumer",partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 1.33200432e+08 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_device_make-consumer",partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 1.33266956e+08 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_device_make-consumer",partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 1.33217252e+08 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_device_make-consumer",partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 1.33218022e+08 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-lacte-batch-consumer",partition="0",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 3301 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-lacte-batch-consumer",partition="0",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 93686 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-lacte-batch-consumer",partition="0",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 11466 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-lacte-batch-consumer",partition="0",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 16318 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-lacte-batch-consumer",partition="1",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 1682 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-lacte-batch-consumer",partition="1",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 89989 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-lacte-batch-consumer",partition="1",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 10721 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-lacte-batch-consumer",partition="1",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 15411 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-lacte-batch-consumer",partition="2",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 3290 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-lacte-batch-consumer",partition="2",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 91702 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-lacte-batch-consumer",partition="2",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 11071 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-lacte-batch-consumer",partition="2",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 15984 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-lacte-batch-consumer",partition="3",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 149 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-lacte-batch-consumer",partition="3",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 91318 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-lacte-batch-consumer",partition="3",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 12390 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-lacte-batch-consumer",partition="3",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 16578 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-lacte-batch-consumer",partition="4",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 1519 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-lacte-batch-consumer",partition="4",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 89702 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-lacte-batch-consumer",partition="4",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 11424 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-lacte-batch-consumer",partition="4",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 16825 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-lacte-batch-consumer",partition="5",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 1658 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-lacte-batch-consumer",partition="5",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 95275 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-lacte-batch-consumer",partition="5",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 10707 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-lacte-batch-consumer",partition="5",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 16908 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-lacte-batch-consumer",partition="6",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 2358 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-lacte-batch-consumer",partition="6",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 92993 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-lacte-batch-consumer",partition="6",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 10814 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-lacte-batch-consumer",partition="6",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 15898 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-lacte-batch-consumer",partition="7",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 846 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-lacte-batch-consumer",partition="7",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 91696 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-lacte-batch-consumer",partition="7",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 11261 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-lacte-batch-consumer",partition="7",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 15906 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-lacte-batch-consumer",partition="8",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 1327 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-lacte-batch-consumer",partition="8",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 94121 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-lacte-batch-consumer",partition="8",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 10789 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-lacte-batch-consumer",partition="8",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 16041 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-lacte-batch-consumer",partition="9",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 1675 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-lacte-batch-consumer",partition="9",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 91547 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-lacte-batch-consumer",partition="9",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 11999 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-sandbox-lacte-batch-consumer",partition="9",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 15698 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-Log-consumer",partition="0",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 1.46691012e+08 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-Log-consumer",partition="0",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 1.254044e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-Log-consumer",partition="1",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 1.46666617e+08 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-Log-consumer",partition="1",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 1.2537859e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-Log-consumer",partition="2",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 1.46672885e+08 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-Log-consumer",partition="2",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 1.2532762e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-Log-consumer",partition="3",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 1.46677724e+08 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-Log-consumer",partition="3",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 1.2552749e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-Log-consumer",partition="4",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 1.4671833e+08 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-Log-consumer",partition="4",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 1.2548445e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-Log-consumer",partition="5",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 1.46679832e+08 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-Log-consumer",partition="5",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 1.2543357e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-Log-consumer",partition="6",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 1.46711193e+08 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-Log-consumer",partition="6",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 1.2569173e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-Log-consumer",partition="7",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 1.46711916e+08 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-Log-consumer",partition="7",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 1.2550488e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-Log-consumer",partition="8",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 1.46691405e+08 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-Log-consumer",partition="8",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 1.2550676e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-Log-consumer",partition="9",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 1.46717517e+08 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-Log-consumer",partition="9",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 1.2529815e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-coffeeInfo-consumer",partition="0",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 4711 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-coffeeInfo-consumer",partition="0",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 208 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-coffeeInfo-consumer",partition="0",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 209 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-coffeeInfo-consumer",partition="0",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 205 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-coffeeInfo-consumer",partition="1",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 2081 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-coffeeInfo-consumer",partition="1",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 240 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-coffeeInfo-consumer",partition="1",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 248 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-coffeeInfo-consumer",partition="1",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 243 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-coffeeInfo-consumer",partition="2",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 5518 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-coffeeInfo-consumer",partition="2",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 551 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-coffeeInfo-consumer",partition="2",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 530 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-coffeeInfo-consumer",partition="2",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 539 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-coffeeInfo-consumer",partition="3",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 6433 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-coffeeInfo-consumer",partition="3",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 717 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-coffeeInfo-consumer",partition="3",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 440 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-coffeeInfo-consumer",partition="3",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 741 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-coffeeInfo-consumer",partition="4",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 942 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-coffeeInfo-consumer",partition="4",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} -1 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-coffeeInfo-consumer",partition="4",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 296 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-coffeeInfo-consumer",partition="4",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} -1 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-coffeeInfo-consumer",partition="5",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 10111 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-coffeeInfo-consumer",partition="5",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 721 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-coffeeInfo-consumer",partition="5",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 831 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-coffeeInfo-consumer",partition="5",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 732 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-coffeeInfo-consumer",partition="6",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 2664 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-coffeeInfo-consumer",partition="6",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 335 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-coffeeInfo-consumer",partition="6",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 343 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-coffeeInfo-consumer",partition="6",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 355 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-coffeeInfo-consumer",partition="7",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 7773 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-coffeeInfo-consumer",partition="7",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 362 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-coffeeInfo-consumer",partition="7",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 536 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-coffeeInfo-consumer",partition="7",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 346 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-coffeeInfo-consumer",partition="8",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 10102 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-coffeeInfo-consumer",partition="8",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 670 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-coffeeInfo-consumer",partition="8",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 667 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-coffeeInfo-consumer",partition="8",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 679 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-coffeeInfo-consumer",partition="9",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 3782 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-coffeeInfo-consumer",partition="9",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 588 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-coffeeInfo-consumer",partition="9",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 412 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-coffeeInfo-consumer",partition="9",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 571 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="0",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 368 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="0",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 1224 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="0",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 80 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="0",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 87 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="0",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 87 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="1",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 539 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="1",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 661 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="1",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 130 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="1",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 128 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="1",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 142 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="2",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} -1 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="2",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 952 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="2",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} -1 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="2",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} -1 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="2",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} -1 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="3",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 961 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="3",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 1733 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="3",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 229 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="3",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 238 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="3",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 226 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="4",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 556 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="4",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 999 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="4",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 134 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="4",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 134 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="4",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 125 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="5",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 1284 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="5",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 2202 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="5",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 313 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="5",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 317 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="5",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 322 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="6",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 536 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="6",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 1180 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="6",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 134 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="6",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 135 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="6",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 128 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="7",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 6404 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="7",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 4328 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="7",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 79 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="7",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 77 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="7",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 77 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="8",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 964 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="8",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 7274 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="8",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 226 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="8",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 228 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="8",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 226 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="9",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 581 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="9",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 1615 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="9",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 122 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="9",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 129 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="9",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 133 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-making_details-consumer",partition="0",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 462421 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-making_details-consumer",partition="1",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 462238 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-making_details-consumer",partition="2",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 476264 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-making_details-consumer",partition="3",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 454022 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-making_details-consumer",partition="4",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 466281 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-making_details-consumer",partition="5",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 464930 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-making_details-consumer",partition="6",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 472124 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-making_details-consumer",partition="7",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 469095 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-making_details-consumer",partition="8",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 470514 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-making_details-consumer",partition="9",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 469134 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink-consumer",partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 1.751717e+06 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink-consumer",partition="0",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 4 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink-consumer",partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 24805 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink-consumer",partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 1.286202e+06 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink-consumer",partition="1",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} -1 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink-consumer",partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} -1 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink-consumer",partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 8.090421e+06 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink-consumer",partition="2",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 12 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink-consumer",partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 96224 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink-consumer",partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 2.212529e+06 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink-consumer",partition="3",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 16 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink-consumer",partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 99190 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink-consumer",partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 8.343012e+06 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink-consumer",partition="4",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 16 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink-consumer",partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 77341 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink-consumer",partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 1.0957679e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink-consumer",partition="5",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 8 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink-consumer",partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 27741 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink-consumer",partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 3.17405e+06 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink-consumer",partition="6",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 12 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink-consumer",partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 52546 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink-consumer",partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 315078 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink-consumer",partition="7",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 8 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink-consumer",partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 152147 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink-consumer",partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 274076 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink-consumer",partition="8",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 8 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink-consumer",partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 49590 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink-consumer",partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 3.599836e+06 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink-consumer",partition="9",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 8 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink-consumer",partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 71439 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink_cup-consumer",partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 5.910452e+06 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink_cup-consumer",partition="0",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 13 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink_cup-consumer",partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 75506 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink_cup-consumer",partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 1.3541317e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink_cup-consumer",partition="1",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 6 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink_cup-consumer",partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 2058 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink_cup-consumer",partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 5.9394e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink_cup-consumer",partition="2",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 28 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink_cup-consumer",partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 490044 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink_cup-consumer",partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 2.4389362e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink_cup-consumer",partition="3",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 44 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink_cup-consumer",partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 571851 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink_cup-consumer",partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 9.6338042e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink_cup-consumer",partition="4",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 42 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink_cup-consumer",partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 229615 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink_cup-consumer",partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 5.7644123e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink_cup-consumer",partition="5",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 24 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink_cup-consumer",partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 116427 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink_cup-consumer",partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 3.6054159e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink_cup-consumer",partition="6",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 34 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink_cup-consumer",partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 158232 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink_cup-consumer",partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 2.224045e+06 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink_cup-consumer",partition="7",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 29 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink_cup-consumer",partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 425946 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink_cup-consumer",partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 1.48574e+06 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink_cup-consumer",partition="8",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 20 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink_cup-consumer",partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 147168 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink_cup-consumer",partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 1.3924521e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink_cup-consumer",partition="9",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 24 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink_cup-consumer",partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 489510 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_maintain_record-consumer",partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 2.6889841e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_maintain_record-consumer",partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 2.771953e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_maintain_record-consumer",partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 2.9455542e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_maintain_record-consumer",partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 2.7531689e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_maintain_record-consumer",partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 2.8114602e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_maintain_record-consumer",partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 2.7605086e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_maintain_record-consumer",partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 2.7602621e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_maintain_record-consumer",partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 2.7643297e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_maintain_record-consumer",partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 3.1244604e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_maintain_record-consumer",partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 2.8197816e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_device_clean-consumer",partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 2.984419e+06 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_device_clean-consumer",partition="0",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 4 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_device_clean-consumer",partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 24794 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_device_clean-consumer",partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 1.95301e+06 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_device_clean-consumer",partition="1",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} -1 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_device_clean-consumer",partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} -1 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_device_clean-consumer",partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 3.897318e+06 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_device_clean-consumer",partition="2",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} -1 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_device_clean-consumer",partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} -1 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_device_clean-consumer",partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 389042 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_device_clean-consumer",partition="3",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 6 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_device_clean-consumer",partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 3490 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_device_clean-consumer",partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 852834 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_device_clean-consumer",partition="4",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 1 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_device_clean-consumer",partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 23049 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_device_clean-consumer",partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 1.942041e+06 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_device_clean-consumer",partition="5",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} -1 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_device_clean-consumer",partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} -1 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_device_clean-consumer",partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 1.876569e+06 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_device_clean-consumer",partition="6",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 5 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_device_clean-consumer",partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 47843 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_device_clean-consumer",partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 2.794762e+06 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_device_clean-consumer",partition="7",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 1 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_device_clean-consumer",partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 23049 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_device_clean-consumer",partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 1.458076e+07 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_device_clean-consumer",partition="8",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 7 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_device_clean-consumer",partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 129106 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_device_clean-consumer",partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 1.046434e+06 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_device_clean-consumer",partition="9",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 4 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_device_clean-consumer",partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 24794 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_device_make-consumer",partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 1.33239966e+08 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_device_make-consumer",partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 1.33173891e+08 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_device_make-consumer",partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 1.33201536e+08 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_device_make-consumer",partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 1.33262813e+08 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_device_make-consumer",partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 1.33167954e+08 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_device_make-consumer",partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 1.33246346e+08 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_device_make-consumer",partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 1.33200432e+08 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_device_make-consumer",partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 1.33266956e+08 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_device_make-consumer",partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 1.33217252e+08 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-archive-batch-yk_device_make-consumer",partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 1.33218022e+08 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-lacte-batch-consumer",partition="0",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 3301 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-lacte-batch-consumer",partition="0",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 93686 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-lacte-batch-consumer",partition="0",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 11466 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-lacte-batch-consumer",partition="0",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 16318 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-lacte-batch-consumer",partition="1",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 1682 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-lacte-batch-consumer",partition="1",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 89989 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-lacte-batch-consumer",partition="1",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 10721 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-lacte-batch-consumer",partition="1",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 15411 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-lacte-batch-consumer",partition="2",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 3290 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-lacte-batch-consumer",partition="2",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 91702 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-lacte-batch-consumer",partition="2",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 11071 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-lacte-batch-consumer",partition="2",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 15984 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-lacte-batch-consumer",partition="3",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 149 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-lacte-batch-consumer",partition="3",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 91318 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-lacte-batch-consumer",partition="3",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 12390 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-lacte-batch-consumer",partition="3",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 16578 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-lacte-batch-consumer",partition="4",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 1519 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-lacte-batch-consumer",partition="4",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 89702 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-lacte-batch-consumer",partition="4",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 11424 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-lacte-batch-consumer",partition="4",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 16825 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-lacte-batch-consumer",partition="5",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 1658 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-lacte-batch-consumer",partition="5",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 95275 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-lacte-batch-consumer",partition="5",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 10707 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-lacte-batch-consumer",partition="5",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 16908 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-lacte-batch-consumer",partition="6",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 2358 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-lacte-batch-consumer",partition="6",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 92993 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-lacte-batch-consumer",partition="6",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 10814 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-lacte-batch-consumer",partition="6",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 15898 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-lacte-batch-consumer",partition="7",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 846 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-lacte-batch-consumer",partition="7",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 91696 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-lacte-batch-consumer",partition="7",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 11261 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-lacte-batch-consumer",partition="7",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 15906 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-lacte-batch-consumer",partition="8",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 1327 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-lacte-batch-consumer",partition="8",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 94121 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-lacte-batch-consumer",partition="8",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 10789 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-lacte-batch-consumer",partition="8",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 16041 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-lacte-batch-consumer",partition="9",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 1675 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-lacte-batch-consumer",partition="9",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 91547 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-lacte-batch-consumer",partition="9",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 11999 kafka_consumergroup_current_offset{consumergroup="ct-archive-consumer-stage-lacte-batch-consumer",partition="9",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 15698 kafka_consumergroup_current_offset{consumergroup="ct-coffee-consumer-production-cleans-result",partition="0",topic="CMTS3M75Q.production.result.cleans"} 745 kafka_consumergroup_current_offset{consumergroup="ct-coffee-consumer-production-cleans-result",partition="1",topic="CMTS3M75Q.production.result.cleans"} 759 kafka_consumergroup_current_offset{consumergroup="ct-coffee-consumer-production-cleans-result",partition="2",topic="CMTS3M75Q.production.result.cleans"} 698 kafka_consumergroup_current_offset{consumergroup="ct-coffee-consumer-production-cleans-result",partition="3",topic="CMTS3M75Q.production.result.cleans"} 730 kafka_consumergroup_current_offset{consumergroup="ct-coffee-consumer-production-cleans-result",partition="4",topic="CMTS3M75Q.production.result.cleans"} 684 kafka_consumergroup_current_offset{consumergroup="ct-coffee-consumer-production-cleans-result",partition="5",topic="CMTS3M75Q.production.result.cleans"} 699 kafka_consumergroup_current_offset{consumergroup="ct-coffee-consumer-production-cleans-result",partition="6",topic="CMTS3M75Q.production.result.cleans"} 679 kafka_consumergroup_current_offset{consumergroup="ct-coffee-consumer-production-cleans-result",partition="7",topic="CMTS3M75Q.production.result.cleans"} 773 kafka_consumergroup_current_offset{consumergroup="ct-coffee-consumer-production-cleans-result",partition="8",topic="CMTS3M75Q.production.result.cleans"} 752 kafka_consumergroup_current_offset{consumergroup="ct-coffee-consumer-production-cleans-result",partition="9",topic="CMTS3M75Q.production.result.cleans"} 697 kafka_consumergroup_current_offset{consumergroup="ct-coffee-consumer-production-commands",partition="0",topic="CMTS3M75Q.production.commands.clean"} 5654 kafka_consumergroup_current_offset{consumergroup="ct-coffee-consumer-production-commands",partition="0",topic="CMTS3M75Q.production.commands.cleans"} 1843 kafka_consumergroup_current_offset{consumergroup="ct-coffee-consumer-production-commands",partition="0",topic="CMTS3M75Q.production.commands.file"} 10092 kafka_consumergroup_current_offset{consumergroup="ct-coffee-consumer-production-commands",partition="0",topic="CMTS3M75Q.production.commands.program"} 17695 kafka_consumergroup_current_offset{consumergroup="ct-coffee-consumer-production-commands",partition="0",topic="CMTS3M75Q.production.commands.programs"} 1678 kafka_consumergroup_current_offset{consumergroup="ct-coffee-consumer-production-commands",partition="0",topic="CMTS3M75Q.production.commands.settings"} 2007 kafka_consumergroup_current_offset{consumergroup="ct-coffee-consumer-production-commands",partition="1",topic="CMTS3M75Q.production.commands.clean"} 5842 kafka_consumergroup_current_offset{consumergroup="ct-coffee-consumer-production-commands",partition="1",topic="CMTS3M75Q.production.commands.cleans"} 1712 kafka_consumergroup_current_offset{consumergroup="ct-coffee-consumer-production-commands",partition="1",topic="CMTS3M75Q.production.commands.file"} 11052 kafka_consumergroup_current_offset{consumergroup="ct-coffee-consumer-production-commands",partition="1",topic="CMTS3M75Q.production.commands.program"} 18256 kafka_consumergroup_current_offset{consumergroup="ct-coffee-consumer-production-commands",partition="1",topic="CMTS3M75Q.production.commands.programs"} 2078 kafka_consumergroup_current_offset{consumergroup="ct-coffee-consumer-production-commands",partition="1",topic="CMTS3M75Q.production.commands.settings"} 1540 kafka_consumergroup_current_offset{consumergroup="ct-coffee-consumer-production-commands",partition="2",topic="CMTS3M75Q.production.commands.clean"} 4909 kafka_consumergroup_current_offset{consumergroup="ct-coffee-consumer-production-commands",partition="2",topic="CMTS3M75Q.production.commands.cleans"} 2048 kafka_consumergroup_current_offset{consumergroup="ct-coffee-consumer-production-commands",partition="2",topic="CMTS3M75Q.production.commands.file"} 9391 kafka_consumergroup_current_offset{consumergroup="ct-coffee-consumer-production-commands",partition="2",topic="CMTS3M75Q.production.commands.program"} 17952 kafka_consumergroup_current_offset{consumergroup="ct-coffee-consumer-production-commands",partition="2",topic="CMTS3M75Q.production.commands.programs"} 1581 kafka_consumergroup_current_offset{consumergroup="ct-coffee-consumer-production-commands",partition="2",topic="CMTS3M75Q.production.commands.settings"} 2231 kafka_consumergroup_current_offset{consumergroup="ct-coffee-consumer-production-commands",partition="3",topic="CMTS3M75Q.production.commands.clean"} 4978 kafka_consumergroup_current_offset{consumergroup="ct-coffee-consumer-production-commands",partition="3",topic="CMTS3M75Q.production.commands.cleans"} 1626 kafka_consumergroup_current_offset{consumergroup="ct-coffee-consumer-production-commands",partition="3",topic="CMTS3M75Q.production.commands.file"} 9699 kafka_consumergroup_current_offset{consumergroup="ct-coffee-consumer-production-commands",partition="3",topic="CMTS3M75Q.production.commands.program"} 17175 kafka_consumergroup_current_offset{consumergroup="ct-coffee-consumer-production-commands",partition="3",topic="CMTS3M75Q.production.commands.programs"} 1504 kafka_consumergroup_current_offset{consumergroup="ct-coffee-consumer-production-commands",partition="3",topic="CMTS3M75Q.production.commands.settings"} 1788 kafka_consumergroup_current_offset{consumergroup="ct-coffee-consumer-production-commands",partition="4",topic="CMTS3M75Q.production.commands.clean"} 5108 kafka_consumergroup_current_offset{consumergroup="ct-coffee-consumer-production-commands",partition="4",topic="CMTS3M75Q.production.commands.cleans"} 2029 kafka_consumergroup_current_offset{consumergroup="ct-coffee-consumer-production-commands",partition="4",topic="CMTS3M75Q.production.commands.file"} 9440 kafka_consumergroup_current_offset{consumergroup="ct-coffee-consumer-production-commands",partition="4",topic="CMTS3M75Q.production.commands.program"} 18048 kafka_consumergroup_current_offset{consumergroup="ct-coffee-consumer-production-commands",partition="4",topic="CMTS3M75Q.production.commands.programs"} 1810 kafka_consumergroup_current_offset{consumergroup="ct-coffee-consumer-production-commands",partition="4",topic="CMTS3M75Q.production.commands.settings"} 1436 kafka_consumergroup_current_offset{consumergroup="ct-coffee-consumer-production-commands",partition="5",topic="CMTS3M75Q.production.commands.clean"} 4823 kafka_consumergroup_current_offset{consumergroup="ct-coffee-consumer-production-commands",partition="5",topic="CMTS3M75Q.production.commands.cleans"} 1967 kafka_consumergroup_current_offset{consumergroup="ct-coffee-consumer-production-commands",partition="5",topic="CMTS3M75Q.production.commands.file"} 10059 kafka_consumergroup_current_offset{consumergroup="ct-coffee-consumer-production-commands",partition="5",topic="CMTS3M75Q.production.commands.program"} 17996 kafka_consumergroup_current_offset{consumergroup="ct-coffee-consumer-production-commands",partition="5",topic="CMTS3M75Q.production.commands.programs"} 1150 kafka_consumergroup_current_offset{consumergroup="ct-coffee-consumer-production-commands",partition="5",topic="CMTS3M75Q.production.commands.settings"} 1581 kafka_consumergroup_current_offset{consumergroup="ct-coffee-consumer-production-commands",partition="6",topic="CMTS3M75Q.production.commands.clean"} 4505 kafka_consumergroup_current_offset{consumergroup="ct-coffee-consumer-production-commands",partition="6",topic="CMTS3M75Q.production.commands.cleans"} 1441 kafka_consumergroup_current_offset{consumergroup="ct-coffee-consumer-production-commands",partition="6",topic="CMTS3M75Q.production.commands.file"} 10190 kafka_consumergroup_current_offset{consumergroup="ct-coffee-consumer-production-commands",partition="6",topic="CMTS3M75Q.production.commands.program"} 18436 kafka_consumergroup_current_offset{consumergroup="ct-coffee-consumer-production-commands",partition="6",topic="CMTS3M75Q.production.commands.programs"} 1813 kafka_consumergroup_current_offset{consumergroup="ct-coffee-consumer-production-commands",partition="6",topic="CMTS3M75Q.production.commands.settings"} 1569 kafka_consumergroup_current_offset{consumergroup="ct-coffee-consumer-production-commands",partition="7",topic="CMTS3M75Q.production.commands.clean"} 4650 kafka_consumergroup_current_offset{consumergroup="ct-coffee-consumer-production-commands",partition="7",topic="CMTS3M75Q.production.commands.cleans"} 1376 kafka_consumergroup_current_offset{consumergroup="ct-coffee-consumer-production-commands",partition="7",topic="CMTS3M75Q.production.commands.file"} 10045 kafka_consumergroup_current_offset{consumergroup="ct-coffee-consumer-production-commands",partition="7",topic="CMTS3M75Q.production.commands.program"} 18598 kafka_consumergroup_current_offset{consumergroup="ct-coffee-consumer-production-commands",partition="7",topic="CMTS3M75Q.production.commands.programs"} 1853 kafka_consumergroup_current_offset{consumergroup="ct-coffee-consumer-production-commands",partition="7",topic="CMTS3M75Q.production.commands.settings"} 1840 kafka_consumergroup_current_offset{consumergroup="ct-coffee-consumer-production-commands",partition="8",topic="CMTS3M75Q.production.commands.clean"} 4492 kafka_consumergroup_current_offset{consumergroup="ct-coffee-consumer-production-commands",partition="8",topic="CMTS3M75Q.production.commands.cleans"} 1507 kafka_consumergroup_current_offset{consumergroup="ct-coffee-consumer-production-commands",partition="8",topic="CMTS3M75Q.production.commands.file"} 9355 kafka_consumergroup_current_offset{consumergroup="ct-coffee-consumer-production-commands",partition="8",topic="CMTS3M75Q.production.commands.program"} 18014 kafka_consumergroup_current_offset{consumergroup="ct-coffee-consumer-production-commands",partition="8",topic="CMTS3M75Q.production.commands.programs"} 1978 kafka_consumergroup_current_offset{consumergroup="ct-coffee-consumer-production-commands",partition="8",topic="CMTS3M75Q.production.commands.settings"} 1192 kafka_consumergroup_current_offset{consumergroup="ct-coffee-consumer-production-commands",partition="9",topic="CMTS3M75Q.production.commands.clean"} 5593 kafka_consumergroup_current_offset{consumergroup="ct-coffee-consumer-production-commands",partition="9",topic="CMTS3M75Q.production.commands.cleans"} 1753 kafka_consumergroup_current_offset{consumergroup="ct-coffee-consumer-production-commands",partition="9",topic="CMTS3M75Q.production.commands.file"} 9605 kafka_consumergroup_current_offset{consumergroup="ct-coffee-consumer-production-commands",partition="9",topic="CMTS3M75Q.production.commands.program"} 19083 kafka_consumergroup_current_offset{consumergroup="ct-coffee-consumer-production-commands",partition="9",topic="CMTS3M75Q.production.commands.programs"} 1864 kafka_consumergroup_current_offset{consumergroup="ct-coffee-consumer-production-commands",partition="9",topic="CMTS3M75Q.production.commands.settings"} 2118 kafka_consumergroup_current_offset{consumergroup="ct-coffee-consumer-production-programs-result",partition="0",topic="CMTS3M75Q.production.result.programs"} 717 kafka_consumergroup_current_offset{consumergroup="ct-coffee-consumer-production-programs-result",partition="1",topic="CMTS3M75Q.production.result.programs"} 711 kafka_consumergroup_current_offset{consumergroup="ct-coffee-consumer-production-programs-result",partition="2",topic="CMTS3M75Q.production.result.programs"} 703 kafka_consumergroup_current_offset{consumergroup="ct-coffee-consumer-production-programs-result",partition="3",topic="CMTS3M75Q.production.result.programs"} 724 kafka_consumergroup_current_offset{consumergroup="ct-coffee-consumer-production-programs-result",partition="4",topic="CMTS3M75Q.production.result.programs"} 698 kafka_consumergroup_current_offset{consumergroup="ct-coffee-consumer-production-programs-result",partition="5",topic="CMTS3M75Q.production.result.programs"} 672 kafka_consumergroup_current_offset{consumergroup="ct-coffee-consumer-production-programs-result",partition="6",topic="CMTS3M75Q.production.result.programs"} 658 kafka_consumergroup_current_offset{consumergroup="ct-coffee-consumer-production-programs-result",partition="7",topic="CMTS3M75Q.production.result.programs"} 728 kafka_consumergroup_current_offset{consumergroup="ct-coffee-consumer-production-programs-result",partition="8",topic="CMTS3M75Q.production.result.programs"} 735 kafka_consumergroup_current_offset{consumergroup="ct-coffee-consumer-production-programs-result",partition="9",topic="CMTS3M75Q.production.result.programs"} 716 kafka_consumergroup_current_offset{consumergroup="ct-device-consumer-production-clean",partition="0",topic="CMTS3M75Q.production.result.clean"} 2543 kafka_consumergroup_current_offset{consumergroup="ct-device-consumer-production-clean",partition="1",topic="CMTS3M75Q.production.result.clean"} 2703 kafka_consumergroup_current_offset{consumergroup="ct-device-consumer-production-clean",partition="2",topic="CMTS3M75Q.production.result.clean"} 2436 kafka_consumergroup_current_offset{consumergroup="ct-device-consumer-production-clean",partition="3",topic="CMTS3M75Q.production.result.clean"} 2613 kafka_consumergroup_current_offset{consumergroup="ct-device-consumer-production-clean",partition="4",topic="CMTS3M75Q.production.result.clean"} 2392 kafka_consumergroup_current_offset{consumergroup="ct-device-consumer-production-clean",partition="5",topic="CMTS3M75Q.production.result.clean"} 2471 kafka_consumergroup_current_offset{consumergroup="ct-device-consumer-production-clean",partition="6",topic="CMTS3M75Q.production.result.clean"} 2388 kafka_consumergroup_current_offset{consumergroup="ct-device-consumer-production-clean",partition="7",topic="CMTS3M75Q.production.result.clean"} 2677 kafka_consumergroup_current_offset{consumergroup="ct-device-consumer-production-clean",partition="8",topic="CMTS3M75Q.production.result.clean"} 2597 kafka_consumergroup_current_offset{consumergroup="ct-device-consumer-production-clean",partition="9",topic="CMTS3M75Q.production.result.clean"} 2414 kafka_consumergroup_current_offset{consumergroup="ct-device-consumer-production-cleans",partition="0",topic="CMTS3M75Q.production.result.cleans"} 751 kafka_consumergroup_current_offset{consumergroup="ct-device-consumer-production-cleans",partition="1",topic="CMTS3M75Q.production.result.cleans"} 759 kafka_consumergroup_current_offset{consumergroup="ct-device-consumer-production-cleans",partition="2",topic="CMTS3M75Q.production.result.cleans"} 698 kafka_consumergroup_current_offset{consumergroup="ct-device-consumer-production-cleans",partition="3",topic="CMTS3M75Q.production.result.cleans"} 730 kafka_consumergroup_current_offset{consumergroup="ct-device-consumer-production-cleans",partition="4",topic="CMTS3M75Q.production.result.cleans"} 684 kafka_consumergroup_current_offset{consumergroup="ct-device-consumer-production-cleans",partition="5",topic="CMTS3M75Q.production.result.cleans"} 699 kafka_consumergroup_current_offset{consumergroup="ct-device-consumer-production-cleans",partition="6",topic="CMTS3M75Q.production.result.cleans"} 679 kafka_consumergroup_current_offset{consumergroup="ct-device-consumer-production-cleans",partition="7",topic="CMTS3M75Q.production.result.cleans"} 773 kafka_consumergroup_current_offset{consumergroup="ct-device-consumer-production-cleans",partition="8",topic="CMTS3M75Q.production.result.cleans"} 752 kafka_consumergroup_current_offset{consumergroup="ct-device-consumer-production-cleans",partition="9",topic="CMTS3M75Q.production.result.cleans"} 697 kafka_consumergroup_current_offset{consumergroup="ct-device-consumer-production-file",partition="0",topic="CMTS3M75Q.production.result.file"} 5786 kafka_consumergroup_current_offset{consumergroup="ct-device-consumer-production-file",partition="1",topic="CMTS3M75Q.production.result.file"} 5940 kafka_consumergroup_current_offset{consumergroup="ct-device-consumer-production-file",partition="2",topic="CMTS3M75Q.production.result.file"} 5800 kafka_consumergroup_current_offset{consumergroup="ct-device-consumer-production-file",partition="3",topic="CMTS3M75Q.production.result.file"} 6164 kafka_consumergroup_current_offset{consumergroup="ct-device-consumer-production-file",partition="4",topic="CMTS3M75Q.production.result.file"} 5645 kafka_consumergroup_current_offset{consumergroup="ct-device-consumer-production-file",partition="5",topic="CMTS3M75Q.production.result.file"} 5807 kafka_consumergroup_current_offset{consumergroup="ct-device-consumer-production-file",partition="6",topic="CMTS3M75Q.production.result.file"} 5470 kafka_consumergroup_current_offset{consumergroup="ct-device-consumer-production-file",partition="7",topic="CMTS3M75Q.production.result.file"} 5930 kafka_consumergroup_current_offset{consumergroup="ct-device-consumer-production-file",partition="8",topic="CMTS3M75Q.production.result.file"} 6164 kafka_consumergroup_current_offset{consumergroup="ct-device-consumer-production-file",partition="9",topic="CMTS3M75Q.production.result.file"} 6090 kafka_consumergroup_current_offset{consumergroup="ct-device-consumer-production-menus",partition="0",topic="CMTS3M75Q.production.menus"} -1 kafka_consumergroup_current_offset{consumergroup="ct-device-consumer-production-menus",partition="1",topic="CMTS3M75Q.production.menus"} -1 kafka_consumergroup_current_offset{consumergroup="ct-device-consumer-production-menus",partition="2",topic="CMTS3M75Q.production.menus"} 1 kafka_consumergroup_current_offset{consumergroup="ct-device-consumer-production-menus",partition="3",topic="CMTS3M75Q.production.menus"} -1 kafka_consumergroup_current_offset{consumergroup="ct-device-consumer-production-menus",partition="4",topic="CMTS3M75Q.production.menus"} -1 kafka_consumergroup_current_offset{consumergroup="ct-device-consumer-production-menus",partition="5",topic="CMTS3M75Q.production.menus"} 3 kafka_consumergroup_current_offset{consumergroup="ct-device-consumer-production-menus",partition="6",topic="CMTS3M75Q.production.menus"} -1 kafka_consumergroup_current_offset{consumergroup="ct-device-consumer-production-menus",partition="7",topic="CMTS3M75Q.production.menus"} -1 kafka_consumergroup_current_offset{consumergroup="ct-device-consumer-production-menus",partition="8",topic="CMTS3M75Q.production.menus"} -1 kafka_consumergroup_current_offset{consumergroup="ct-device-consumer-production-menus",partition="9",topic="CMTS3M75Q.production.menus"} -1 kafka_consumergroup_current_offset{consumergroup="ct-device-consumer-production-program",partition="0",topic="CMTS3M75Q.production.result.program"} 9913 kafka_consumergroup_current_offset{consumergroup="ct-device-consumer-production-program",partition="1",topic="CMTS3M75Q.production.result.program"} 10018 kafka_consumergroup_current_offset{consumergroup="ct-device-consumer-production-program",partition="2",topic="CMTS3M75Q.production.result.program"} 9776 kafka_consumergroup_current_offset{consumergroup="ct-device-consumer-production-program",partition="3",topic="CMTS3M75Q.production.result.program"} 10378 kafka_consumergroup_current_offset{consumergroup="ct-device-consumer-production-program",partition="4",topic="CMTS3M75Q.production.result.program"} 9548 kafka_consumergroup_current_offset{consumergroup="ct-device-consumer-production-program",partition="5",topic="CMTS3M75Q.production.result.program"} 9557 kafka_consumergroup_current_offset{consumergroup="ct-device-consumer-production-program",partition="6",topic="CMTS3M75Q.production.result.program"} 9208 kafka_consumergroup_current_offset{consumergroup="ct-device-consumer-production-program",partition="7",topic="CMTS3M75Q.production.result.program"} 10186 kafka_consumergroup_current_offset{consumergroup="ct-device-consumer-production-program",partition="8",topic="CMTS3M75Q.production.result.program"} 10370 kafka_consumergroup_current_offset{consumergroup="ct-device-consumer-production-program",partition="9",topic="CMTS3M75Q.production.result.program"} 10123 kafka_consumergroup_current_offset{consumergroup="ct-device-consumer-production-programs",partition="0",topic="CMTS3M75Q.production.result.programs"} 717 kafka_consumergroup_current_offset{consumergroup="ct-device-consumer-production-programs",partition="1",topic="CMTS3M75Q.production.result.programs"} 711 kafka_consumergroup_current_offset{consumergroup="ct-device-consumer-production-programs",partition="2",topic="CMTS3M75Q.production.result.programs"} 703 kafka_consumergroup_current_offset{consumergroup="ct-device-consumer-production-programs",partition="3",topic="CMTS3M75Q.production.result.programs"} 724 kafka_consumergroup_current_offset{consumergroup="ct-device-consumer-production-programs",partition="4",topic="CMTS3M75Q.production.result.programs"} 698 kafka_consumergroup_current_offset{consumergroup="ct-device-consumer-production-programs",partition="5",topic="CMTS3M75Q.production.result.programs"} 672 kafka_consumergroup_current_offset{consumergroup="ct-device-consumer-production-programs",partition="6",topic="CMTS3M75Q.production.result.programs"} 658 kafka_consumergroup_current_offset{consumergroup="ct-device-consumer-production-programs",partition="7",topic="CMTS3M75Q.production.result.programs"} 728 kafka_consumergroup_current_offset{consumergroup="ct-device-consumer-production-programs",partition="8",topic="CMTS3M75Q.production.result.programs"} 735 kafka_consumergroup_current_offset{consumergroup="ct-device-consumer-production-programs",partition="9",topic="CMTS3M75Q.production.result.programs"} 716 kafka_consumergroup_current_offset{consumergroup="ct-device-consumer-production-settings",partition="0",topic="CMTS3M75Q.production.result.settings"} 797 kafka_consumergroup_current_offset{consumergroup="ct-device-consumer-production-settings",partition="1",topic="CMTS3M75Q.production.result.settings"} 797 kafka_consumergroup_current_offset{consumergroup="ct-device-consumer-production-settings",partition="2",topic="CMTS3M75Q.production.result.settings"} 759 kafka_consumergroup_current_offset{consumergroup="ct-device-consumer-production-settings",partition="3",topic="CMTS3M75Q.production.result.settings"} 769 kafka_consumergroup_current_offset{consumergroup="ct-device-consumer-production-settings",partition="4",topic="CMTS3M75Q.production.result.settings"} 739 kafka_consumergroup_current_offset{consumergroup="ct-device-consumer-production-settings",partition="5",topic="CMTS3M75Q.production.result.settings"} 709 kafka_consumergroup_current_offset{consumergroup="ct-device-consumer-production-settings",partition="6",topic="CMTS3M75Q.production.result.settings"} 744 kafka_consumergroup_current_offset{consumergroup="ct-device-consumer-production-settings",partition="7",topic="CMTS3M75Q.production.result.settings"} 765 kafka_consumergroup_current_offset{consumergroup="ct-device-consumer-production-settings",partition="8",topic="CMTS3M75Q.production.result.settings"} 765 kafka_consumergroup_current_offset{consumergroup="ct-device-consumer-production-settings",partition="9",topic="CMTS3M75Q.production.result.settings"} 766 kafka_consumergroup_current_offset{consumergroup="ct-device-consumer-production-status",partition="0",topic="CMTS3M75Q.production.status"} 492954 kafka_consumergroup_current_offset{consumergroup="ct-device-consumer-production-status",partition="0",topic="coffee.production.status"} 306758 kafka_consumergroup_current_offset{consumergroup="ct-device-consumer-production-status",partition="1",topic="CMTS3M75Q.production.status"} 608193 kafka_consumergroup_current_offset{consumergroup="ct-device-consumer-production-status",partition="1",topic="coffee.production.status"} 306062 kafka_consumergroup_current_offset{consumergroup="ct-device-consumer-production-status",partition="2",topic="CMTS3M75Q.production.status"} 502386 kafka_consumergroup_current_offset{consumergroup="ct-device-consumer-production-status",partition="2",topic="coffee.production.status"} 292432 kafka_consumergroup_current_offset{consumergroup="ct-device-consumer-production-status",partition="3",topic="CMTS3M75Q.production.status"} 532862 kafka_consumergroup_current_offset{consumergroup="ct-device-consumer-production-status",partition="3",topic="coffee.production.status"} 328960 kafka_consumergroup_current_offset{consumergroup="ct-device-consumer-production-status",partition="4",topic="CMTS3M75Q.production.status"} 505115 kafka_consumergroup_current_offset{consumergroup="ct-device-consumer-production-status",partition="4",topic="coffee.production.status"} 306755 kafka_consumergroup_current_offset{consumergroup="ct-device-consumer-production-status",partition="5",topic="CMTS3M75Q.production.status"} 440588 kafka_consumergroup_current_offset{consumergroup="ct-device-consumer-production-status",partition="5",topic="coffee.production.status"} 323800 kafka_consumergroup_current_offset{consumergroup="ct-device-consumer-production-status",partition="6",topic="CMTS3M75Q.production.status"} 572454 kafka_consumergroup_current_offset{consumergroup="ct-device-consumer-production-status",partition="6",topic="coffee.production.status"} 328183 kafka_consumergroup_current_offset{consumergroup="ct-device-consumer-production-status",partition="7",topic="CMTS3M75Q.production.status"} 633164 kafka_consumergroup_current_offset{consumergroup="ct-device-consumer-production-status",partition="7",topic="coffee.production.status"} 343064 kafka_consumergroup_current_offset{consumergroup="ct-device-consumer-production-status",partition="8",topic="CMTS3M75Q.production.status"} 517757 kafka_consumergroup_current_offset{consumergroup="ct-device-consumer-production-status",partition="8",topic="coffee.production.status"} 304869 kafka_consumergroup_current_offset{consumergroup="ct-device-consumer-production-status",partition="9",topic="CMTS3M75Q.production.status"} 533200 kafka_consumergroup_current_offset{consumergroup="ct-device-consumer-production-status",partition="9",topic="coffee.production.status"} 298360 kafka_consumergroup_current_offset{consumergroup="ct-recipe-api-production-yk-asset-drink-cup",partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 5.910452e+06 kafka_consumergroup_current_offset{consumergroup="ct-recipe-api-production-yk-asset-drink-cup",partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 75506 kafka_consumergroup_current_offset{consumergroup="ct-recipe-api-production-yk-asset-drink-cup",partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 1.3541317e+07 kafka_consumergroup_current_offset{consumergroup="ct-recipe-api-production-yk-asset-drink-cup",partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 2058 kafka_consumergroup_current_offset{consumergroup="ct-recipe-api-production-yk-asset-drink-cup",partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 5.9394e+07 kafka_consumergroup_current_offset{consumergroup="ct-recipe-api-production-yk-asset-drink-cup",partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 490044 kafka_consumergroup_current_offset{consumergroup="ct-recipe-api-production-yk-asset-drink-cup",partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 2.4389362e+07 kafka_consumergroup_current_offset{consumergroup="ct-recipe-api-production-yk-asset-drink-cup",partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 571851 kafka_consumergroup_current_offset{consumergroup="ct-recipe-api-production-yk-asset-drink-cup",partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 9.6338042e+07 kafka_consumergroup_current_offset{consumergroup="ct-recipe-api-production-yk-asset-drink-cup",partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 229615 kafka_consumergroup_current_offset{consumergroup="ct-recipe-api-production-yk-asset-drink-cup",partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 5.7644123e+07 kafka_consumergroup_current_offset{consumergroup="ct-recipe-api-production-yk-asset-drink-cup",partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 116427 kafka_consumergroup_current_offset{consumergroup="ct-recipe-api-production-yk-asset-drink-cup",partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 3.6054159e+07 kafka_consumergroup_current_offset{consumergroup="ct-recipe-api-production-yk-asset-drink-cup",partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 158232 kafka_consumergroup_current_offset{consumergroup="ct-recipe-api-production-yk-asset-drink-cup",partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 2.224045e+06 kafka_consumergroup_current_offset{consumergroup="ct-recipe-api-production-yk-asset-drink-cup",partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 425946 kafka_consumergroup_current_offset{consumergroup="ct-recipe-api-production-yk-asset-drink-cup",partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 1.48574e+06 kafka_consumergroup_current_offset{consumergroup="ct-recipe-api-production-yk-asset-drink-cup",partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 147168 kafka_consumergroup_current_offset{consumergroup="ct-recipe-api-production-yk-asset-drink-cup",partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 1.3924521e+07 kafka_consumergroup_current_offset{consumergroup="ct-recipe-api-production-yk-asset-drink-cup",partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 489510 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="0",topic="CMTS3M75Q.production.events"} 5.4095835e+07 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="0",topic="CMTS3M75Q.production.maintain"} 3.447465e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="0",topic="CMTS3M75Q.production.make"} 9.304704e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="0",topic="coffee.production.events"} 2.8371723e+07 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="0",topic="coffee.production.maintain"} 1.731953e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="0",topic="coffee.production.make"} 6.263089e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="1",topic="CMTS3M75Q.production.events"} 7.8722877e+07 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="1",topic="CMTS3M75Q.production.maintain"} 3.761677e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="1",topic="CMTS3M75Q.production.make"} 9.273628e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="1",topic="coffee.production.events"} 2.445856e+07 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="1",topic="coffee.production.maintain"} 1.216302e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="1",topic="coffee.production.make"} 5.76188e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="2",topic="CMTS3M75Q.production.events"} 7.9152456e+07 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="2",topic="CMTS3M75Q.production.maintain"} 3.508941e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="2",topic="CMTS3M75Q.production.make"} 7.810933e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="2",topic="coffee.production.events"} 2.0912222e+07 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="2",topic="coffee.production.maintain"} 1.037481e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="2",topic="coffee.production.make"} 4.960096e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="3",topic="CMTS3M75Q.production.events"} 5.1216222e+07 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="3",topic="CMTS3M75Q.production.maintain"} 3.224883e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="3",topic="CMTS3M75Q.production.make"} 7.993302e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="3",topic="coffee.production.events"} 2.7034596e+07 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="3",topic="coffee.production.maintain"} 1.490801e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="3",topic="coffee.production.make"} 5.900611e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="4",topic="CMTS3M75Q.production.events"} 7.7311256e+07 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="4",topic="CMTS3M75Q.production.maintain"} 3.180738e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="4",topic="CMTS3M75Q.production.make"} 7.868935e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="4",topic="coffee.production.events"} 2.6485091e+07 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="4",topic="coffee.production.maintain"} 1.312933e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="4",topic="coffee.production.make"} 5.562295e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="5",topic="CMTS3M75Q.production.events"} 6.698959e+07 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="5",topic="CMTS3M75Q.production.maintain"} 3.176497e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="5",topic="CMTS3M75Q.production.make"} 7.40773e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="5",topic="coffee.production.events"} 2.2691397e+07 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="5",topic="coffee.production.maintain"} 1.071644e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="5",topic="coffee.production.make"} 5.100699e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="6",topic="CMTS3M75Q.production.events"} 6.8639974e+07 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="6",topic="CMTS3M75Q.production.maintain"} 3.148554e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="6",topic="CMTS3M75Q.production.make"} 7.286837e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="6",topic="coffee.production.events"} 2.9669226e+07 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="6",topic="coffee.production.maintain"} 1.247352e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="6",topic="coffee.production.make"} 5.632809e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="7",topic="CMTS3M75Q.production.events"} 5.6864261e+07 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="7",topic="CMTS3M75Q.production.maintain"} 3.06778e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="7",topic="CMTS3M75Q.production.make"} 7.226394e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="7",topic="coffee.production.events"} 2.6117495e+07 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="7",topic="coffee.production.maintain"} 1.520817e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="7",topic="coffee.production.make"} 6.010883e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="8",topic="CMTS3M75Q.production.events"} 4.5732211e+07 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="8",topic="CMTS3M75Q.production.maintain"} 3.100851e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="8",topic="CMTS3M75Q.production.make"} 7.021128e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="8",topic="coffee.production.events"} 2.5878087e+07 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="8",topic="coffee.production.maintain"} 1.300055e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="8",topic="coffee.production.make"} 5.966359e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="9",topic="CMTS3M75Q.production.events"} 6.3893168e+07 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="9",topic="CMTS3M75Q.production.maintain"} 3.436945e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="9",topic="CMTS3M75Q.production.make"} 7.628874e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="9",topic="coffee.production.events"} 2.5863023e+07 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="9",topic="coffee.production.maintain"} 1.272679e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="9",topic="coffee.production.make"} 5.357881e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="0",topic="CMTS3M75Q.production.events"} 5.4095839e+07 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="0",topic="CMTS3M75Q.production.maintain"} 3.447465e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="0",topic="CMTS3M75Q.production.make"} 9.304706e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="0",topic="coffee.production.events"} 2.8371725e+07 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="0",topic="coffee.production.maintain"} 1.731954e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="0",topic="coffee.production.make"} 6.26309e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="1",topic="CMTS3M75Q.production.events"} 7.872288e+07 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="1",topic="CMTS3M75Q.production.maintain"} 3.761678e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="1",topic="CMTS3M75Q.production.make"} 9.273628e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="1",topic="coffee.production.events"} 2.4458562e+07 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="1",topic="coffee.production.maintain"} 1.216304e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="1",topic="coffee.production.make"} 5.76188e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="2",topic="CMTS3M75Q.production.events"} 7.9152463e+07 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="2",topic="CMTS3M75Q.production.maintain"} 3.508941e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="2",topic="CMTS3M75Q.production.make"} 7.810934e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="2",topic="coffee.production.events"} 2.091223e+07 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="2",topic="coffee.production.maintain"} 1.037481e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="2",topic="coffee.production.make"} 4.960097e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="3",topic="CMTS3M75Q.production.events"} 5.1216224e+07 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="3",topic="CMTS3M75Q.production.maintain"} 3.224884e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="3",topic="CMTS3M75Q.production.make"} 7.993304e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="3",topic="coffee.production.events"} 2.7034597e+07 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="3",topic="coffee.production.maintain"} 1.490802e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="3",topic="coffee.production.make"} 5.900611e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="4",topic="CMTS3M75Q.production.events"} 7.7311257e+07 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="4",topic="CMTS3M75Q.production.maintain"} 3.180738e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="4",topic="CMTS3M75Q.production.make"} 7.868935e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="4",topic="coffee.production.events"} 2.6485092e+07 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="4",topic="coffee.production.maintain"} 1.312933e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="4",topic="coffee.production.make"} 5.562295e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="5",topic="CMTS3M75Q.production.events"} 6.6989524e+07 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="5",topic="CMTS3M75Q.production.maintain"} 3.176492e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="5",topic="CMTS3M75Q.production.make"} 7.407718e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="5",topic="coffee.production.events"} 2.2691331e+07 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="5",topic="coffee.production.maintain"} 1.071639e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="5",topic="coffee.production.make"} 5.10069e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="6",topic="CMTS3M75Q.production.events"} 6.863986e+07 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="6",topic="CMTS3M75Q.production.maintain"} 3.148545e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="6",topic="CMTS3M75Q.production.make"} 7.286828e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="6",topic="coffee.production.events"} 2.9669133e+07 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="6",topic="coffee.production.maintain"} 1.247342e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="6",topic="coffee.production.make"} 5.632798e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="7",topic="CMTS3M75Q.production.events"} 5.6864214e+07 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="7",topic="CMTS3M75Q.production.maintain"} 3.067776e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="7",topic="CMTS3M75Q.production.make"} 7.226388e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="7",topic="coffee.production.events"} 2.6117442e+07 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="7",topic="coffee.production.maintain"} 1.520813e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="7",topic="coffee.production.make"} 6.010879e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="8",topic="CMTS3M75Q.production.events"} 4.5732149e+07 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="8",topic="CMTS3M75Q.production.maintain"} 3.10084e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="8",topic="CMTS3M75Q.production.make"} 7.02112e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="8",topic="coffee.production.events"} 2.5878035e+07 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="8",topic="coffee.production.maintain"} 1.30005e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="8",topic="coffee.production.make"} 5.966353e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="9",topic="CMTS3M75Q.production.events"} 6.3893112e+07 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="9",topic="CMTS3M75Q.production.maintain"} 3.436936e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="9",topic="CMTS3M75Q.production.make"} 7.628867e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="9",topic="coffee.production.events"} 2.5862977e+07 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="9",topic="coffee.production.maintain"} 1.272674e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="9",topic="coffee.production.make"} 5.357875e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="0",topic="CMTS3M75Q.production.events"} 5.4095813e+07 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="0",topic="CMTS3M75Q.production.maintain"} 3.447463e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="0",topic="CMTS3M75Q.production.make"} 9.304702e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="0",topic="coffee.production.events"} 2.8371715e+07 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="0",topic="coffee.production.maintain"} 1.731951e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="0",topic="coffee.production.make"} 6.263088e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="1",topic="CMTS3M75Q.production.events"} 7.8722864e+07 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="1",topic="CMTS3M75Q.production.maintain"} 3.761676e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="1",topic="CMTS3M75Q.production.make"} 9.273624e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="1",topic="coffee.production.events"} 2.445855e+07 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="1",topic="coffee.production.maintain"} 1.216301e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="1",topic="coffee.production.make"} 5.761879e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="2",topic="CMTS3M75Q.production.events"} 7.915243e+07 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="2",topic="CMTS3M75Q.production.maintain"} 3.508936e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="2",topic="CMTS3M75Q.production.make"} 7.810932e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="2",topic="coffee.production.events"} 2.0912201e+07 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="2",topic="coffee.production.maintain"} 1.037477e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="2",topic="coffee.production.make"} 4.960096e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="3",topic="CMTS3M75Q.production.events"} 5.1216213e+07 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="3",topic="CMTS3M75Q.production.maintain"} 3.224882e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="3",topic="CMTS3M75Q.production.make"} 7.993301e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="3",topic="coffee.production.events"} 2.7034591e+07 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="3",topic="coffee.production.maintain"} 1.4908e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="3",topic="coffee.production.make"} 5.900611e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="4",topic="CMTS3M75Q.production.events"} 7.7311231e+07 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="4",topic="CMTS3M75Q.production.maintain"} 3.180735e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="4",topic="CMTS3M75Q.production.make"} 7.868934e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="4",topic="coffee.production.events"} 2.6485073e+07 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="4",topic="coffee.production.maintain"} 1.312931e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="4",topic="coffee.production.make"} 5.562295e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="5",topic="CMTS3M75Q.production.events"} 6.6989585e+07 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="5",topic="CMTS3M75Q.production.maintain"} 3.176496e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="5",topic="CMTS3M75Q.production.make"} 7.407728e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="5",topic="coffee.production.events"} 2.2691392e+07 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="5",topic="coffee.production.maintain"} 1.071644e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="5",topic="coffee.production.make"} 5.100697e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="6",topic="CMTS3M75Q.production.events"} 6.8639966e+07 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="6",topic="CMTS3M75Q.production.maintain"} 3.148554e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="6",topic="CMTS3M75Q.production.make"} 7.286835e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="6",topic="coffee.production.events"} 2.9669216e+07 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="6",topic="coffee.production.maintain"} 1.247351e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="6",topic="coffee.production.make"} 5.632809e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="7",topic="CMTS3M75Q.production.events"} 5.6864255e+07 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="7",topic="CMTS3M75Q.production.maintain"} 3.06778e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="7",topic="CMTS3M75Q.production.make"} 7.226394e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="7",topic="coffee.production.events"} 2.6117492e+07 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="7",topic="coffee.production.maintain"} 1.520817e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="7",topic="coffee.production.make"} 6.010883e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="8",topic="CMTS3M75Q.production.events"} 4.5732204e+07 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="8",topic="CMTS3M75Q.production.maintain"} 3.10085e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="8",topic="CMTS3M75Q.production.make"} 7.021128e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="8",topic="coffee.production.events"} 2.5878081e+07 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="8",topic="coffee.production.maintain"} 1.300054e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="8",topic="coffee.production.make"} 5.966359e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="9",topic="CMTS3M75Q.production.events"} 6.3893162e+07 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="9",topic="CMTS3M75Q.production.maintain"} 3.436943e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="9",topic="CMTS3M75Q.production.make"} 7.628873e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="9",topic="coffee.production.events"} 2.5863019e+07 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="9",topic="coffee.production.maintain"} 1.272679e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="9",topic="coffee.production.make"} 5.35788e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="0",topic="CMTS3M75Q.production.events"} 5.4095843e+07 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="0",topic="CMTS3M75Q.production.maintain"} 3.447466e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="0",topic="CMTS3M75Q.production.make"} 9.304706e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="0",topic="coffee.production.events"} 2.8371728e+07 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="0",topic="coffee.production.maintain"} 1.731955e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="0",topic="coffee.production.make"} 6.26309e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="1",topic="CMTS3M75Q.production.events"} 7.872288e+07 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="1",topic="CMTS3M75Q.production.maintain"} 3.761679e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="1",topic="CMTS3M75Q.production.make"} 9.273628e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="1",topic="coffee.production.events"} 2.4458563e+07 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="1",topic="coffee.production.maintain"} 1.216304e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="1",topic="coffee.production.make"} 5.76188e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="2",topic="CMTS3M75Q.production.events"} 7.9152464e+07 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="2",topic="CMTS3M75Q.production.maintain"} 3.508941e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="2",topic="CMTS3M75Q.production.make"} 7.810934e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="2",topic="coffee.production.events"} 2.0912233e+07 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="2",topic="coffee.production.maintain"} 1.037483e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="2",topic="coffee.production.make"} 4.960098e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="3",topic="CMTS3M75Q.production.events"} 5.1216226e+07 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="3",topic="CMTS3M75Q.production.maintain"} 3.224884e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="3",topic="CMTS3M75Q.production.make"} 7.993304e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="3",topic="coffee.production.events"} 2.7034598e+07 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="3",topic="coffee.production.maintain"} 1.490802e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="3",topic="coffee.production.make"} 5.900611e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="4",topic="CMTS3M75Q.production.events"} 7.7311257e+07 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="4",topic="CMTS3M75Q.production.maintain"} 3.180738e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="4",topic="CMTS3M75Q.production.make"} 7.868935e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="4",topic="coffee.production.events"} 2.6485092e+07 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="4",topic="coffee.production.maintain"} 1.312933e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="4",topic="coffee.production.make"} 5.562295e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="5",topic="CMTS3M75Q.production.events"} 6.6989585e+07 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="5",topic="CMTS3M75Q.production.maintain"} 3.176496e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="5",topic="CMTS3M75Q.production.make"} 7.407728e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="5",topic="coffee.production.events"} 2.2691392e+07 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="5",topic="coffee.production.maintain"} 1.071644e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="5",topic="coffee.production.make"} 5.100697e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="6",topic="CMTS3M75Q.production.events"} 6.8639966e+07 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="6",topic="CMTS3M75Q.production.maintain"} 3.148554e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="6",topic="CMTS3M75Q.production.make"} 7.286836e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="6",topic="coffee.production.events"} 2.9669217e+07 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="6",topic="coffee.production.maintain"} 1.247351e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="6",topic="coffee.production.make"} 5.632809e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="7",topic="CMTS3M75Q.production.events"} 5.6864255e+07 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="7",topic="CMTS3M75Q.production.maintain"} 3.06778e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="7",topic="CMTS3M75Q.production.make"} 7.226394e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="7",topic="coffee.production.events"} 2.6117492e+07 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="7",topic="coffee.production.maintain"} 1.520817e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="7",topic="coffee.production.make"} 6.010883e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="8",topic="CMTS3M75Q.production.events"} 4.5732205e+07 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="8",topic="CMTS3M75Q.production.maintain"} 3.10085e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="8",topic="CMTS3M75Q.production.make"} 7.021128e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="8",topic="coffee.production.events"} 2.5878081e+07 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="8",topic="coffee.production.maintain"} 1.300054e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="8",topic="coffee.production.make"} 5.966359e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="9",topic="CMTS3M75Q.production.events"} 6.3893162e+07 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="9",topic="CMTS3M75Q.production.maintain"} 3.436943e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="9",topic="CMTS3M75Q.production.make"} 7.628873e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="9",topic="coffee.production.events"} 2.5863019e+07 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="9",topic="coffee.production.maintain"} 1.272679e+06 kafka_consumergroup_current_offset{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="9",topic="coffee.production.make"} 5.35788e+06 # HELP kafka_consumergroup_current_offset_sum Current Offset of a ConsumerGroup at Topic for all partitions # TYPE kafka_consumergroup_current_offset_sum gauge kafka_consumergroup_current_offset_sum{consumergroup="airflow_group_coffe_make_by_days",topic="coffee.production.make"} 5.4732596e+07 kafka_consumergroup_current_offset_sum{consumergroup="airflow_group_coffe_make_dev",topic="coffee.production.make"} 5.186159e+07 kafka_consumergroup_current_offset_sum{consumergroup="airflow_group_flow_maintains__production",topic="CMTS3M75Q.production.maintain"} 3.3054337e+07 kafka_consumergroup_current_offset_sum{consumergroup="airflow_group_recipe__production",topic="CMT_RECIPE_API.v1.production.recipe_ingredients"} 8.6759293e+07 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-develop-archive-batch-Log-consumer",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 1.466938431e+09 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-develop-archive-batch-Log-consumer",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 1.25455501e+08 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-develop-archive-batch-coffeeInfo-consumer",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 54117 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-develop-archive-batch-coffeeInfo-consumer",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 4391 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-develop-archive-batch-coffeeInfo-consumer",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 4512 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-develop-archive-batch-coffeeInfo-consumer",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 4410 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 12192 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 22168 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 1446 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 1472 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 1465 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-develop-archive-batch-making_details-consumer",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 4.667023e+06 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink-consumer",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 4.00046e+07 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink-consumer",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 91 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink-consumer",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 651022 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink_cup-consumer",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 3.10905761e+08 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink_cup-consumer",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 264 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink_cup-consumer",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 2.706357e+06 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_maintain_record-consumer",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 2.82004582e+08 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-develop-archive-batch-yk_device_clean-consumer",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 3.2317189e+07 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-develop-archive-batch-yk_device_clean-consumer",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 25 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-develop-archive-batch-yk_device_clean-consumer",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 276122 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-develop-archive-batch-yk_device_make-consumer",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 1.332195168e+09 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-develop-lacte-batch-consumer",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 17805 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-develop-lacte-batch-consumer",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 922029 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-develop-lacte-batch-consumer",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 112642 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-develop-lacte-batch-consumer",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 161567 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-production-archive-batch-Log-consumer",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 1.466938431e+09 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-production-archive-batch-Log-consumer",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 1.25455566e+08 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-production-archive-batch-coffeeInfo-consumer",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 54117 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-production-archive-batch-coffeeInfo-consumer",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 4391 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-production-archive-batch-coffeeInfo-consumer",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 4512 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-production-archive-batch-coffeeInfo-consumer",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 4410 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 12192 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 22168 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 1446 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 1472 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 1465 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-production-archive-batch-making_details-consumer",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 4.667023e+06 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink-consumer",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 4.00046e+07 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink-consumer",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 91 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink-consumer",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 651022 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink_cup-consumer",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 3.10905761e+08 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink_cup-consumer",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 264 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink_cup-consumer",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 2.706357e+06 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_maintain_record-consumer",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 2.82004602e+08 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-production-archive-batch-yk_device_clean-consumer",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 3.2317189e+07 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-production-archive-batch-yk_device_clean-consumer",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 25 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-production-archive-batch-yk_device_clean-consumer",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 276122 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-production-archive-batch-yk_device_make-consumer",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 1.33219514e+09 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-production-lacte-batch-consumer",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 17805 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-production-lacte-batch-consumer",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 922029 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-production-lacte-batch-consumer",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 112642 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-production-lacte-batch-consumer",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 161567 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-sandbox-archive-batch-Log-consumer",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 1.466938431e+09 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-sandbox-archive-batch-Log-consumer",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 1.25455596e+08 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-sandbox-archive-batch-coffeeInfo-consumer",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 54117 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-sandbox-archive-batch-coffeeInfo-consumer",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 4391 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-sandbox-archive-batch-coffeeInfo-consumer",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 4512 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-sandbox-archive-batch-coffeeInfo-consumer",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 4410 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 12192 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 22168 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 1446 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 1472 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 1465 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-sandbox-archive-batch-making_details-consumer",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 4.667023e+06 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink-consumer",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 4.00046e+07 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink-consumer",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 91 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink-consumer",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 651022 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink_cup-consumer",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 3.10905761e+08 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink_cup-consumer",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 264 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink_cup-consumer",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 2.706357e+06 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_maintain_record-consumer",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 2.82004567e+08 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_device_clean-consumer",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 3.2317189e+07 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_device_clean-consumer",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 25 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_device_clean-consumer",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 276122 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_device_make-consumer",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 1.332195167e+09 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-sandbox-lacte-batch-consumer",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 17805 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-sandbox-lacte-batch-consumer",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 922029 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-sandbox-lacte-batch-consumer",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 112642 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-sandbox-lacte-batch-consumer",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 161567 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-stage-archive-batch-Log-consumer",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 1.466938431e+09 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-stage-archive-batch-Log-consumer",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 1.25455764e+08 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-stage-archive-batch-coffeeInfo-consumer",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 54117 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-stage-archive-batch-coffeeInfo-consumer",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 4391 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-stage-archive-batch-coffeeInfo-consumer",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 4512 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-stage-archive-batch-coffeeInfo-consumer",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 4410 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 12192 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 22168 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 1446 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 1472 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 1465 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-stage-archive-batch-making_details-consumer",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 4.667023e+06 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink-consumer",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 4.00046e+07 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink-consumer",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 91 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink-consumer",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 651022 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink_cup-consumer",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 3.10905761e+08 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink_cup-consumer",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 264 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink_cup-consumer",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 2.706357e+06 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_maintain_record-consumer",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 2.82004628e+08 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-stage-archive-batch-yk_device_clean-consumer",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 3.2317189e+07 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-stage-archive-batch-yk_device_clean-consumer",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 25 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-stage-archive-batch-yk_device_clean-consumer",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 276122 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-stage-archive-batch-yk_device_make-consumer",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 1.332195168e+09 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-stage-lacte-batch-consumer",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 17805 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-stage-lacte-batch-consumer",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 922029 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-stage-lacte-batch-consumer",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 112642 kafka_consumergroup_current_offset_sum{consumergroup="ct-archive-consumer-stage-lacte-batch-consumer",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 161567 kafka_consumergroup_current_offset_sum{consumergroup="ct-coffee-consumer-production-cleans-result",topic="CMTS3M75Q.production.result.cleans"} 7216 kafka_consumergroup_current_offset_sum{consumergroup="ct-coffee-consumer-production-commands",topic="CMTS3M75Q.production.commands.clean"} 50554 kafka_consumergroup_current_offset_sum{consumergroup="ct-coffee-consumer-production-commands",topic="CMTS3M75Q.production.commands.cleans"} 17302 kafka_consumergroup_current_offset_sum{consumergroup="ct-coffee-consumer-production-commands",topic="CMTS3M75Q.production.commands.file"} 98928 kafka_consumergroup_current_offset_sum{consumergroup="ct-coffee-consumer-production-commands",topic="CMTS3M75Q.production.commands.program"} 181253 kafka_consumergroup_current_offset_sum{consumergroup="ct-coffee-consumer-production-commands",topic="CMTS3M75Q.production.commands.programs"} 17309 kafka_consumergroup_current_offset_sum{consumergroup="ct-coffee-consumer-production-commands",topic="CMTS3M75Q.production.commands.settings"} 17302 kafka_consumergroup_current_offset_sum{consumergroup="ct-coffee-consumer-production-programs-result",topic="CMTS3M75Q.production.result.programs"} 7062 kafka_consumergroup_current_offset_sum{consumergroup="ct-device-consumer-production-clean",topic="CMTS3M75Q.production.result.clean"} 25234 kafka_consumergroup_current_offset_sum{consumergroup="ct-device-consumer-production-cleans",topic="CMTS3M75Q.production.result.cleans"} 7222 kafka_consumergroup_current_offset_sum{consumergroup="ct-device-consumer-production-file",topic="CMTS3M75Q.production.result.file"} 58796 kafka_consumergroup_current_offset_sum{consumergroup="ct-device-consumer-production-menus",topic="CMTS3M75Q.production.menus"} -4 kafka_consumergroup_current_offset_sum{consumergroup="ct-device-consumer-production-program",topic="CMTS3M75Q.production.result.program"} 99077 kafka_consumergroup_current_offset_sum{consumergroup="ct-device-consumer-production-programs",topic="CMTS3M75Q.production.result.programs"} 7062 kafka_consumergroup_current_offset_sum{consumergroup="ct-device-consumer-production-settings",topic="CMTS3M75Q.production.result.settings"} 7610 kafka_consumergroup_current_offset_sum{consumergroup="ct-device-consumer-production-status",topic="CMTS3M75Q.production.status"} 5.338673e+06 kafka_consumergroup_current_offset_sum{consumergroup="ct-device-consumer-production-status",topic="coffee.production.status"} 3.139243e+06 kafka_consumergroup_current_offset_sum{consumergroup="ct-recipe-api-production-yk-asset-drink-cup",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 3.10905761e+08 kafka_consumergroup_current_offset_sum{consumergroup="ct-recipe-api-production-yk-asset-drink-cup",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 2.706357e+06 kafka_consumergroup_current_offset_sum{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",topic="CMTS3M75Q.production.events"} 6.4261785e+08 kafka_consumergroup_current_offset_sum{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",topic="CMTS3M75Q.production.maintain"} 3.3054331e+07 kafka_consumergroup_current_offset_sum{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",topic="CMTS3M75Q.production.make"} 7.8822465e+07 kafka_consumergroup_current_offset_sum{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",topic="coffee.production.events"} 2.5748142e+08 kafka_consumergroup_current_offset_sum{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",topic="coffee.production.maintain"} 1.3202017e+07 kafka_consumergroup_current_offset_sum{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",topic="coffee.production.make"} 5.6516602e+07 kafka_consumergroup_current_offset_sum{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",topic="CMTS3M75Q.production.events"} 6.42617522e+08 kafka_consumergroup_current_offset_sum{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",topic="CMTS3M75Q.production.maintain"} 3.3054295e+07 kafka_consumergroup_current_offset_sum{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",topic="CMTS3M75Q.production.make"} 7.8822428e+07 kafka_consumergroup_current_offset_sum{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",topic="coffee.production.events"} 2.57481124e+08 kafka_consumergroup_current_offset_sum{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",topic="coffee.production.maintain"} 1.3201992e+07 kafka_consumergroup_current_offset_sum{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",topic="coffee.production.make"} 5.6516568e+07 kafka_consumergroup_current_offset_sum{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",topic="CMTS3M75Q.production.events"} 6.42617723e+08 kafka_consumergroup_current_offset_sum{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",topic="CMTS3M75Q.production.maintain"} 3.3054315e+07 kafka_consumergroup_current_offset_sum{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",topic="CMTS3M75Q.production.make"} 7.8822451e+07 kafka_consumergroup_current_offset_sum{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",topic="coffee.production.events"} 2.5748133e+08 kafka_consumergroup_current_offset_sum{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",topic="coffee.production.maintain"} 1.3202005e+07 kafka_consumergroup_current_offset_sum{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",topic="coffee.production.make"} 5.6516597e+07 kafka_consumergroup_current_offset_sum{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",topic="CMTS3M75Q.production.events"} 6.42617843e+08 kafka_consumergroup_current_offset_sum{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",topic="CMTS3M75Q.production.maintain"} 3.3054331e+07 kafka_consumergroup_current_offset_sum{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",topic="CMTS3M75Q.production.make"} 7.8822466e+07 kafka_consumergroup_current_offset_sum{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",topic="coffee.production.events"} 2.57481415e+08 kafka_consumergroup_current_offset_sum{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",topic="coffee.production.maintain"} 1.3202022e+07 kafka_consumergroup_current_offset_sum{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",topic="coffee.production.make"} 5.6516602e+07 # HELP kafka_consumergroup_lag Current Approximate Lag of a ConsumerGroup at Topic/Partition # TYPE kafka_consumergroup_lag gauge kafka_consumergroup_lag{consumergroup="airflow_group_coffe_make_by_days",partition="0",topic="coffee.production.make"} 193801 kafka_consumergroup_lag{consumergroup="airflow_group_coffe_make_by_days",partition="1",topic="coffee.production.make"} 167413 kafka_consumergroup_lag{consumergroup="airflow_group_coffe_make_by_days",partition="2",topic="coffee.production.make"} 175201 kafka_consumergroup_lag{consumergroup="airflow_group_coffe_make_by_days",partition="3",topic="coffee.production.make"} 172198 kafka_consumergroup_lag{consumergroup="airflow_group_coffe_make_by_days",partition="4",topic="coffee.production.make"} 181090 kafka_consumergroup_lag{consumergroup="airflow_group_coffe_make_by_days",partition="5",topic="coffee.production.make"} 162931 kafka_consumergroup_lag{consumergroup="airflow_group_coffe_make_by_days",partition="6",topic="coffee.production.make"} 175138 kafka_consumergroup_lag{consumergroup="airflow_group_coffe_make_by_days",partition="7",topic="coffee.production.make"} 175531 kafka_consumergroup_lag{consumergroup="airflow_group_coffe_make_by_days",partition="8",topic="coffee.production.make"} 199263 kafka_consumergroup_lag{consumergroup="airflow_group_coffe_make_by_days",partition="9",topic="coffee.production.make"} 181452 kafka_consumergroup_lag{consumergroup="airflow_group_coffe_make_dev",partition="0",topic="coffee.production.make"} 507255 kafka_consumergroup_lag{consumergroup="airflow_group_coffe_make_dev",partition="1",topic="coffee.production.make"} 427041 kafka_consumergroup_lag{consumergroup="airflow_group_coffe_make_dev",partition="2",topic="coffee.production.make"} 450250 kafka_consumergroup_lag{consumergroup="airflow_group_coffe_make_dev",partition="3",topic="coffee.production.make"} 464287 kafka_consumergroup_lag{consumergroup="airflow_group_coffe_make_dev",partition="4",topic="coffee.production.make"} 463813 kafka_consumergroup_lag{consumergroup="airflow_group_coffe_make_dev",partition="5",topic="coffee.production.make"} 423085 kafka_consumergroup_lag{consumergroup="airflow_group_coffe_make_dev",partition="6",topic="coffee.production.make"} 489345 kafka_consumergroup_lag{consumergroup="airflow_group_coffe_make_dev",partition="7",topic="coffee.production.make"} 450548 kafka_consumergroup_lag{consumergroup="airflow_group_coffe_make_dev",partition="8",topic="coffee.production.make"} 513874 kafka_consumergroup_lag{consumergroup="airflow_group_coffe_make_dev",partition="9",topic="coffee.production.make"} 465525 kafka_consumergroup_lag{consumergroup="airflow_group_flow_maintains__production",partition="0",topic="CMTS3M75Q.production.maintain"} 3 kafka_consumergroup_lag{consumergroup="airflow_group_flow_maintains__production",partition="1",topic="CMTS3M75Q.production.maintain"} 4 kafka_consumergroup_lag{consumergroup="airflow_group_flow_maintains__production",partition="2",topic="CMTS3M75Q.production.maintain"} 2 kafka_consumergroup_lag{consumergroup="airflow_group_flow_maintains__production",partition="3",topic="CMTS3M75Q.production.maintain"} 1 kafka_consumergroup_lag{consumergroup="airflow_group_flow_maintains__production",partition="4",topic="CMTS3M75Q.production.maintain"} 3 kafka_consumergroup_lag{consumergroup="airflow_group_flow_maintains__production",partition="5",topic="CMTS3M75Q.production.maintain"} 0 kafka_consumergroup_lag{consumergroup="airflow_group_flow_maintains__production",partition="6",topic="CMTS3M75Q.production.maintain"} 5 kafka_consumergroup_lag{consumergroup="airflow_group_flow_maintains__production",partition="7",topic="CMTS3M75Q.production.maintain"} 0 kafka_consumergroup_lag{consumergroup="airflow_group_flow_maintains__production",partition="8",topic="CMTS3M75Q.production.maintain"} 0 kafka_consumergroup_lag{consumergroup="airflow_group_flow_maintains__production",partition="9",topic="CMTS3M75Q.production.maintain"} 0 kafka_consumergroup_lag{consumergroup="airflow_group_recipe__production",partition="0",topic="CMT_RECIPE_API.v1.production.recipe_ingredients"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-Log-consumer",partition="0",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-Log-consumer",partition="0",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 38 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-Log-consumer",partition="1",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-Log-consumer",partition="1",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 48 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-Log-consumer",partition="2",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-Log-consumer",partition="2",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 36 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-Log-consumer",partition="3",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-Log-consumer",partition="3",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 34 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-Log-consumer",partition="4",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-Log-consumer",partition="4",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 43 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-Log-consumer",partition="5",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-Log-consumer",partition="5",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 40 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-Log-consumer",partition="6",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-Log-consumer",partition="6",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 49 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-Log-consumer",partition="7",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-Log-consumer",partition="7",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 38 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-Log-consumer",partition="8",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-Log-consumer",partition="8",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 40 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-Log-consumer",partition="9",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-Log-consumer",partition="9",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 39 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-coffeeInfo-consumer",partition="0",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-coffeeInfo-consumer",partition="0",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-coffeeInfo-consumer",partition="0",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-coffeeInfo-consumer",partition="0",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-coffeeInfo-consumer",partition="1",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-coffeeInfo-consumer",partition="1",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-coffeeInfo-consumer",partition="1",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-coffeeInfo-consumer",partition="1",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-coffeeInfo-consumer",partition="2",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-coffeeInfo-consumer",partition="2",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-coffeeInfo-consumer",partition="2",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-coffeeInfo-consumer",partition="2",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-coffeeInfo-consumer",partition="3",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-coffeeInfo-consumer",partition="3",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-coffeeInfo-consumer",partition="3",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-coffeeInfo-consumer",partition="3",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-coffeeInfo-consumer",partition="4",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-coffeeInfo-consumer",partition="4",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} -1 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-coffeeInfo-consumer",partition="4",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-coffeeInfo-consumer",partition="4",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} -1 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-coffeeInfo-consumer",partition="5",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-coffeeInfo-consumer",partition="5",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-coffeeInfo-consumer",partition="5",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-coffeeInfo-consumer",partition="5",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-coffeeInfo-consumer",partition="6",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-coffeeInfo-consumer",partition="6",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-coffeeInfo-consumer",partition="6",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-coffeeInfo-consumer",partition="6",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-coffeeInfo-consumer",partition="7",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-coffeeInfo-consumer",partition="7",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-coffeeInfo-consumer",partition="7",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-coffeeInfo-consumer",partition="7",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-coffeeInfo-consumer",partition="8",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-coffeeInfo-consumer",partition="8",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-coffeeInfo-consumer",partition="8",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-coffeeInfo-consumer",partition="8",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-coffeeInfo-consumer",partition="9",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-coffeeInfo-consumer",partition="9",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-coffeeInfo-consumer",partition="9",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-coffeeInfo-consumer",partition="9",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="0",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="0",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="0",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="0",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="0",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="1",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="1",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="1",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="1",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="1",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="2",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} -1 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="2",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="2",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} -1 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="2",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} -1 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="2",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} -1 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="3",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="3",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="3",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="3",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="3",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="4",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="4",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="4",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="4",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="4",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="5",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="5",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="5",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="5",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="5",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="6",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="6",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="6",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="6",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="6",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="7",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="7",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="7",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="7",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="7",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="8",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="8",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="8",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="8",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="8",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="9",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="9",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="9",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="9",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",partition="9",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-making_details-consumer",partition="0",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-making_details-consumer",partition="1",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-making_details-consumer",partition="2",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-making_details-consumer",partition="3",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-making_details-consumer",partition="4",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-making_details-consumer",partition="5",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-making_details-consumer",partition="6",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-making_details-consumer",partition="7",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-making_details-consumer",partition="8",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-making_details-consumer",partition="9",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink-consumer",partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink-consumer",partition="0",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink-consumer",partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink-consumer",partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink-consumer",partition="1",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} -1 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink-consumer",partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} -1 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink-consumer",partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink-consumer",partition="2",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink-consumer",partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink-consumer",partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink-consumer",partition="3",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink-consumer",partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink-consumer",partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink-consumer",partition="4",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink-consumer",partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink-consumer",partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink-consumer",partition="5",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink-consumer",partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink-consumer",partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink-consumer",partition="6",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink-consumer",partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink-consumer",partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink-consumer",partition="7",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink-consumer",partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink-consumer",partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink-consumer",partition="8",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink-consumer",partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink-consumer",partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink-consumer",partition="9",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink-consumer",partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink_cup-consumer",partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink_cup-consumer",partition="0",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink_cup-consumer",partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink_cup-consumer",partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink_cup-consumer",partition="1",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink_cup-consumer",partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink_cup-consumer",partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink_cup-consumer",partition="2",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink_cup-consumer",partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink_cup-consumer",partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink_cup-consumer",partition="3",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink_cup-consumer",partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink_cup-consumer",partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink_cup-consumer",partition="4",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink_cup-consumer",partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink_cup-consumer",partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink_cup-consumer",partition="5",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink_cup-consumer",partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink_cup-consumer",partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink_cup-consumer",partition="6",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink_cup-consumer",partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink_cup-consumer",partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink_cup-consumer",partition="7",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink_cup-consumer",partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink_cup-consumer",partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink_cup-consumer",partition="8",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink_cup-consumer",partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink_cup-consumer",partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink_cup-consumer",partition="9",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink_cup-consumer",partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_maintain_record-consumer",partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 6 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_maintain_record-consumer",partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 4 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_maintain_record-consumer",partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 2 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_maintain_record-consumer",partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 2 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_maintain_record-consumer",partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 5 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_maintain_record-consumer",partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 11 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_maintain_record-consumer",partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 4 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_maintain_record-consumer",partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 12 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_maintain_record-consumer",partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 9 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_maintain_record-consumer",partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 10 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_device_clean-consumer",partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_device_clean-consumer",partition="0",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_device_clean-consumer",partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_device_clean-consumer",partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_device_clean-consumer",partition="1",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} -1 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_device_clean-consumer",partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} -1 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_device_clean-consumer",partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_device_clean-consumer",partition="2",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} -1 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_device_clean-consumer",partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} -1 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_device_clean-consumer",partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_device_clean-consumer",partition="3",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_device_clean-consumer",partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_device_clean-consumer",partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_device_clean-consumer",partition="4",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_device_clean-consumer",partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_device_clean-consumer",partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_device_clean-consumer",partition="5",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} -1 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_device_clean-consumer",partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} -1 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_device_clean-consumer",partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_device_clean-consumer",partition="6",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_device_clean-consumer",partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_device_clean-consumer",partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_device_clean-consumer",partition="7",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_device_clean-consumer",partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_device_clean-consumer",partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_device_clean-consumer",partition="8",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_device_clean-consumer",partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_device_clean-consumer",partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_device_clean-consumer",partition="9",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_device_clean-consumer",partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_device_make-consumer",partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 8 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_device_make-consumer",partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 10 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_device_make-consumer",partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 4 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_device_make-consumer",partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 7 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_device_make-consumer",partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 11 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_device_make-consumer",partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 6 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_device_make-consumer",partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 8 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_device_make-consumer",partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 8 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_device_make-consumer",partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 5 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-archive-batch-yk_device_make-consumer",partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 7 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-lacte-batch-consumer",partition="0",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-lacte-batch-consumer",partition="0",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-lacte-batch-consumer",partition="0",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-lacte-batch-consumer",partition="0",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-lacte-batch-consumer",partition="1",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-lacte-batch-consumer",partition="1",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-lacte-batch-consumer",partition="1",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-lacte-batch-consumer",partition="1",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-lacte-batch-consumer",partition="2",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-lacte-batch-consumer",partition="2",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-lacte-batch-consumer",partition="2",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-lacte-batch-consumer",partition="2",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-lacte-batch-consumer",partition="3",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-lacte-batch-consumer",partition="3",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-lacte-batch-consumer",partition="3",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-lacte-batch-consumer",partition="3",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-lacte-batch-consumer",partition="4",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-lacte-batch-consumer",partition="4",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-lacte-batch-consumer",partition="4",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-lacte-batch-consumer",partition="4",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-lacte-batch-consumer",partition="5",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-lacte-batch-consumer",partition="5",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-lacte-batch-consumer",partition="5",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-lacte-batch-consumer",partition="5",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-lacte-batch-consumer",partition="6",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-lacte-batch-consumer",partition="6",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-lacte-batch-consumer",partition="6",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-lacte-batch-consumer",partition="6",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-lacte-batch-consumer",partition="7",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-lacte-batch-consumer",partition="7",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-lacte-batch-consumer",partition="7",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-lacte-batch-consumer",partition="7",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-lacte-batch-consumer",partition="8",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-lacte-batch-consumer",partition="8",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-lacte-batch-consumer",partition="8",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-lacte-batch-consumer",partition="8",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-lacte-batch-consumer",partition="9",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-lacte-batch-consumer",partition="9",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-lacte-batch-consumer",partition="9",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-develop-lacte-batch-consumer",partition="9",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-Log-consumer",partition="0",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-Log-consumer",partition="0",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 30 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-Log-consumer",partition="1",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-Log-consumer",partition="1",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 26 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-Log-consumer",partition="2",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-Log-consumer",partition="2",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 22 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-Log-consumer",partition="3",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-Log-consumer",partition="3",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 25 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-Log-consumer",partition="4",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-Log-consumer",partition="4",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 28 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-Log-consumer",partition="5",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-Log-consumer",partition="5",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 31 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-Log-consumer",partition="6",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-Log-consumer",partition="6",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 38 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-Log-consumer",partition="7",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-Log-consumer",partition="7",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 28 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-Log-consumer",partition="8",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-Log-consumer",partition="8",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 31 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-Log-consumer",partition="9",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-Log-consumer",partition="9",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 32 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-coffeeInfo-consumer",partition="0",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-coffeeInfo-consumer",partition="0",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-coffeeInfo-consumer",partition="0",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-coffeeInfo-consumer",partition="0",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-coffeeInfo-consumer",partition="1",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-coffeeInfo-consumer",partition="1",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-coffeeInfo-consumer",partition="1",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-coffeeInfo-consumer",partition="1",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-coffeeInfo-consumer",partition="2",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-coffeeInfo-consumer",partition="2",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-coffeeInfo-consumer",partition="2",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-coffeeInfo-consumer",partition="2",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-coffeeInfo-consumer",partition="3",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-coffeeInfo-consumer",partition="3",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-coffeeInfo-consumer",partition="3",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-coffeeInfo-consumer",partition="3",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-coffeeInfo-consumer",partition="4",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-coffeeInfo-consumer",partition="4",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} -1 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-coffeeInfo-consumer",partition="4",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-coffeeInfo-consumer",partition="4",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} -1 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-coffeeInfo-consumer",partition="5",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-coffeeInfo-consumer",partition="5",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-coffeeInfo-consumer",partition="5",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-coffeeInfo-consumer",partition="5",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-coffeeInfo-consumer",partition="6",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-coffeeInfo-consumer",partition="6",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-coffeeInfo-consumer",partition="6",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-coffeeInfo-consumer",partition="6",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-coffeeInfo-consumer",partition="7",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-coffeeInfo-consumer",partition="7",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-coffeeInfo-consumer",partition="7",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-coffeeInfo-consumer",partition="7",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-coffeeInfo-consumer",partition="8",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-coffeeInfo-consumer",partition="8",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-coffeeInfo-consumer",partition="8",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-coffeeInfo-consumer",partition="8",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-coffeeInfo-consumer",partition="9",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-coffeeInfo-consumer",partition="9",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-coffeeInfo-consumer",partition="9",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-coffeeInfo-consumer",partition="9",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="0",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="0",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="0",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="0",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="0",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="1",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="1",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="1",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="1",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="1",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="2",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} -1 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="2",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="2",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} -1 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="2",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} -1 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="2",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} -1 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="3",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="3",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="3",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="3",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="3",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="4",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="4",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="4",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="4",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="4",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="5",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="5",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="5",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="5",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="5",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="6",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="6",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="6",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="6",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="6",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="7",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="7",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="7",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="7",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="7",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="8",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="8",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="8",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="8",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="8",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="9",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="9",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="9",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="9",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",partition="9",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-making_details-consumer",partition="0",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-making_details-consumer",partition="1",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-making_details-consumer",partition="2",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-making_details-consumer",partition="3",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-making_details-consumer",partition="4",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-making_details-consumer",partition="5",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-making_details-consumer",partition="6",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-making_details-consumer",partition="7",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-making_details-consumer",partition="8",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-making_details-consumer",partition="9",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink-consumer",partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink-consumer",partition="0",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink-consumer",partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink-consumer",partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink-consumer",partition="1",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} -1 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink-consumer",partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} -1 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink-consumer",partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink-consumer",partition="2",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink-consumer",partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink-consumer",partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink-consumer",partition="3",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink-consumer",partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink-consumer",partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink-consumer",partition="4",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink-consumer",partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink-consumer",partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink-consumer",partition="5",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink-consumer",partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink-consumer",partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink-consumer",partition="6",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink-consumer",partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink-consumer",partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink-consumer",partition="7",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink-consumer",partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink-consumer",partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink-consumer",partition="8",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink-consumer",partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink-consumer",partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink-consumer",partition="9",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink-consumer",partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink_cup-consumer",partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink_cup-consumer",partition="0",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink_cup-consumer",partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink_cup-consumer",partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink_cup-consumer",partition="1",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink_cup-consumer",partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink_cup-consumer",partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink_cup-consumer",partition="2",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink_cup-consumer",partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink_cup-consumer",partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink_cup-consumer",partition="3",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink_cup-consumer",partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink_cup-consumer",partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink_cup-consumer",partition="4",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink_cup-consumer",partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink_cup-consumer",partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink_cup-consumer",partition="5",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink_cup-consumer",partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink_cup-consumer",partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink_cup-consumer",partition="6",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink_cup-consumer",partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink_cup-consumer",partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink_cup-consumer",partition="7",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink_cup-consumer",partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink_cup-consumer",partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink_cup-consumer",partition="8",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink_cup-consumer",partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink_cup-consumer",partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink_cup-consumer",partition="9",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink_cup-consumer",partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_maintain_record-consumer",partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 12 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_maintain_record-consumer",partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 8 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_maintain_record-consumer",partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 7 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_maintain_record-consumer",partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 5 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_maintain_record-consumer",partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 6 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_maintain_record-consumer",partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 2 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_maintain_record-consumer",partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_maintain_record-consumer",partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 6 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_maintain_record-consumer",partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 2 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_maintain_record-consumer",partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 5 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_device_clean-consumer",partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_device_clean-consumer",partition="0",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_device_clean-consumer",partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_device_clean-consumer",partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_device_clean-consumer",partition="1",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} -1 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_device_clean-consumer",partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} -1 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_device_clean-consumer",partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_device_clean-consumer",partition="2",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} -1 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_device_clean-consumer",partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} -1 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_device_clean-consumer",partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_device_clean-consumer",partition="3",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_device_clean-consumer",partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_device_clean-consumer",partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_device_clean-consumer",partition="4",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_device_clean-consumer",partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_device_clean-consumer",partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_device_clean-consumer",partition="5",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} -1 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_device_clean-consumer",partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} -1 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_device_clean-consumer",partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_device_clean-consumer",partition="6",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_device_clean-consumer",partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_device_clean-consumer",partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_device_clean-consumer",partition="7",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_device_clean-consumer",partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_device_clean-consumer",partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_device_clean-consumer",partition="8",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_device_clean-consumer",partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_device_clean-consumer",partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_device_clean-consumer",partition="9",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_device_clean-consumer",partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_device_make-consumer",partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 4 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_device_make-consumer",partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 6 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_device_make-consumer",partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 4 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_device_make-consumer",partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 4 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_device_make-consumer",partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 8 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_device_make-consumer",partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 13 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_device_make-consumer",partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 13 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_device_make-consumer",partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 14 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_device_make-consumer",partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 10 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-archive-batch-yk_device_make-consumer",partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 10 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-lacte-batch-consumer",partition="0",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-lacte-batch-consumer",partition="0",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-lacte-batch-consumer",partition="0",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-lacte-batch-consumer",partition="0",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-lacte-batch-consumer",partition="1",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-lacte-batch-consumer",partition="1",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-lacte-batch-consumer",partition="1",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-lacte-batch-consumer",partition="1",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-lacte-batch-consumer",partition="2",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-lacte-batch-consumer",partition="2",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-lacte-batch-consumer",partition="2",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-lacte-batch-consumer",partition="2",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-lacte-batch-consumer",partition="3",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-lacte-batch-consumer",partition="3",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-lacte-batch-consumer",partition="3",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-lacte-batch-consumer",partition="3",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-lacte-batch-consumer",partition="4",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-lacte-batch-consumer",partition="4",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-lacte-batch-consumer",partition="4",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-lacte-batch-consumer",partition="4",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-lacte-batch-consumer",partition="5",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-lacte-batch-consumer",partition="5",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-lacte-batch-consumer",partition="5",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-lacte-batch-consumer",partition="5",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-lacte-batch-consumer",partition="6",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-lacte-batch-consumer",partition="6",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-lacte-batch-consumer",partition="6",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-lacte-batch-consumer",partition="6",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-lacte-batch-consumer",partition="7",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-lacte-batch-consumer",partition="7",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-lacte-batch-consumer",partition="7",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-lacte-batch-consumer",partition="7",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-lacte-batch-consumer",partition="8",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-lacte-batch-consumer",partition="8",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-lacte-batch-consumer",partition="8",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-lacte-batch-consumer",partition="8",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-lacte-batch-consumer",partition="9",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-lacte-batch-consumer",partition="9",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-lacte-batch-consumer",partition="9",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-production-lacte-batch-consumer",partition="9",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-Log-consumer",partition="0",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-Log-consumer",partition="0",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 40 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-Log-consumer",partition="1",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-Log-consumer",partition="1",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 46 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-Log-consumer",partition="2",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-Log-consumer",partition="2",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 37 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-Log-consumer",partition="3",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-Log-consumer",partition="3",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 33 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-Log-consumer",partition="4",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-Log-consumer",partition="4",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 47 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-Log-consumer",partition="5",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-Log-consumer",partition="5",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 16 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-Log-consumer",partition="6",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-Log-consumer",partition="6",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 27 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-Log-consumer",partition="7",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-Log-consumer",partition="7",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 15 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-Log-consumer",partition="8",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-Log-consumer",partition="8",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 13 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-Log-consumer",partition="9",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-Log-consumer",partition="9",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 16 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-coffeeInfo-consumer",partition="0",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-coffeeInfo-consumer",partition="0",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-coffeeInfo-consumer",partition="0",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-coffeeInfo-consumer",partition="0",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-coffeeInfo-consumer",partition="1",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-coffeeInfo-consumer",partition="1",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-coffeeInfo-consumer",partition="1",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-coffeeInfo-consumer",partition="1",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-coffeeInfo-consumer",partition="2",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-coffeeInfo-consumer",partition="2",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-coffeeInfo-consumer",partition="2",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-coffeeInfo-consumer",partition="2",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-coffeeInfo-consumer",partition="3",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-coffeeInfo-consumer",partition="3",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-coffeeInfo-consumer",partition="3",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-coffeeInfo-consumer",partition="3",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-coffeeInfo-consumer",partition="4",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-coffeeInfo-consumer",partition="4",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} -1 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-coffeeInfo-consumer",partition="4",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-coffeeInfo-consumer",partition="4",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} -1 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-coffeeInfo-consumer",partition="5",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-coffeeInfo-consumer",partition="5",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-coffeeInfo-consumer",partition="5",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-coffeeInfo-consumer",partition="5",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-coffeeInfo-consumer",partition="6",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-coffeeInfo-consumer",partition="6",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-coffeeInfo-consumer",partition="6",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-coffeeInfo-consumer",partition="6",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-coffeeInfo-consumer",partition="7",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-coffeeInfo-consumer",partition="7",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-coffeeInfo-consumer",partition="7",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-coffeeInfo-consumer",partition="7",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-coffeeInfo-consumer",partition="8",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-coffeeInfo-consumer",partition="8",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-coffeeInfo-consumer",partition="8",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-coffeeInfo-consumer",partition="8",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-coffeeInfo-consumer",partition="9",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-coffeeInfo-consumer",partition="9",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-coffeeInfo-consumer",partition="9",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-coffeeInfo-consumer",partition="9",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="0",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="0",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="0",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="0",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="0",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="1",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="1",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="1",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="1",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="1",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="2",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} -1 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="2",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="2",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} -1 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="2",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} -1 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="2",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} -1 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="3",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="3",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="3",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="3",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="3",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="4",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="4",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="4",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="4",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="4",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="5",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="5",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="5",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="5",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="5",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="6",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="6",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="6",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="6",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="6",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="7",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="7",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="7",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="7",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="7",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="8",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="8",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="8",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="8",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="8",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="9",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="9",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="9",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="9",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",partition="9",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-making_details-consumer",partition="0",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-making_details-consumer",partition="1",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-making_details-consumer",partition="2",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-making_details-consumer",partition="3",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-making_details-consumer",partition="4",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-making_details-consumer",partition="5",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-making_details-consumer",partition="6",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-making_details-consumer",partition="7",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-making_details-consumer",partition="8",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-making_details-consumer",partition="9",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink-consumer",partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink-consumer",partition="0",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink-consumer",partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink-consumer",partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink-consumer",partition="1",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} -1 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink-consumer",partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} -1 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink-consumer",partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink-consumer",partition="2",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink-consumer",partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink-consumer",partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink-consumer",partition="3",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink-consumer",partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink-consumer",partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink-consumer",partition="4",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink-consumer",partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink-consumer",partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink-consumer",partition="5",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink-consumer",partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink-consumer",partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink-consumer",partition="6",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink-consumer",partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink-consumer",partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink-consumer",partition="7",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink-consumer",partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink-consumer",partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink-consumer",partition="8",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink-consumer",partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink-consumer",partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink-consumer",partition="9",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink-consumer",partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink_cup-consumer",partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink_cup-consumer",partition="0",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink_cup-consumer",partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink_cup-consumer",partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink_cup-consumer",partition="1",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink_cup-consumer",partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink_cup-consumer",partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink_cup-consumer",partition="2",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink_cup-consumer",partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink_cup-consumer",partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink_cup-consumer",partition="3",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink_cup-consumer",partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink_cup-consumer",partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink_cup-consumer",partition="4",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink_cup-consumer",partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink_cup-consumer",partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink_cup-consumer",partition="5",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink_cup-consumer",partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink_cup-consumer",partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink_cup-consumer",partition="6",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink_cup-consumer",partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink_cup-consumer",partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink_cup-consumer",partition="7",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink_cup-consumer",partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink_cup-consumer",partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink_cup-consumer",partition="8",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink_cup-consumer",partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink_cup-consumer",partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink_cup-consumer",partition="9",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink_cup-consumer",partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_maintain_record-consumer",partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 13 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_maintain_record-consumer",partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 12 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_maintain_record-consumer",partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 11 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_maintain_record-consumer",partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 6 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_maintain_record-consumer",partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 9 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_maintain_record-consumer",partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 9 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_maintain_record-consumer",partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 3 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_maintain_record-consumer",partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 10 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_maintain_record-consumer",partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 6 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_maintain_record-consumer",partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 9 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_device_clean-consumer",partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_device_clean-consumer",partition="0",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_device_clean-consumer",partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_device_clean-consumer",partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_device_clean-consumer",partition="1",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} -1 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_device_clean-consumer",partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} -1 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_device_clean-consumer",partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_device_clean-consumer",partition="2",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} -1 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_device_clean-consumer",partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} -1 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_device_clean-consumer",partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_device_clean-consumer",partition="3",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_device_clean-consumer",partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_device_clean-consumer",partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_device_clean-consumer",partition="4",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_device_clean-consumer",partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_device_clean-consumer",partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_device_clean-consumer",partition="5",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} -1 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_device_clean-consumer",partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} -1 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_device_clean-consumer",partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_device_clean-consumer",partition="6",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_device_clean-consumer",partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_device_clean-consumer",partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_device_clean-consumer",partition="7",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_device_clean-consumer",partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_device_clean-consumer",partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_device_clean-consumer",partition="8",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_device_clean-consumer",partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_device_clean-consumer",partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_device_clean-consumer",partition="9",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_device_clean-consumer",partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_device_make-consumer",partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 4 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_device_make-consumer",partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 9 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_device_make-consumer",partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 4 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_device_make-consumer",partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 6 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_device_make-consumer",partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 9 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_device_make-consumer",partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 4 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_device_make-consumer",partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 8 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_device_make-consumer",partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 7 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_device_make-consumer",partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 3 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_device_make-consumer",partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 5 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-lacte-batch-consumer",partition="0",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-lacte-batch-consumer",partition="0",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-lacte-batch-consumer",partition="0",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-lacte-batch-consumer",partition="0",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-lacte-batch-consumer",partition="1",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-lacte-batch-consumer",partition="1",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-lacte-batch-consumer",partition="1",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-lacte-batch-consumer",partition="1",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-lacte-batch-consumer",partition="2",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-lacte-batch-consumer",partition="2",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-lacte-batch-consumer",partition="2",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-lacte-batch-consumer",partition="2",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-lacte-batch-consumer",partition="3",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-lacte-batch-consumer",partition="3",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-lacte-batch-consumer",partition="3",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-lacte-batch-consumer",partition="3",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-lacte-batch-consumer",partition="4",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-lacte-batch-consumer",partition="4",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-lacte-batch-consumer",partition="4",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-lacte-batch-consumer",partition="4",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-lacte-batch-consumer",partition="5",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-lacte-batch-consumer",partition="5",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-lacte-batch-consumer",partition="5",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-lacte-batch-consumer",partition="5",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-lacte-batch-consumer",partition="6",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-lacte-batch-consumer",partition="6",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-lacte-batch-consumer",partition="6",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-lacte-batch-consumer",partition="6",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-lacte-batch-consumer",partition="7",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-lacte-batch-consumer",partition="7",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-lacte-batch-consumer",partition="7",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-lacte-batch-consumer",partition="7",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-lacte-batch-consumer",partition="8",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-lacte-batch-consumer",partition="8",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-lacte-batch-consumer",partition="8",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-lacte-batch-consumer",partition="8",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-lacte-batch-consumer",partition="9",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-lacte-batch-consumer",partition="9",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-lacte-batch-consumer",partition="9",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-sandbox-lacte-batch-consumer",partition="9",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-Log-consumer",partition="0",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-Log-consumer",partition="0",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 17 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-Log-consumer",partition="1",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-Log-consumer",partition="1",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 24 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-Log-consumer",partition="2",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-Log-consumer",partition="2",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 10 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-Log-consumer",partition="3",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-Log-consumer",partition="3",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 13 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-Log-consumer",partition="4",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-Log-consumer",partition="4",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 11 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-Log-consumer",partition="5",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-Log-consumer",partition="5",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 11 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-Log-consumer",partition="6",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-Log-consumer",partition="6",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 25 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-Log-consumer",partition="7",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-Log-consumer",partition="7",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 12 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-Log-consumer",partition="8",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-Log-consumer",partition="8",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 15 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-Log-consumer",partition="9",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-Log-consumer",partition="9",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 17 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-coffeeInfo-consumer",partition="0",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-coffeeInfo-consumer",partition="0",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-coffeeInfo-consumer",partition="0",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-coffeeInfo-consumer",partition="0",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-coffeeInfo-consumer",partition="1",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-coffeeInfo-consumer",partition="1",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-coffeeInfo-consumer",partition="1",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-coffeeInfo-consumer",partition="1",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-coffeeInfo-consumer",partition="2",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-coffeeInfo-consumer",partition="2",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-coffeeInfo-consumer",partition="2",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-coffeeInfo-consumer",partition="2",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-coffeeInfo-consumer",partition="3",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-coffeeInfo-consumer",partition="3",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-coffeeInfo-consumer",partition="3",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-coffeeInfo-consumer",partition="3",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-coffeeInfo-consumer",partition="4",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-coffeeInfo-consumer",partition="4",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} -1 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-coffeeInfo-consumer",partition="4",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-coffeeInfo-consumer",partition="4",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} -1 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-coffeeInfo-consumer",partition="5",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-coffeeInfo-consumer",partition="5",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-coffeeInfo-consumer",partition="5",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-coffeeInfo-consumer",partition="5",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-coffeeInfo-consumer",partition="6",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-coffeeInfo-consumer",partition="6",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-coffeeInfo-consumer",partition="6",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-coffeeInfo-consumer",partition="6",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-coffeeInfo-consumer",partition="7",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-coffeeInfo-consumer",partition="7",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-coffeeInfo-consumer",partition="7",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-coffeeInfo-consumer",partition="7",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-coffeeInfo-consumer",partition="8",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-coffeeInfo-consumer",partition="8",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-coffeeInfo-consumer",partition="8",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-coffeeInfo-consumer",partition="8",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-coffeeInfo-consumer",partition="9",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-coffeeInfo-consumer",partition="9",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-coffeeInfo-consumer",partition="9",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-coffeeInfo-consumer",partition="9",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="0",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="0",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="0",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="0",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="0",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="1",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="1",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="1",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="1",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="1",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="2",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} -1 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="2",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="2",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} -1 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="2",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} -1 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="2",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} -1 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="3",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="3",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="3",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="3",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="3",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="4",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="4",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="4",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="4",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="4",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="5",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="5",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="5",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="5",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="5",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="6",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="6",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="6",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="6",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="6",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="7",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="7",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="7",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="7",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="7",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="8",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="8",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="8",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="8",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="8",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="9",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="9",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="9",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="9",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",partition="9",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-making_details-consumer",partition="0",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-making_details-consumer",partition="1",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-making_details-consumer",partition="2",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-making_details-consumer",partition="3",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-making_details-consumer",partition="4",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-making_details-consumer",partition="5",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-making_details-consumer",partition="6",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-making_details-consumer",partition="7",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-making_details-consumer",partition="8",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-making_details-consumer",partition="9",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink-consumer",partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink-consumer",partition="0",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink-consumer",partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink-consumer",partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink-consumer",partition="1",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} -1 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink-consumer",partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} -1 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink-consumer",partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink-consumer",partition="2",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink-consumer",partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink-consumer",partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink-consumer",partition="3",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink-consumer",partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink-consumer",partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink-consumer",partition="4",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink-consumer",partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink-consumer",partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink-consumer",partition="5",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink-consumer",partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink-consumer",partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink-consumer",partition="6",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink-consumer",partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink-consumer",partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink-consumer",partition="7",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink-consumer",partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink-consumer",partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink-consumer",partition="8",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink-consumer",partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink-consumer",partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink-consumer",partition="9",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink-consumer",partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink_cup-consumer",partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink_cup-consumer",partition="0",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink_cup-consumer",partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink_cup-consumer",partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink_cup-consumer",partition="1",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink_cup-consumer",partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink_cup-consumer",partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink_cup-consumer",partition="2",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink_cup-consumer",partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink_cup-consumer",partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink_cup-consumer",partition="3",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink_cup-consumer",partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink_cup-consumer",partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink_cup-consumer",partition="4",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink_cup-consumer",partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink_cup-consumer",partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink_cup-consumer",partition="5",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink_cup-consumer",partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink_cup-consumer",partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink_cup-consumer",partition="6",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink_cup-consumer",partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink_cup-consumer",partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink_cup-consumer",partition="7",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink_cup-consumer",partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink_cup-consumer",partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink_cup-consumer",partition="8",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink_cup-consumer",partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink_cup-consumer",partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink_cup-consumer",partition="9",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink_cup-consumer",partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_maintain_record-consumer",partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 5 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_maintain_record-consumer",partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 1 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_maintain_record-consumer",partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 2 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_maintain_record-consumer",partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 1 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_maintain_record-consumer",partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 3 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_maintain_record-consumer",partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_maintain_record-consumer",partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_maintain_record-consumer",partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 2 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_maintain_record-consumer",partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 1 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_maintain_record-consumer",partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 4 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_device_clean-consumer",partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_device_clean-consumer",partition="0",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_device_clean-consumer",partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_device_clean-consumer",partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_device_clean-consumer",partition="1",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} -1 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_device_clean-consumer",partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} -1 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_device_clean-consumer",partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_device_clean-consumer",partition="2",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} -1 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_device_clean-consumer",partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} -1 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_device_clean-consumer",partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_device_clean-consumer",partition="3",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_device_clean-consumer",partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_device_clean-consumer",partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_device_clean-consumer",partition="4",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_device_clean-consumer",partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_device_clean-consumer",partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_device_clean-consumer",partition="5",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} -1 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_device_clean-consumer",partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} -1 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_device_clean-consumer",partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_device_clean-consumer",partition="6",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_device_clean-consumer",partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_device_clean-consumer",partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_device_clean-consumer",partition="7",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_device_clean-consumer",partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_device_clean-consumer",partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_device_clean-consumer",partition="8",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_device_clean-consumer",partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_device_clean-consumer",partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_device_clean-consumer",partition="9",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_device_clean-consumer",partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_device_make-consumer",partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 14 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_device_make-consumer",partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 11 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_device_make-consumer",partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 4 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_device_make-consumer",partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 13 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_device_make-consumer",partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 14 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_device_make-consumer",partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 7 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_device_make-consumer",partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 8 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_device_make-consumer",partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 12 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_device_make-consumer",partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 8 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-archive-batch-yk_device_make-consumer",partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 8 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-lacte-batch-consumer",partition="0",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-lacte-batch-consumer",partition="0",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-lacte-batch-consumer",partition="0",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-lacte-batch-consumer",partition="0",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-lacte-batch-consumer",partition="1",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-lacte-batch-consumer",partition="1",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-lacte-batch-consumer",partition="1",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-lacte-batch-consumer",partition="1",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-lacte-batch-consumer",partition="2",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-lacte-batch-consumer",partition="2",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-lacte-batch-consumer",partition="2",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-lacte-batch-consumer",partition="2",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-lacte-batch-consumer",partition="3",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-lacte-batch-consumer",partition="3",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-lacte-batch-consumer",partition="3",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-lacte-batch-consumer",partition="3",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-lacte-batch-consumer",partition="4",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-lacte-batch-consumer",partition="4",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-lacte-batch-consumer",partition="4",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-lacte-batch-consumer",partition="4",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-lacte-batch-consumer",partition="5",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-lacte-batch-consumer",partition="5",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-lacte-batch-consumer",partition="5",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-lacte-batch-consumer",partition="5",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-lacte-batch-consumer",partition="6",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-lacte-batch-consumer",partition="6",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-lacte-batch-consumer",partition="6",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-lacte-batch-consumer",partition="6",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-lacte-batch-consumer",partition="7",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-lacte-batch-consumer",partition="7",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-lacte-batch-consumer",partition="7",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-lacte-batch-consumer",partition="7",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-lacte-batch-consumer",partition="8",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-lacte-batch-consumer",partition="8",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-lacte-batch-consumer",partition="8",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-lacte-batch-consumer",partition="8",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-lacte-batch-consumer",partition="9",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-lacte-batch-consumer",partition="9",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-lacte-batch-consumer",partition="9",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 0 kafka_consumergroup_lag{consumergroup="ct-archive-consumer-stage-lacte-batch-consumer",partition="9",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 0 kafka_consumergroup_lag{consumergroup="ct-coffee-consumer-production-cleans-result",partition="0",topic="CMTS3M75Q.production.result.cleans"} 6 kafka_consumergroup_lag{consumergroup="ct-coffee-consumer-production-cleans-result",partition="1",topic="CMTS3M75Q.production.result.cleans"} 0 kafka_consumergroup_lag{consumergroup="ct-coffee-consumer-production-cleans-result",partition="2",topic="CMTS3M75Q.production.result.cleans"} 0 kafka_consumergroup_lag{consumergroup="ct-coffee-consumer-production-cleans-result",partition="3",topic="CMTS3M75Q.production.result.cleans"} 0 kafka_consumergroup_lag{consumergroup="ct-coffee-consumer-production-cleans-result",partition="4",topic="CMTS3M75Q.production.result.cleans"} 0 kafka_consumergroup_lag{consumergroup="ct-coffee-consumer-production-cleans-result",partition="5",topic="CMTS3M75Q.production.result.cleans"} 0 kafka_consumergroup_lag{consumergroup="ct-coffee-consumer-production-cleans-result",partition="6",topic="CMTS3M75Q.production.result.cleans"} 0 kafka_consumergroup_lag{consumergroup="ct-coffee-consumer-production-cleans-result",partition="7",topic="CMTS3M75Q.production.result.cleans"} 0 kafka_consumergroup_lag{consumergroup="ct-coffee-consumer-production-cleans-result",partition="8",topic="CMTS3M75Q.production.result.cleans"} 0 kafka_consumergroup_lag{consumergroup="ct-coffee-consumer-production-cleans-result",partition="9",topic="CMTS3M75Q.production.result.cleans"} 0 kafka_consumergroup_lag{consumergroup="ct-coffee-consumer-production-commands",partition="0",topic="CMTS3M75Q.production.commands.clean"} 0 kafka_consumergroup_lag{consumergroup="ct-coffee-consumer-production-commands",partition="0",topic="CMTS3M75Q.production.commands.cleans"} 0 kafka_consumergroup_lag{consumergroup="ct-coffee-consumer-production-commands",partition="0",topic="CMTS3M75Q.production.commands.file"} 0 kafka_consumergroup_lag{consumergroup="ct-coffee-consumer-production-commands",partition="0",topic="CMTS3M75Q.production.commands.program"} 0 kafka_consumergroup_lag{consumergroup="ct-coffee-consumer-production-commands",partition="0",topic="CMTS3M75Q.production.commands.programs"} 0 kafka_consumergroup_lag{consumergroup="ct-coffee-consumer-production-commands",partition="0",topic="CMTS3M75Q.production.commands.settings"} 0 kafka_consumergroup_lag{consumergroup="ct-coffee-consumer-production-commands",partition="1",topic="CMTS3M75Q.production.commands.clean"} 0 kafka_consumergroup_lag{consumergroup="ct-coffee-consumer-production-commands",partition="1",topic="CMTS3M75Q.production.commands.cleans"} 0 kafka_consumergroup_lag{consumergroup="ct-coffee-consumer-production-commands",partition="1",topic="CMTS3M75Q.production.commands.file"} 0 kafka_consumergroup_lag{consumergroup="ct-coffee-consumer-production-commands",partition="1",topic="CMTS3M75Q.production.commands.program"} 0 kafka_consumergroup_lag{consumergroup="ct-coffee-consumer-production-commands",partition="1",topic="CMTS3M75Q.production.commands.programs"} 0 kafka_consumergroup_lag{consumergroup="ct-coffee-consumer-production-commands",partition="1",topic="CMTS3M75Q.production.commands.settings"} 0 kafka_consumergroup_lag{consumergroup="ct-coffee-consumer-production-commands",partition="2",topic="CMTS3M75Q.production.commands.clean"} 0 kafka_consumergroup_lag{consumergroup="ct-coffee-consumer-production-commands",partition="2",topic="CMTS3M75Q.production.commands.cleans"} 0 kafka_consumergroup_lag{consumergroup="ct-coffee-consumer-production-commands",partition="2",topic="CMTS3M75Q.production.commands.file"} 0 kafka_consumergroup_lag{consumergroup="ct-coffee-consumer-production-commands",partition="2",topic="CMTS3M75Q.production.commands.program"} 0 kafka_consumergroup_lag{consumergroup="ct-coffee-consumer-production-commands",partition="2",topic="CMTS3M75Q.production.commands.programs"} 0 kafka_consumergroup_lag{consumergroup="ct-coffee-consumer-production-commands",partition="2",topic="CMTS3M75Q.production.commands.settings"} 0 kafka_consumergroup_lag{consumergroup="ct-coffee-consumer-production-commands",partition="3",topic="CMTS3M75Q.production.commands.clean"} 0 kafka_consumergroup_lag{consumergroup="ct-coffee-consumer-production-commands",partition="3",topic="CMTS3M75Q.production.commands.cleans"} 0 kafka_consumergroup_lag{consumergroup="ct-coffee-consumer-production-commands",partition="3",topic="CMTS3M75Q.production.commands.file"} 0 kafka_consumergroup_lag{consumergroup="ct-coffee-consumer-production-commands",partition="3",topic="CMTS3M75Q.production.commands.program"} 0 kafka_consumergroup_lag{consumergroup="ct-coffee-consumer-production-commands",partition="3",topic="CMTS3M75Q.production.commands.programs"} 0 kafka_consumergroup_lag{consumergroup="ct-coffee-consumer-production-commands",partition="3",topic="CMTS3M75Q.production.commands.settings"} 0 kafka_consumergroup_lag{consumergroup="ct-coffee-consumer-production-commands",partition="4",topic="CMTS3M75Q.production.commands.clean"} 0 kafka_consumergroup_lag{consumergroup="ct-coffee-consumer-production-commands",partition="4",topic="CMTS3M75Q.production.commands.cleans"} 0 kafka_consumergroup_lag{consumergroup="ct-coffee-consumer-production-commands",partition="4",topic="CMTS3M75Q.production.commands.file"} 0 kafka_consumergroup_lag{consumergroup="ct-coffee-consumer-production-commands",partition="4",topic="CMTS3M75Q.production.commands.program"} 0 kafka_consumergroup_lag{consumergroup="ct-coffee-consumer-production-commands",partition="4",topic="CMTS3M75Q.production.commands.programs"} 0 kafka_consumergroup_lag{consumergroup="ct-coffee-consumer-production-commands",partition="4",topic="CMTS3M75Q.production.commands.settings"} 0 kafka_consumergroup_lag{consumergroup="ct-coffee-consumer-production-commands",partition="5",topic="CMTS3M75Q.production.commands.clean"} 0 kafka_consumergroup_lag{consumergroup="ct-coffee-consumer-production-commands",partition="5",topic="CMTS3M75Q.production.commands.cleans"} 0 kafka_consumergroup_lag{consumergroup="ct-coffee-consumer-production-commands",partition="5",topic="CMTS3M75Q.production.commands.file"} 0 kafka_consumergroup_lag{consumergroup="ct-coffee-consumer-production-commands",partition="5",topic="CMTS3M75Q.production.commands.program"} 0 kafka_consumergroup_lag{consumergroup="ct-coffee-consumer-production-commands",partition="5",topic="CMTS3M75Q.production.commands.programs"} 0 kafka_consumergroup_lag{consumergroup="ct-coffee-consumer-production-commands",partition="5",topic="CMTS3M75Q.production.commands.settings"} 0 kafka_consumergroup_lag{consumergroup="ct-coffee-consumer-production-commands",partition="6",topic="CMTS3M75Q.production.commands.clean"} 0 kafka_consumergroup_lag{consumergroup="ct-coffee-consumer-production-commands",partition="6",topic="CMTS3M75Q.production.commands.cleans"} 0 kafka_consumergroup_lag{consumergroup="ct-coffee-consumer-production-commands",partition="6",topic="CMTS3M75Q.production.commands.file"} 0 kafka_consumergroup_lag{consumergroup="ct-coffee-consumer-production-commands",partition="6",topic="CMTS3M75Q.production.commands.program"} 0 kafka_consumergroup_lag{consumergroup="ct-coffee-consumer-production-commands",partition="6",topic="CMTS3M75Q.production.commands.programs"} 0 kafka_consumergroup_lag{consumergroup="ct-coffee-consumer-production-commands",partition="6",topic="CMTS3M75Q.production.commands.settings"} 0 kafka_consumergroup_lag{consumergroup="ct-coffee-consumer-production-commands",partition="7",topic="CMTS3M75Q.production.commands.clean"} 0 kafka_consumergroup_lag{consumergroup="ct-coffee-consumer-production-commands",partition="7",topic="CMTS3M75Q.production.commands.cleans"} 0 kafka_consumergroup_lag{consumergroup="ct-coffee-consumer-production-commands",partition="7",topic="CMTS3M75Q.production.commands.file"} 0 kafka_consumergroup_lag{consumergroup="ct-coffee-consumer-production-commands",partition="7",topic="CMTS3M75Q.production.commands.program"} 0 kafka_consumergroup_lag{consumergroup="ct-coffee-consumer-production-commands",partition="7",topic="CMTS3M75Q.production.commands.programs"} 0 kafka_consumergroup_lag{consumergroup="ct-coffee-consumer-production-commands",partition="7",topic="CMTS3M75Q.production.commands.settings"} 0 kafka_consumergroup_lag{consumergroup="ct-coffee-consumer-production-commands",partition="8",topic="CMTS3M75Q.production.commands.clean"} 0 kafka_consumergroup_lag{consumergroup="ct-coffee-consumer-production-commands",partition="8",topic="CMTS3M75Q.production.commands.cleans"} 0 kafka_consumergroup_lag{consumergroup="ct-coffee-consumer-production-commands",partition="8",topic="CMTS3M75Q.production.commands.file"} 0 kafka_consumergroup_lag{consumergroup="ct-coffee-consumer-production-commands",partition="8",topic="CMTS3M75Q.production.commands.program"} 0 kafka_consumergroup_lag{consumergroup="ct-coffee-consumer-production-commands",partition="8",topic="CMTS3M75Q.production.commands.programs"} 0 kafka_consumergroup_lag{consumergroup="ct-coffee-consumer-production-commands",partition="8",topic="CMTS3M75Q.production.commands.settings"} 0 kafka_consumergroup_lag{consumergroup="ct-coffee-consumer-production-commands",partition="9",topic="CMTS3M75Q.production.commands.clean"} 0 kafka_consumergroup_lag{consumergroup="ct-coffee-consumer-production-commands",partition="9",topic="CMTS3M75Q.production.commands.cleans"} 0 kafka_consumergroup_lag{consumergroup="ct-coffee-consumer-production-commands",partition="9",topic="CMTS3M75Q.production.commands.file"} 0 kafka_consumergroup_lag{consumergroup="ct-coffee-consumer-production-commands",partition="9",topic="CMTS3M75Q.production.commands.program"} 0 kafka_consumergroup_lag{consumergroup="ct-coffee-consumer-production-commands",partition="9",topic="CMTS3M75Q.production.commands.programs"} 0 kafka_consumergroup_lag{consumergroup="ct-coffee-consumer-production-commands",partition="9",topic="CMTS3M75Q.production.commands.settings"} 0 kafka_consumergroup_lag{consumergroup="ct-coffee-consumer-production-programs-result",partition="0",topic="CMTS3M75Q.production.result.programs"} 0 kafka_consumergroup_lag{consumergroup="ct-coffee-consumer-production-programs-result",partition="1",topic="CMTS3M75Q.production.result.programs"} 0 kafka_consumergroup_lag{consumergroup="ct-coffee-consumer-production-programs-result",partition="2",topic="CMTS3M75Q.production.result.programs"} 0 kafka_consumergroup_lag{consumergroup="ct-coffee-consumer-production-programs-result",partition="3",topic="CMTS3M75Q.production.result.programs"} 0 kafka_consumergroup_lag{consumergroup="ct-coffee-consumer-production-programs-result",partition="4",topic="CMTS3M75Q.production.result.programs"} 0 kafka_consumergroup_lag{consumergroup="ct-coffee-consumer-production-programs-result",partition="5",topic="CMTS3M75Q.production.result.programs"} 0 kafka_consumergroup_lag{consumergroup="ct-coffee-consumer-production-programs-result",partition="6",topic="CMTS3M75Q.production.result.programs"} 0 kafka_consumergroup_lag{consumergroup="ct-coffee-consumer-production-programs-result",partition="7",topic="CMTS3M75Q.production.result.programs"} 0 kafka_consumergroup_lag{consumergroup="ct-coffee-consumer-production-programs-result",partition="8",topic="CMTS3M75Q.production.result.programs"} 0 kafka_consumergroup_lag{consumergroup="ct-coffee-consumer-production-programs-result",partition="9",topic="CMTS3M75Q.production.result.programs"} 0 kafka_consumergroup_lag{consumergroup="ct-device-consumer-production-clean",partition="0",topic="CMTS3M75Q.production.result.clean"} 0 kafka_consumergroup_lag{consumergroup="ct-device-consumer-production-clean",partition="1",topic="CMTS3M75Q.production.result.clean"} 0 kafka_consumergroup_lag{consumergroup="ct-device-consumer-production-clean",partition="2",topic="CMTS3M75Q.production.result.clean"} 0 kafka_consumergroup_lag{consumergroup="ct-device-consumer-production-clean",partition="3",topic="CMTS3M75Q.production.result.clean"} 0 kafka_consumergroup_lag{consumergroup="ct-device-consumer-production-clean",partition="4",topic="CMTS3M75Q.production.result.clean"} 0 kafka_consumergroup_lag{consumergroup="ct-device-consumer-production-clean",partition="5",topic="CMTS3M75Q.production.result.clean"} 0 kafka_consumergroup_lag{consumergroup="ct-device-consumer-production-clean",partition="6",topic="CMTS3M75Q.production.result.clean"} 0 kafka_consumergroup_lag{consumergroup="ct-device-consumer-production-clean",partition="7",topic="CMTS3M75Q.production.result.clean"} 0 kafka_consumergroup_lag{consumergroup="ct-device-consumer-production-clean",partition="8",topic="CMTS3M75Q.production.result.clean"} 0 kafka_consumergroup_lag{consumergroup="ct-device-consumer-production-clean",partition="9",topic="CMTS3M75Q.production.result.clean"} 0 kafka_consumergroup_lag{consumergroup="ct-device-consumer-production-cleans",partition="0",topic="CMTS3M75Q.production.result.cleans"} 0 kafka_consumergroup_lag{consumergroup="ct-device-consumer-production-cleans",partition="1",topic="CMTS3M75Q.production.result.cleans"} 0 kafka_consumergroup_lag{consumergroup="ct-device-consumer-production-cleans",partition="2",topic="CMTS3M75Q.production.result.cleans"} 0 kafka_consumergroup_lag{consumergroup="ct-device-consumer-production-cleans",partition="3",topic="CMTS3M75Q.production.result.cleans"} 0 kafka_consumergroup_lag{consumergroup="ct-device-consumer-production-cleans",partition="4",topic="CMTS3M75Q.production.result.cleans"} 0 kafka_consumergroup_lag{consumergroup="ct-device-consumer-production-cleans",partition="5",topic="CMTS3M75Q.production.result.cleans"} 0 kafka_consumergroup_lag{consumergroup="ct-device-consumer-production-cleans",partition="6",topic="CMTS3M75Q.production.result.cleans"} 0 kafka_consumergroup_lag{consumergroup="ct-device-consumer-production-cleans",partition="7",topic="CMTS3M75Q.production.result.cleans"} 0 kafka_consumergroup_lag{consumergroup="ct-device-consumer-production-cleans",partition="8",topic="CMTS3M75Q.production.result.cleans"} 0 kafka_consumergroup_lag{consumergroup="ct-device-consumer-production-cleans",partition="9",topic="CMTS3M75Q.production.result.cleans"} 0 kafka_consumergroup_lag{consumergroup="ct-device-consumer-production-file",partition="0",topic="CMTS3M75Q.production.result.file"} 0 kafka_consumergroup_lag{consumergroup="ct-device-consumer-production-file",partition="1",topic="CMTS3M75Q.production.result.file"} 0 kafka_consumergroup_lag{consumergroup="ct-device-consumer-production-file",partition="2",topic="CMTS3M75Q.production.result.file"} 0 kafka_consumergroup_lag{consumergroup="ct-device-consumer-production-file",partition="3",topic="CMTS3M75Q.production.result.file"} 0 kafka_consumergroup_lag{consumergroup="ct-device-consumer-production-file",partition="4",topic="CMTS3M75Q.production.result.file"} 0 kafka_consumergroup_lag{consumergroup="ct-device-consumer-production-file",partition="5",topic="CMTS3M75Q.production.result.file"} 0 kafka_consumergroup_lag{consumergroup="ct-device-consumer-production-file",partition="6",topic="CMTS3M75Q.production.result.file"} 0 kafka_consumergroup_lag{consumergroup="ct-device-consumer-production-file",partition="7",topic="CMTS3M75Q.production.result.file"} 0 kafka_consumergroup_lag{consumergroup="ct-device-consumer-production-file",partition="8",topic="CMTS3M75Q.production.result.file"} 0 kafka_consumergroup_lag{consumergroup="ct-device-consumer-production-file",partition="9",topic="CMTS3M75Q.production.result.file"} 0 kafka_consumergroup_lag{consumergroup="ct-device-consumer-production-menus",partition="0",topic="CMTS3M75Q.production.menus"} -1 kafka_consumergroup_lag{consumergroup="ct-device-consumer-production-menus",partition="1",topic="CMTS3M75Q.production.menus"} -1 kafka_consumergroup_lag{consumergroup="ct-device-consumer-production-menus",partition="2",topic="CMTS3M75Q.production.menus"} 0 kafka_consumergroup_lag{consumergroup="ct-device-consumer-production-menus",partition="3",topic="CMTS3M75Q.production.menus"} -1 kafka_consumergroup_lag{consumergroup="ct-device-consumer-production-menus",partition="4",topic="CMTS3M75Q.production.menus"} -1 kafka_consumergroup_lag{consumergroup="ct-device-consumer-production-menus",partition="5",topic="CMTS3M75Q.production.menus"} 0 kafka_consumergroup_lag{consumergroup="ct-device-consumer-production-menus",partition="6",topic="CMTS3M75Q.production.menus"} -1 kafka_consumergroup_lag{consumergroup="ct-device-consumer-production-menus",partition="7",topic="CMTS3M75Q.production.menus"} -1 kafka_consumergroup_lag{consumergroup="ct-device-consumer-production-menus",partition="8",topic="CMTS3M75Q.production.menus"} -1 kafka_consumergroup_lag{consumergroup="ct-device-consumer-production-menus",partition="9",topic="CMTS3M75Q.production.menus"} -1 kafka_consumergroup_lag{consumergroup="ct-device-consumer-production-program",partition="0",topic="CMTS3M75Q.production.result.program"} 0 kafka_consumergroup_lag{consumergroup="ct-device-consumer-production-program",partition="1",topic="CMTS3M75Q.production.result.program"} 0 kafka_consumergroup_lag{consumergroup="ct-device-consumer-production-program",partition="2",topic="CMTS3M75Q.production.result.program"} 0 kafka_consumergroup_lag{consumergroup="ct-device-consumer-production-program",partition="3",topic="CMTS3M75Q.production.result.program"} 0 kafka_consumergroup_lag{consumergroup="ct-device-consumer-production-program",partition="4",topic="CMTS3M75Q.production.result.program"} 0 kafka_consumergroup_lag{consumergroup="ct-device-consumer-production-program",partition="5",topic="CMTS3M75Q.production.result.program"} 0 kafka_consumergroup_lag{consumergroup="ct-device-consumer-production-program",partition="6",topic="CMTS3M75Q.production.result.program"} 0 kafka_consumergroup_lag{consumergroup="ct-device-consumer-production-program",partition="7",topic="CMTS3M75Q.production.result.program"} 0 kafka_consumergroup_lag{consumergroup="ct-device-consumer-production-program",partition="8",topic="CMTS3M75Q.production.result.program"} 0 kafka_consumergroup_lag{consumergroup="ct-device-consumer-production-program",partition="9",topic="CMTS3M75Q.production.result.program"} 0 kafka_consumergroup_lag{consumergroup="ct-device-consumer-production-programs",partition="0",topic="CMTS3M75Q.production.result.programs"} 0 kafka_consumergroup_lag{consumergroup="ct-device-consumer-production-programs",partition="1",topic="CMTS3M75Q.production.result.programs"} 0 kafka_consumergroup_lag{consumergroup="ct-device-consumer-production-programs",partition="2",topic="CMTS3M75Q.production.result.programs"} 0 kafka_consumergroup_lag{consumergroup="ct-device-consumer-production-programs",partition="3",topic="CMTS3M75Q.production.result.programs"} 0 kafka_consumergroup_lag{consumergroup="ct-device-consumer-production-programs",partition="4",topic="CMTS3M75Q.production.result.programs"} 0 kafka_consumergroup_lag{consumergroup="ct-device-consumer-production-programs",partition="5",topic="CMTS3M75Q.production.result.programs"} 0 kafka_consumergroup_lag{consumergroup="ct-device-consumer-production-programs",partition="6",topic="CMTS3M75Q.production.result.programs"} 0 kafka_consumergroup_lag{consumergroup="ct-device-consumer-production-programs",partition="7",topic="CMTS3M75Q.production.result.programs"} 0 kafka_consumergroup_lag{consumergroup="ct-device-consumer-production-programs",partition="8",topic="CMTS3M75Q.production.result.programs"} 0 kafka_consumergroup_lag{consumergroup="ct-device-consumer-production-programs",partition="9",topic="CMTS3M75Q.production.result.programs"} 0 kafka_consumergroup_lag{consumergroup="ct-device-consumer-production-settings",partition="0",topic="CMTS3M75Q.production.result.settings"} 0 kafka_consumergroup_lag{consumergroup="ct-device-consumer-production-settings",partition="1",topic="CMTS3M75Q.production.result.settings"} 0 kafka_consumergroup_lag{consumergroup="ct-device-consumer-production-settings",partition="2",topic="CMTS3M75Q.production.result.settings"} 0 kafka_consumergroup_lag{consumergroup="ct-device-consumer-production-settings",partition="3",topic="CMTS3M75Q.production.result.settings"} 0 kafka_consumergroup_lag{consumergroup="ct-device-consumer-production-settings",partition="4",topic="CMTS3M75Q.production.result.settings"} 0 kafka_consumergroup_lag{consumergroup="ct-device-consumer-production-settings",partition="5",topic="CMTS3M75Q.production.result.settings"} 0 kafka_consumergroup_lag{consumergroup="ct-device-consumer-production-settings",partition="6",topic="CMTS3M75Q.production.result.settings"} 0 kafka_consumergroup_lag{consumergroup="ct-device-consumer-production-settings",partition="7",topic="CMTS3M75Q.production.result.settings"} 0 kafka_consumergroup_lag{consumergroup="ct-device-consumer-production-settings",partition="8",topic="CMTS3M75Q.production.result.settings"} 0 kafka_consumergroup_lag{consumergroup="ct-device-consumer-production-settings",partition="9",topic="CMTS3M75Q.production.result.settings"} 0 kafka_consumergroup_lag{consumergroup="ct-device-consumer-production-status",partition="0",topic="CMTS3M75Q.production.status"} 0 kafka_consumergroup_lag{consumergroup="ct-device-consumer-production-status",partition="0",topic="coffee.production.status"} 0 kafka_consumergroup_lag{consumergroup="ct-device-consumer-production-status",partition="1",topic="CMTS3M75Q.production.status"} 0 kafka_consumergroup_lag{consumergroup="ct-device-consumer-production-status",partition="1",topic="coffee.production.status"} 0 kafka_consumergroup_lag{consumergroup="ct-device-consumer-production-status",partition="2",topic="CMTS3M75Q.production.status"} 0 kafka_consumergroup_lag{consumergroup="ct-device-consumer-production-status",partition="2",topic="coffee.production.status"} 0 kafka_consumergroup_lag{consumergroup="ct-device-consumer-production-status",partition="3",topic="CMTS3M75Q.production.status"} 0 kafka_consumergroup_lag{consumergroup="ct-device-consumer-production-status",partition="3",topic="coffee.production.status"} 0 kafka_consumergroup_lag{consumergroup="ct-device-consumer-production-status",partition="4",topic="CMTS3M75Q.production.status"} 0 kafka_consumergroup_lag{consumergroup="ct-device-consumer-production-status",partition="4",topic="coffee.production.status"} 0 kafka_consumergroup_lag{consumergroup="ct-device-consumer-production-status",partition="5",topic="CMTS3M75Q.production.status"} 0 kafka_consumergroup_lag{consumergroup="ct-device-consumer-production-status",partition="5",topic="coffee.production.status"} 0 kafka_consumergroup_lag{consumergroup="ct-device-consumer-production-status",partition="6",topic="CMTS3M75Q.production.status"} 0 kafka_consumergroup_lag{consumergroup="ct-device-consumer-production-status",partition="6",topic="coffee.production.status"} 0 kafka_consumergroup_lag{consumergroup="ct-device-consumer-production-status",partition="7",topic="CMTS3M75Q.production.status"} 0 kafka_consumergroup_lag{consumergroup="ct-device-consumer-production-status",partition="7",topic="coffee.production.status"} 0 kafka_consumergroup_lag{consumergroup="ct-device-consumer-production-status",partition="8",topic="CMTS3M75Q.production.status"} 0 kafka_consumergroup_lag{consumergroup="ct-device-consumer-production-status",partition="8",topic="coffee.production.status"} 0 kafka_consumergroup_lag{consumergroup="ct-device-consumer-production-status",partition="9",topic="CMTS3M75Q.production.status"} 0 kafka_consumergroup_lag{consumergroup="ct-device-consumer-production-status",partition="9",topic="coffee.production.status"} 0 kafka_consumergroup_lag{consumergroup="ct-recipe-api-production-yk-asset-drink-cup",partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-recipe-api-production-yk-asset-drink-cup",partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-recipe-api-production-yk-asset-drink-cup",partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-recipe-api-production-yk-asset-drink-cup",partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-recipe-api-production-yk-asset-drink-cup",partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-recipe-api-production-yk-asset-drink-cup",partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-recipe-api-production-yk-asset-drink-cup",partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-recipe-api-production-yk-asset-drink-cup",partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-recipe-api-production-yk-asset-drink-cup",partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-recipe-api-production-yk-asset-drink-cup",partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-recipe-api-production-yk-asset-drink-cup",partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-recipe-api-production-yk-asset-drink-cup",partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-recipe-api-production-yk-asset-drink-cup",partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-recipe-api-production-yk-asset-drink-cup",partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-recipe-api-production-yk-asset-drink-cup",partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-recipe-api-production-yk-asset-drink-cup",partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-recipe-api-production-yk-asset-drink-cup",partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-recipe-api-production-yk-asset-drink-cup",partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-recipe-api-production-yk-asset-drink-cup",partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-recipe-api-production-yk-asset-drink-cup",partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="0",topic="CMTS3M75Q.production.events"} 31 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="0",topic="CMTS3M75Q.production.maintain"} 5 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="0",topic="CMTS3M75Q.production.make"} 2 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="0",topic="coffee.production.events"} 18 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="0",topic="coffee.production.maintain"} 5 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="0",topic="coffee.production.make"} 1 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="1",topic="CMTS3M75Q.production.events"} 8 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="1",topic="CMTS3M75Q.production.maintain"} 6 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="1",topic="CMTS3M75Q.production.make"} 1 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="1",topic="coffee.production.events"} 5 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="1",topic="coffee.production.maintain"} 4 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="1",topic="coffee.production.make"} 1 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="2",topic="CMTS3M75Q.production.events"} 31 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="2",topic="CMTS3M75Q.production.maintain"} 3 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="2",topic="CMTS3M75Q.production.make"} 3 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="2",topic="coffee.production.events"} 27 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="2",topic="coffee.production.maintain"} 4 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="2",topic="coffee.production.make"} 3 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="3",topic="CMTS3M75Q.production.events"} 15 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="3",topic="CMTS3M75Q.production.maintain"} 2 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="3",topic="CMTS3M75Q.production.make"} 4 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="3",topic="coffee.production.events"} 11 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="3",topic="coffee.production.maintain"} 2 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="3",topic="coffee.production.make"} 1 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="4",topic="CMTS3M75Q.production.events"} 11 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="4",topic="CMTS3M75Q.production.maintain"} 3 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="4",topic="CMTS3M75Q.production.make"} 1 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="4",topic="coffee.production.events"} 8 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="4",topic="coffee.production.maintain"} 1 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="4",topic="coffee.production.make"} 0 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="5",topic="CMTS3M75Q.production.events"} 8 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="5",topic="CMTS3M75Q.production.maintain"} 0 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="5",topic="CMTS3M75Q.production.make"} 1 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="5",topic="coffee.production.events"} 11 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="5",topic="coffee.production.maintain"} 0 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="5",topic="coffee.production.make"} 2 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="6",topic="CMTS3M75Q.production.events"} 18 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="6",topic="CMTS3M75Q.production.maintain"} 5 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="6",topic="CMTS3M75Q.production.make"} 3 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="6",topic="coffee.production.events"} 17 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="6",topic="coffee.production.maintain"} 5 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="6",topic="coffee.production.make"} 2 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="7",topic="CMTS3M75Q.production.events"} 6 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="7",topic="CMTS3M75Q.production.maintain"} 0 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="7",topic="CMTS3M75Q.production.make"} 0 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="7",topic="coffee.production.events"} 8 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="7",topic="coffee.production.maintain"} 0 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="7",topic="coffee.production.make"} 0 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="8",topic="CMTS3M75Q.production.events"} 8 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="8",topic="CMTS3M75Q.production.maintain"} 0 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="8",topic="CMTS3M75Q.production.make"} 1 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="8",topic="coffee.production.events"} 13 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="8",topic="coffee.production.maintain"} 2 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="8",topic="coffee.production.make"} 1 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="9",topic="CMTS3M75Q.production.events"} 20 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="9",topic="CMTS3M75Q.production.maintain"} 0 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="9",topic="CMTS3M75Q.production.make"} 0 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="9",topic="coffee.production.events"} 14 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="9",topic="coffee.production.maintain"} 0 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",partition="9",topic="coffee.production.make"} 0 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="0",topic="CMTS3M75Q.production.events"} 27 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="0",topic="CMTS3M75Q.production.maintain"} 5 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="0",topic="CMTS3M75Q.production.make"} 0 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="0",topic="coffee.production.events"} 16 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="0",topic="coffee.production.maintain"} 4 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="0",topic="coffee.production.make"} 0 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="1",topic="CMTS3M75Q.production.events"} 5 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="1",topic="CMTS3M75Q.production.maintain"} 5 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="1",topic="CMTS3M75Q.production.make"} 1 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="1",topic="coffee.production.events"} 3 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="1",topic="coffee.production.maintain"} 2 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="1",topic="coffee.production.make"} 1 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="2",topic="CMTS3M75Q.production.events"} 22 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="2",topic="CMTS3M75Q.production.maintain"} 3 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="2",topic="CMTS3M75Q.production.make"} 2 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="2",topic="coffee.production.events"} 19 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="2",topic="coffee.production.maintain"} 4 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="2",topic="coffee.production.make"} 2 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="3",topic="CMTS3M75Q.production.events"} 13 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="3",topic="CMTS3M75Q.production.maintain"} 1 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="3",topic="CMTS3M75Q.production.make"} 2 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="3",topic="coffee.production.events"} 9 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="3",topic="coffee.production.maintain"} 1 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="3",topic="coffee.production.make"} 1 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="4",topic="CMTS3M75Q.production.events"} 10 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="4",topic="CMTS3M75Q.production.maintain"} 2 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="4",topic="CMTS3M75Q.production.make"} 1 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="4",topic="coffee.production.events"} 7 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="4",topic="coffee.production.maintain"} 1 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="4",topic="coffee.production.make"} 0 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="5",topic="CMTS3M75Q.production.events"} 72 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="5",topic="CMTS3M75Q.production.maintain"} 5 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="5",topic="CMTS3M75Q.production.make"} 13 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="5",topic="coffee.production.events"} 77 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="5",topic="coffee.production.maintain"} 5 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="5",topic="coffee.production.make"} 11 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="6",topic="CMTS3M75Q.production.events"} 129 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="6",topic="CMTS3M75Q.production.maintain"} 14 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="6",topic="CMTS3M75Q.production.make"} 11 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="6",topic="coffee.production.events"} 108 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="6",topic="coffee.production.maintain"} 15 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="6",topic="coffee.production.make"} 13 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="7",topic="CMTS3M75Q.production.events"} 53 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="7",topic="CMTS3M75Q.production.maintain"} 4 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="7",topic="CMTS3M75Q.production.make"} 6 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="7",topic="coffee.production.events"} 61 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="7",topic="coffee.production.maintain"} 4 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="7",topic="coffee.production.make"} 4 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="8",topic="CMTS3M75Q.production.events"} 70 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="8",topic="CMTS3M75Q.production.maintain"} 11 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="8",topic="CMTS3M75Q.production.make"} 9 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="8",topic="coffee.production.events"} 65 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="8",topic="coffee.production.maintain"} 7 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="8",topic="coffee.production.make"} 7 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="9",topic="CMTS3M75Q.production.events"} 76 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="9",topic="CMTS3M75Q.production.maintain"} 9 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="9",topic="CMTS3M75Q.production.make"} 7 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="9",topic="coffee.production.events"} 60 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="9",topic="coffee.production.maintain"} 5 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",partition="9",topic="coffee.production.make"} 6 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="0",topic="CMTS3M75Q.production.events"} 51 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="0",topic="CMTS3M75Q.production.maintain"} 7 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="0",topic="CMTS3M75Q.production.make"} 4 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="0",topic="coffee.production.events"} 26 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="0",topic="coffee.production.maintain"} 7 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="0",topic="coffee.production.make"} 2 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="1",topic="CMTS3M75Q.production.events"} 19 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="1",topic="CMTS3M75Q.production.maintain"} 7 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="1",topic="CMTS3M75Q.production.make"} 5 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="1",topic="coffee.production.events"} 15 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="1",topic="coffee.production.maintain"} 5 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="1",topic="coffee.production.make"} 2 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="2",topic="CMTS3M75Q.production.events"} 53 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="2",topic="CMTS3M75Q.production.maintain"} 8 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="2",topic="CMTS3M75Q.production.make"} 4 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="2",topic="coffee.production.events"} 47 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="2",topic="coffee.production.maintain"} 8 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="2",topic="coffee.production.make"} 3 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="3",topic="CMTS3M75Q.production.events"} 22 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="3",topic="CMTS3M75Q.production.maintain"} 3 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="3",topic="CMTS3M75Q.production.make"} 5 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="3",topic="coffee.production.events"} 14 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="3",topic="coffee.production.maintain"} 3 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="3",topic="coffee.production.make"} 1 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="4",topic="CMTS3M75Q.production.events"} 34 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="4",topic="CMTS3M75Q.production.maintain"} 5 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="4",topic="CMTS3M75Q.production.make"} 2 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="4",topic="coffee.production.events"} 26 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="4",topic="coffee.production.maintain"} 3 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="4",topic="coffee.production.make"} 0 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="5",topic="CMTS3M75Q.production.events"} 10 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="5",topic="CMTS3M75Q.production.maintain"} 1 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="5",topic="CMTS3M75Q.production.make"} 2 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="5",topic="coffee.production.events"} 14 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="5",topic="coffee.production.maintain"} 0 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="5",topic="coffee.production.make"} 4 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="6",topic="CMTS3M75Q.production.events"} 23 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="6",topic="CMTS3M75Q.production.maintain"} 4 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="6",topic="CMTS3M75Q.production.make"} 4 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="6",topic="coffee.production.events"} 25 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="6",topic="coffee.production.maintain"} 5 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="6",topic="coffee.production.make"} 2 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="7",topic="CMTS3M75Q.production.events"} 12 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="7",topic="CMTS3M75Q.production.maintain"} 0 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="7",topic="CMTS3M75Q.production.make"} 0 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="7",topic="coffee.production.events"} 11 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="7",topic="coffee.production.maintain"} 0 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="7",topic="coffee.production.make"} 0 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="8",topic="CMTS3M75Q.production.events"} 15 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="8",topic="CMTS3M75Q.production.maintain"} 1 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="8",topic="CMTS3M75Q.production.make"} 1 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="8",topic="coffee.production.events"} 19 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="8",topic="coffee.production.maintain"} 3 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="8",topic="coffee.production.make"} 1 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="9",topic="CMTS3M75Q.production.events"} 23 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="9",topic="CMTS3M75Q.production.maintain"} 2 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="9",topic="CMTS3M75Q.production.make"} 1 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="9",topic="coffee.production.events"} 15 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="9",topic="coffee.production.maintain"} 0 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",partition="9",topic="coffee.production.make"} 1 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="0",topic="CMTS3M75Q.production.events"} 23 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="0",topic="CMTS3M75Q.production.maintain"} 4 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="0",topic="CMTS3M75Q.production.make"} 0 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="0",topic="coffee.production.events"} 13 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="0",topic="coffee.production.maintain"} 3 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="0",topic="coffee.production.make"} 0 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="1",topic="CMTS3M75Q.production.events"} 5 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="1",topic="CMTS3M75Q.production.maintain"} 4 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="1",topic="CMTS3M75Q.production.make"} 1 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="1",topic="coffee.production.events"} 2 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="1",topic="coffee.production.maintain"} 2 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="1",topic="coffee.production.make"} 1 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="2",topic="CMTS3M75Q.production.events"} 21 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="2",topic="CMTS3M75Q.production.maintain"} 3 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="2",topic="CMTS3M75Q.production.make"} 2 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="2",topic="coffee.production.events"} 16 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="2",topic="coffee.production.maintain"} 2 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="2",topic="coffee.production.make"} 1 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="3",topic="CMTS3M75Q.production.events"} 10 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="3",topic="CMTS3M75Q.production.maintain"} 1 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="3",topic="CMTS3M75Q.production.make"} 2 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="3",topic="coffee.production.events"} 8 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="3",topic="coffee.production.maintain"} 1 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="3",topic="coffee.production.make"} 1 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="4",topic="CMTS3M75Q.production.events"} 9 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="4",topic="CMTS3M75Q.production.maintain"} 2 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="4",topic="CMTS3M75Q.production.make"} 1 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="4",topic="coffee.production.events"} 7 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="4",topic="coffee.production.maintain"} 1 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="4",topic="coffee.production.make"} 0 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="5",topic="CMTS3M75Q.production.events"} 11 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="5",topic="CMTS3M75Q.production.maintain"} 1 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="5",topic="CMTS3M75Q.production.make"} 3 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="5",topic="coffee.production.events"} 15 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="5",topic="coffee.production.maintain"} 0 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="5",topic="coffee.production.make"} 4 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="6",topic="CMTS3M75Q.production.events"} 23 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="6",topic="CMTS3M75Q.production.maintain"} 5 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="6",topic="CMTS3M75Q.production.make"} 3 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="6",topic="coffee.production.events"} 24 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="6",topic="coffee.production.maintain"} 6 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="6",topic="coffee.production.make"} 2 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="7",topic="CMTS3M75Q.production.events"} 12 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="7",topic="CMTS3M75Q.production.maintain"} 0 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="7",topic="CMTS3M75Q.production.make"} 0 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="7",topic="coffee.production.events"} 11 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="7",topic="coffee.production.maintain"} 0 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="7",topic="coffee.production.make"} 0 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="8",topic="CMTS3M75Q.production.events"} 14 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="8",topic="CMTS3M75Q.production.maintain"} 1 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="8",topic="CMTS3M75Q.production.make"} 1 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="8",topic="coffee.production.events"} 19 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="8",topic="coffee.production.maintain"} 3 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="8",topic="coffee.production.make"} 1 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="9",topic="CMTS3M75Q.production.events"} 25 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="9",topic="CMTS3M75Q.production.maintain"} 2 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="9",topic="CMTS3M75Q.production.make"} 1 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="9",topic="coffee.production.events"} 18 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="9",topic="coffee.production.maintain"} 0 kafka_consumergroup_lag{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",partition="9",topic="coffee.production.make"} 1 # HELP kafka_consumergroup_lag_sum Current Approximate Lag of a ConsumerGroup at Topic for all partitions # TYPE kafka_consumergroup_lag_sum gauge kafka_consumergroup_lag_sum{consumergroup="airflow_group_coffe_make_by_days",topic="coffee.production.make"} 1.784018e+06 kafka_consumergroup_lag_sum{consumergroup="airflow_group_coffe_make_dev",topic="coffee.production.make"} 4.655023e+06 kafka_consumergroup_lag_sum{consumergroup="airflow_group_flow_maintains__production",topic="CMTS3M75Q.production.maintain"} 18 kafka_consumergroup_lag_sum{consumergroup="airflow_group_recipe__production",topic="CMT_RECIPE_API.v1.production.recipe_ingredients"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-develop-archive-batch-Log-consumer",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-develop-archive-batch-Log-consumer",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 405 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-develop-archive-batch-coffeeInfo-consumer",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-develop-archive-batch-coffeeInfo-consumer",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-develop-archive-batch-coffeeInfo-consumer",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-develop-archive-batch-coffeeInfo-consumer",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-develop-archive-batch-making_details-consumer",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink-consumer",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink-consumer",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink-consumer",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink_cup-consumer",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink_cup-consumer",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink_cup-consumer",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_maintain_record-consumer",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 65 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-develop-archive-batch-yk_device_clean-consumer",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-develop-archive-batch-yk_device_clean-consumer",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-develop-archive-batch-yk_device_clean-consumer",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-develop-archive-batch-yk_device_make-consumer",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 74 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-develop-lacte-batch-consumer",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-develop-lacte-batch-consumer",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-develop-lacte-batch-consumer",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-develop-lacte-batch-consumer",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-production-archive-batch-Log-consumer",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-production-archive-batch-Log-consumer",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 291 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-production-archive-batch-coffeeInfo-consumer",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-production-archive-batch-coffeeInfo-consumer",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-production-archive-batch-coffeeInfo-consumer",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-production-archive-batch-coffeeInfo-consumer",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-production-archive-batch-making_details-consumer",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink-consumer",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink-consumer",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink-consumer",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink_cup-consumer",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink_cup-consumer",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink_cup-consumer",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_maintain_record-consumer",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 53 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-production-archive-batch-yk_device_clean-consumer",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-production-archive-batch-yk_device_clean-consumer",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-production-archive-batch-yk_device_clean-consumer",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-production-archive-batch-yk_device_make-consumer",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 86 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-production-lacte-batch-consumer",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-production-lacte-batch-consumer",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-production-lacte-batch-consumer",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-production-lacte-batch-consumer",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-sandbox-archive-batch-Log-consumer",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-sandbox-archive-batch-Log-consumer",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 290 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-sandbox-archive-batch-coffeeInfo-consumer",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-sandbox-archive-batch-coffeeInfo-consumer",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-sandbox-archive-batch-coffeeInfo-consumer",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-sandbox-archive-batch-coffeeInfo-consumer",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-sandbox-archive-batch-making_details-consumer",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink-consumer",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink-consumer",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink-consumer",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink_cup-consumer",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink_cup-consumer",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink_cup-consumer",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_maintain_record-consumer",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 88 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_device_clean-consumer",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_device_clean-consumer",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_device_clean-consumer",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_device_make-consumer",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 59 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-sandbox-lacte-batch-consumer",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-sandbox-lacte-batch-consumer",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-sandbox-lacte-batch-consumer",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-sandbox-lacte-batch-consumer",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-stage-archive-batch-Log-consumer",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-stage-archive-batch-Log-consumer",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 155 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-stage-archive-batch-coffeeInfo-consumer",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-stage-archive-batch-coffeeInfo-consumer",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-stage-archive-batch-coffeeInfo-consumer",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-stage-archive-batch-coffeeInfo-consumer",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-stage-archive-batch-making_details-consumer",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink-consumer",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink-consumer",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink-consumer",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink_cup-consumer",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink_cup-consumer",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink_cup-consumer",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_maintain_record-consumer",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 19 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-stage-archive-batch-yk_device_clean-consumer",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-stage-archive-batch-yk_device_clean-consumer",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-stage-archive-batch-yk_device_clean-consumer",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-stage-archive-batch-yk_device_make-consumer",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 99 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-stage-lacte-batch-consumer",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-stage-lacte-batch-consumer",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-stage-lacte-batch-consumer",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-archive-consumer-stage-lacte-batch-consumer",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-coffee-consumer-production-cleans-result",topic="CMTS3M75Q.production.result.cleans"} 6 kafka_consumergroup_lag_sum{consumergroup="ct-coffee-consumer-production-commands",topic="CMTS3M75Q.production.commands.clean"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-coffee-consumer-production-commands",topic="CMTS3M75Q.production.commands.cleans"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-coffee-consumer-production-commands",topic="CMTS3M75Q.production.commands.file"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-coffee-consumer-production-commands",topic="CMTS3M75Q.production.commands.program"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-coffee-consumer-production-commands",topic="CMTS3M75Q.production.commands.programs"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-coffee-consumer-production-commands",topic="CMTS3M75Q.production.commands.settings"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-coffee-consumer-production-programs-result",topic="CMTS3M75Q.production.result.programs"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-device-consumer-production-clean",topic="CMTS3M75Q.production.result.clean"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-device-consumer-production-cleans",topic="CMTS3M75Q.production.result.cleans"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-device-consumer-production-file",topic="CMTS3M75Q.production.result.file"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-device-consumer-production-menus",topic="CMTS3M75Q.production.menus"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-device-consumer-production-program",topic="CMTS3M75Q.production.result.program"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-device-consumer-production-programs",topic="CMTS3M75Q.production.result.programs"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-device-consumer-production-settings",topic="CMTS3M75Q.production.result.settings"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-device-consumer-production-status",topic="CMTS3M75Q.production.status"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-device-consumer-production-status",topic="coffee.production.status"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-recipe-api-production-yk-asset-drink-cup",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-recipe-api-production-yk-asset-drink-cup",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 0 kafka_consumergroup_lag_sum{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",topic="CMTS3M75Q.production.events"} 156 kafka_consumergroup_lag_sum{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",topic="CMTS3M75Q.production.maintain"} 24 kafka_consumergroup_lag_sum{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",topic="CMTS3M75Q.production.make"} 16 kafka_consumergroup_lag_sum{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",topic="coffee.production.events"} 132 kafka_consumergroup_lag_sum{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",topic="coffee.production.maintain"} 23 kafka_consumergroup_lag_sum{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch",topic="coffee.production.make"} 11 kafka_consumergroup_lag_sum{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",topic="CMTS3M75Q.production.events"} 477 kafka_consumergroup_lag_sum{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",topic="CMTS3M75Q.production.maintain"} 59 kafka_consumergroup_lag_sum{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",topic="CMTS3M75Q.production.make"} 52 kafka_consumergroup_lag_sum{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",topic="coffee.production.events"} 425 kafka_consumergroup_lag_sum{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",topic="coffee.production.maintain"} 48 kafka_consumergroup_lag_sum{consumergroup="ct-stat-consumer-production-mqtt-stat-batch",topic="coffee.production.make"} 45 kafka_consumergroup_lag_sum{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",topic="CMTS3M75Q.production.events"} 262 kafka_consumergroup_lag_sum{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",topic="CMTS3M75Q.production.maintain"} 38 kafka_consumergroup_lag_sum{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",topic="CMTS3M75Q.production.make"} 28 kafka_consumergroup_lag_sum{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",topic="coffee.production.events"} 212 kafka_consumergroup_lag_sum{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",topic="coffee.production.maintain"} 34 kafka_consumergroup_lag_sum{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch",topic="coffee.production.make"} 16 kafka_consumergroup_lag_sum{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",topic="CMTS3M75Q.production.events"} 153 kafka_consumergroup_lag_sum{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",topic="CMTS3M75Q.production.maintain"} 23 kafka_consumergroup_lag_sum{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",topic="CMTS3M75Q.production.make"} 14 kafka_consumergroup_lag_sum{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",topic="coffee.production.events"} 133 kafka_consumergroup_lag_sum{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",topic="coffee.production.maintain"} 18 kafka_consumergroup_lag_sum{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch",topic="coffee.production.make"} 11 # HELP kafka_consumergroup_members Amount of members in a consumer group # TYPE kafka_consumergroup_members gauge kafka_consumergroup_members{consumergroup="airflow_group_coffe_make_by_days"} 0 kafka_consumergroup_members{consumergroup="airflow_group_coffe_make_dev"} 0 kafka_consumergroup_members{consumergroup="airflow_group_flow_maintains__production"} 0 kafka_consumergroup_members{consumergroup="airflow_group_recipe__production"} 0 kafka_consumergroup_members{consumergroup="ct-archive-consumer-develop-archive-batch-Log-consumer"} 2 kafka_consumergroup_members{consumergroup="ct-archive-consumer-develop-archive-batch-coffeeInfo-consumer"} 2 kafka_consumergroup_members{consumergroup="ct-archive-consumer-develop-archive-batch-maintaining_record-consumer"} 2 kafka_consumergroup_members{consumergroup="ct-archive-consumer-develop-archive-batch-making_details-consumer"} 2 kafka_consumergroup_members{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink-consumer"} 2 kafka_consumergroup_members{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_drink_cup-consumer"} 2 kafka_consumergroup_members{consumergroup="ct-archive-consumer-develop-archive-batch-yk_asset_maintain_record-consumer"} 2 kafka_consumergroup_members{consumergroup="ct-archive-consumer-develop-archive-batch-yk_device_clean-consumer"} 2 kafka_consumergroup_members{consumergroup="ct-archive-consumer-develop-archive-batch-yk_device_make-consumer"} 2 kafka_consumergroup_members{consumergroup="ct-archive-consumer-develop-cocktailbar-batch-consumer"} 2 kafka_consumergroup_members{consumergroup="ct-archive-consumer-develop-lacte-batch-consumer"} 2 kafka_consumergroup_members{consumergroup="ct-archive-consumer-production-archive-batch-Log-consumer"} 2 kafka_consumergroup_members{consumergroup="ct-archive-consumer-production-archive-batch-coffeeInfo-consumer"} 2 kafka_consumergroup_members{consumergroup="ct-archive-consumer-production-archive-batch-maintaining_record-consumer"} 2 kafka_consumergroup_members{consumergroup="ct-archive-consumer-production-archive-batch-making_details-consumer"} 2 kafka_consumergroup_members{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink-consumer"} 2 kafka_consumergroup_members{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_drink_cup-consumer"} 2 kafka_consumergroup_members{consumergroup="ct-archive-consumer-production-archive-batch-yk_asset_maintain_record-consumer"} 2 kafka_consumergroup_members{consumergroup="ct-archive-consumer-production-archive-batch-yk_device_clean-consumer"} 2 kafka_consumergroup_members{consumergroup="ct-archive-consumer-production-archive-batch-yk_device_make-consumer"} 2 kafka_consumergroup_members{consumergroup="ct-archive-consumer-production-cocktailbar-batch-consumer"} 2 kafka_consumergroup_members{consumergroup="ct-archive-consumer-production-lacte-batch-consumer"} 2 kafka_consumergroup_members{consumergroup="ct-archive-consumer-sandbox-archive-batch-Log-consumer"} 2 kafka_consumergroup_members{consumergroup="ct-archive-consumer-sandbox-archive-batch-coffeeInfo-consumer"} 2 kafka_consumergroup_members{consumergroup="ct-archive-consumer-sandbox-archive-batch-maintaining_record-consumer"} 2 kafka_consumergroup_members{consumergroup="ct-archive-consumer-sandbox-archive-batch-making_details-consumer"} 2 kafka_consumergroup_members{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink-consumer"} 2 kafka_consumergroup_members{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_drink_cup-consumer"} 2 kafka_consumergroup_members{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_asset_maintain_record-consumer"} 2 kafka_consumergroup_members{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_device_clean-consumer"} 2 kafka_consumergroup_members{consumergroup="ct-archive-consumer-sandbox-archive-batch-yk_device_make-consumer"} 2 kafka_consumergroup_members{consumergroup="ct-archive-consumer-sandbox-cocktailbar-batch-consumer"} 2 kafka_consumergroup_members{consumergroup="ct-archive-consumer-sandbox-lacte-batch-consumer"} 2 kafka_consumergroup_members{consumergroup="ct-archive-consumer-stage-archive-batch-Log-consumer"} 1 kafka_consumergroup_members{consumergroup="ct-archive-consumer-stage-archive-batch-coffeeInfo-consumer"} 1 kafka_consumergroup_members{consumergroup="ct-archive-consumer-stage-archive-batch-maintaining_record-consumer"} 1 kafka_consumergroup_members{consumergroup="ct-archive-consumer-stage-archive-batch-making_details-consumer"} 1 kafka_consumergroup_members{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink-consumer"} 1 kafka_consumergroup_members{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_drink_cup-consumer"} 1 kafka_consumergroup_members{consumergroup="ct-archive-consumer-stage-archive-batch-yk_asset_maintain_record-consumer"} 1 kafka_consumergroup_members{consumergroup="ct-archive-consumer-stage-archive-batch-yk_device_clean-consumer"} 1 kafka_consumergroup_members{consumergroup="ct-archive-consumer-stage-archive-batch-yk_device_make-consumer"} 1 kafka_consumergroup_members{consumergroup="ct-archive-consumer-stage-cocktailbar-batch-consumer"} 1 kafka_consumergroup_members{consumergroup="ct-archive-consumer-stage-lacte-batch-consumer"} 1 kafka_consumergroup_members{consumergroup="ct-backend-hub-local-yk-asset-drink-cup"} 6 kafka_consumergroup_members{consumergroup="ct-coffee-consumer-production-cleans-result"} 2 kafka_consumergroup_members{consumergroup="ct-coffee-consumer-production-commands"} 2 kafka_consumergroup_members{consumergroup="ct-coffee-consumer-production-programs-result"} 2 kafka_consumergroup_members{consumergroup="ct-device-consumer-production-clean"} 2 kafka_consumergroup_members{consumergroup="ct-device-consumer-production-cleans"} 2 kafka_consumergroup_members{consumergroup="ct-device-consumer-production-file"} 2 kafka_consumergroup_members{consumergroup="ct-device-consumer-production-menus"} 2 kafka_consumergroup_members{consumergroup="ct-device-consumer-production-program"} 2 kafka_consumergroup_members{consumergroup="ct-device-consumer-production-programs"} 2 kafka_consumergroup_members{consumergroup="ct-device-consumer-production-setting"} 2 kafka_consumergroup_members{consumergroup="ct-device-consumer-production-settings"} 2 kafka_consumergroup_members{consumergroup="ct-device-consumer-production-status"} 2 kafka_consumergroup_members{consumergroup="ct-recipe-api-production-yk-asset-drink-cup"} 2 kafka_consumergroup_members{consumergroup="ct-stat-consumer-develop-mqtt-stat-batch"} 2 kafka_consumergroup_members{consumergroup="ct-stat-consumer-production-mqtt-stat-batch"} 2 kafka_consumergroup_members{consumergroup="ct-stat-consumer-sandbox-mqtt-stat-batch"} 2 kafka_consumergroup_members{consumergroup="ct-stat-consumer-stage-mqtt-stat-batch"} 1 # HELP kafka_exporter_build_info A metric with a constant '1' value labeled by version, revision, branch, goversion from which kafka_exporter was built, and the goos and goarch for the build. # TYPE kafka_exporter_build_info gauge kafka_exporter_build_info{branch="master",goarch="amd64",goos="linux",goversion="go1.24.0",revision="953e2f1745b90101f331ad629f10be5239845f69",tags="netgo",version="1.9.0"} 1 # HELP kafka_topic_partition_current_offset Current Offset of a Broker at Topic/Partition # TYPE kafka_topic_partition_current_offset gauge kafka_topic_partition_current_offset{partition="0",topic="CMTS3M75Q.develop.events.device-status"} 0 kafka_topic_partition_current_offset{partition="0",topic="CMTS3M75Q.develop.events.kso-ui"} 0 kafka_topic_partition_current_offset{partition="0",topic="CMTS3M75Q.develop.events.screen-capture"} 0 kafka_topic_partition_current_offset{partition="0",topic="CMTS3M75Q.production.commands.clean"} 5654 kafka_topic_partition_current_offset{partition="0",topic="CMTS3M75Q.production.commands.cleans"} 1843 kafka_topic_partition_current_offset{partition="0",topic="CMTS3M75Q.production.commands.execute"} 0 kafka_topic_partition_current_offset{partition="0",topic="CMTS3M75Q.production.commands.file"} 10092 kafka_topic_partition_current_offset{partition="0",topic="CMTS3M75Q.production.commands.program"} 17695 kafka_topic_partition_current_offset{partition="0",topic="CMTS3M75Q.production.commands.programs"} 1678 kafka_topic_partition_current_offset{partition="0",topic="CMTS3M75Q.production.commands.setting"} 0 kafka_topic_partition_current_offset{partition="0",topic="CMTS3M75Q.production.commands.settings"} 2007 kafka_topic_partition_current_offset{partition="0",topic="CMTS3M75Q.production.events"} 5.4095863e+07 kafka_topic_partition_current_offset{partition="0",topic="CMTS3M75Q.production.maintain"} 3.44747e+06 kafka_topic_partition_current_offset{partition="0",topic="CMTS3M75Q.production.make"} 9.304706e+06 kafka_topic_partition_current_offset{partition="0",topic="CMTS3M75Q.production.menus"} 0 kafka_topic_partition_current_offset{partition="0",topic="CMTS3M75Q.production.result.clean"} 2543 kafka_topic_partition_current_offset{partition="0",topic="CMTS3M75Q.production.result.cleans"} 751 kafka_topic_partition_current_offset{partition="0",topic="CMTS3M75Q.production.result.execute"} 52 kafka_topic_partition_current_offset{partition="0",topic="CMTS3M75Q.production.result.file"} 5786 kafka_topic_partition_current_offset{partition="0",topic="CMTS3M75Q.production.result.program"} 9913 kafka_topic_partition_current_offset{partition="0",topic="CMTS3M75Q.production.result.programs"} 717 kafka_topic_partition_current_offset{partition="0",topic="CMTS3M75Q.production.result.setting"} 0 kafka_topic_partition_current_offset{partition="0",topic="CMTS3M75Q.production.result.settings"} 797 kafka_topic_partition_current_offset{partition="0",topic="CMTS3M75Q.production.status"} 492954 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Temperature"} 36 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Weight"} 1602 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Temperature"} 287 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Weight"} 10822 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.cb.sqlite.v1.local.database_version"} 13 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter"} 8 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter_default"} 10 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.cb.sqlite.v1.production.database_version"} 23 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter"} 140 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter_default"} 19 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.coffeeInfo"} 246 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.database_version"} 9 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.maintaining_record"} 78 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.making_count"} 203 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.warning_error"} 394 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 4711 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.database_version"} 22 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 368 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.making_count"} 21645 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.warning_error"} 43193 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.maintaining_record"} 100 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_count"} 367 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_details"} 31099 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 1224 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_count"} 50534 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 462421 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.coffeeInfo"} 70 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.database_version"} 2 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.maintaining_record"} 19 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.making_count"} 68 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.warning_error"} 107 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 208 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.database_version"} 4 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 80 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.making_count"} 536 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.warning_error"} 1031 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.coffeeInfo"} 70 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.database_version"} 1 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.maintaining_record"} 22 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.making_count"} 55 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.warning_error"} 96 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 209 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.database_version"} 4 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 87 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.making_count"} 518 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.warning_error"} 1050 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.coffeeInfo"} 64 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.database_version"} 3 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.maintaining_record"} 21 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.making_count"} 50 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.warning_error"} 96 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 205 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.database_version"} 3 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 87 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.making_count"} 522 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.warning_error"} 1046 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.kso.db.v1.production.receipts"} 25 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.kso.db.v1.production.settings"} 0 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.kso.db.v1.production.shows"} 5172 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.lacte.db.v1.production.dict_record"} 8 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 3301 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.lacte.db.v1.production.error_record"} 209 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 93686 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.lacte.db.v1.production.info"} 11 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.lacte.db.v1.production.info_record"} 728 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 11466 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 16318 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.lacte.db.v1.production.stat_record"} 992 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand"} 0 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand_tab"} 7442 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink"} 180 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_cup"} 540 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_reception"} 7268 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_material"} 0 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_media"} 14 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_setting"} 129185 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.machine.db.v1.local.yk_db_version"} 2 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_clean"} 7440 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_task"} 48 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand"} 0 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand_tab"} 1.4438093e+07 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 1.751717e+06 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 5.910452e+06 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_reception"} 1.417099e+07 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_material"} 0 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_media"} 7011 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_setting"} 6.944345e+06 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_db_version"} 1270 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 2.984419e+06 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_task"} 301658 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand"} 0 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand_tab"} 4 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 4 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 13 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_reception"} 4 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_material"} 0 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_media"} 0 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_setting"} 56 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 4 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand"} 0 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand_tab"} 50 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink"} 50 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_cup"} 150 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_reception"} 50 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_error_record"} 41669 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_maintain_record"} 405066 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_material"} 0 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_media"} 0 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_setting"} 776 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_db_version"} 1 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_clean"} 50 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_machineCount"} 14482 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make"} 2.561508e+06 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make_count"} 5468 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand"} 0 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand_tab"} 127362 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 24805 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 75506 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_reception"} 2011 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_error_record"} 1.777798e+06 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 2.6889844e+07 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_material"} 0 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_media"} 0 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_setting"} 31594 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_db_version"} 4 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 24794 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_machineCount"} 3.3108969e+07 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 1.3323997e+08 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make_count"} 1.0720304e+07 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Events"} 1.813857e+06 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.History"} 9788 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 1.46691012e+08 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.local.Log"} 8488 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 1.2540452e+07 kafka_topic_partition_current_offset{partition="0",topic="CMT_ARCHIVE.state_of_KM.sqlite.v1.production.state"} 1870 kafka_topic_partition_current_offset{partition="0",topic="CMT_RECIPE_API.v1.dev.recipe_ingredients"} 2.10373724e+08 kafka_topic_partition_current_offset{partition="0",topic="CMT_RECIPE_API.v1.develop.recipe_ingredients"} 98200 kafka_topic_partition_current_offset{partition="0",topic="CMT_RECIPE_API.v1.local.recipe_ingredients"} 2341 kafka_topic_partition_current_offset{partition="0",topic="CMT_RECIPE_API.v1.production.recipe_ingredients"} 8.6759293e+07 kafka_topic_partition_current_offset{partition="0",topic="CMT_RECIPE_API.v1.production.recipe_ingredients.dlt"} 81648 kafka_topic_partition_current_offset{partition="0",topic="CMT_RECIPE_API.v1.sandbox.recipe_ingredients"} 925544 kafka_topic_partition_current_offset{partition="0",topic="CMT_RECIPE_API.v1.stage.recipe_ingredients"} 96015 kafka_topic_partition_current_offset{partition="0",topic="__consumer_offsets"} 2.619575e+06 kafka_topic_partition_current_offset{partition="0",topic="coffee.production.commands.clean"} 0 kafka_topic_partition_current_offset{partition="0",topic="coffee.production.commands.cleans"} 0 kafka_topic_partition_current_offset{partition="0",topic="coffee.production.commands.execute"} 0 kafka_topic_partition_current_offset{partition="0",topic="coffee.production.commands.file"} 0 kafka_topic_partition_current_offset{partition="0",topic="coffee.production.commands.program"} 0 kafka_topic_partition_current_offset{partition="0",topic="coffee.production.commands.programs"} 0 kafka_topic_partition_current_offset{partition="0",topic="coffee.production.commands.setting"} 0 kafka_topic_partition_current_offset{partition="0",topic="coffee.production.commands.settings"} 0 kafka_topic_partition_current_offset{partition="0",topic="coffee.production.events"} 2.837174e+07 kafka_topic_partition_current_offset{partition="0",topic="coffee.production.maintain"} 1.731958e+06 kafka_topic_partition_current_offset{partition="0",topic="coffee.production.make"} 6.26309e+06 kafka_topic_partition_current_offset{partition="0",topic="coffee.production.menus"} 0 kafka_topic_partition_current_offset{partition="0",topic="coffee.production.result.clean"} 0 kafka_topic_partition_current_offset{partition="0",topic="coffee.production.result.cleans"} 0 kafka_topic_partition_current_offset{partition="0",topic="coffee.production.result.execute"} 2 kafka_topic_partition_current_offset{partition="0",topic="coffee.production.result.file"} 0 kafka_topic_partition_current_offset{partition="0",topic="coffee.production.result.program"} 0 kafka_topic_partition_current_offset{partition="0",topic="coffee.production.result.programs"} 0 kafka_topic_partition_current_offset{partition="0",topic="coffee.production.result.setting"} 0 kafka_topic_partition_current_offset{partition="0",topic="coffee.production.result.settings"} 0 kafka_topic_partition_current_offset{partition="0",topic="coffee.production.status"} 306758 kafka_topic_partition_current_offset{partition="0",topic="test"} 1 kafka_topic_partition_current_offset{partition="1",topic="CMTS3M75Q.develop.events.device-status"} 0 kafka_topic_partition_current_offset{partition="1",topic="CMTS3M75Q.develop.events.kso-ui"} 0 kafka_topic_partition_current_offset{partition="1",topic="CMTS3M75Q.develop.events.screen-capture"} 0 kafka_topic_partition_current_offset{partition="1",topic="CMTS3M75Q.production.commands.clean"} 5842 kafka_topic_partition_current_offset{partition="1",topic="CMTS3M75Q.production.commands.cleans"} 1712 kafka_topic_partition_current_offset{partition="1",topic="CMTS3M75Q.production.commands.execute"} 0 kafka_topic_partition_current_offset{partition="1",topic="CMTS3M75Q.production.commands.file"} 11052 kafka_topic_partition_current_offset{partition="1",topic="CMTS3M75Q.production.commands.program"} 18256 kafka_topic_partition_current_offset{partition="1",topic="CMTS3M75Q.production.commands.programs"} 2078 kafka_topic_partition_current_offset{partition="1",topic="CMTS3M75Q.production.commands.setting"} 0 kafka_topic_partition_current_offset{partition="1",topic="CMTS3M75Q.production.commands.settings"} 1540 kafka_topic_partition_current_offset{partition="1",topic="CMTS3M75Q.production.events"} 7.8722883e+07 kafka_topic_partition_current_offset{partition="1",topic="CMTS3M75Q.production.maintain"} 3.761683e+06 kafka_topic_partition_current_offset{partition="1",topic="CMTS3M75Q.production.make"} 9.273629e+06 kafka_topic_partition_current_offset{partition="1",topic="CMTS3M75Q.production.menus"} 0 kafka_topic_partition_current_offset{partition="1",topic="CMTS3M75Q.production.result.clean"} 2703 kafka_topic_partition_current_offset{partition="1",topic="CMTS3M75Q.production.result.cleans"} 759 kafka_topic_partition_current_offset{partition="1",topic="CMTS3M75Q.production.result.execute"} 0 kafka_topic_partition_current_offset{partition="1",topic="CMTS3M75Q.production.result.file"} 5940 kafka_topic_partition_current_offset{partition="1",topic="CMTS3M75Q.production.result.program"} 10018 kafka_topic_partition_current_offset{partition="1",topic="CMTS3M75Q.production.result.programs"} 711 kafka_topic_partition_current_offset{partition="1",topic="CMTS3M75Q.production.result.setting"} 0 kafka_topic_partition_current_offset{partition="1",topic="CMTS3M75Q.production.result.settings"} 797 kafka_topic_partition_current_offset{partition="1",topic="CMTS3M75Q.production.status"} 608193 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Temperature"} 31 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Weight"} 1655 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Temperature"} 235 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Weight"} 10814 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.cb.sqlite.v1.local.database_version"} 6 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter"} 9 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter_default"} 7 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.cb.sqlite.v1.production.database_version"} 30 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter"} 97 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter_default"} 23 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.coffeeInfo"} 218 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.database_version"} 10 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.maintaining_record"} 49 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.making_count"} 200 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.warning_error"} 375 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 2081 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.database_version"} 7081 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 539 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.making_count"} 7530 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.warning_error"} 36163 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.maintaining_record"} 120 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_count"} 373 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_details"} 31310 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 661 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_count"} 22339 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 462238 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.coffeeInfo"} 56 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.database_version"} 2 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.maintaining_record"} 21 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.making_count"} 56 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.warning_error"} 82 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 240 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.database_version"} 142 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 130 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.making_count"} 236 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.warning_error"} 863 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.coffeeInfo"} 63 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.database_version"} 2 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.maintaining_record"} 14 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.making_count"} 65 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.warning_error"} 102 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 248 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.database_version"} 147 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 128 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.making_count"} 240 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.warning_error"} 919 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.coffeeInfo"} 52 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.database_version"} 1 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.maintaining_record"} 14 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.making_count"} 68 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.warning_error"} 94 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 243 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.database_version"} 151 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 142 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.making_count"} 248 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.warning_error"} 898 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.kso.db.v1.production.receipts"} 2 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.kso.db.v1.production.settings"} 0 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.kso.db.v1.production.shows"} 5205 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.lacte.db.v1.production.dict_record"} 6 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 1682 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.lacte.db.v1.production.error_record"} 217 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 89989 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.lacte.db.v1.production.info"} 9 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.lacte.db.v1.production.info_record"} 686 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 10721 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 15411 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.lacte.db.v1.production.stat_record"} 1017 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand"} 0 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand_tab"} 0 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink"} 3263 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_cup"} 9789 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_reception"} 7268 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_material"} 14882 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_media"} 95 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_setting"} 94039 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.machine.db.v1.local.yk_db_version"} 0 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_clean"} 0 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_task"} 5 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand"} 0 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand_tab"} 0 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 1.286202e+06 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 1.3541317e+07 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_reception"} 1.4170112e+07 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_material"} 462471 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_media"} 184323 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_setting"} 8.083431e+06 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_db_version"} 1424 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 1.95301e+06 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_task"} 277388 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand"} 0 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand_tab"} 0 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 0 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 6 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_reception"} 4 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_material"} 8 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_media"} 0 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_setting"} 36 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 0 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand"} 0 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand_tab"} 0 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink"} 0 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_cup"} 0 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_reception"} 50 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_error_record"} 41703 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_maintain_record"} 422474 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_material"} 100 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_media"} 0 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_setting"} 637 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_db_version"} 0 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_clean"} 0 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_machineCount"} 14563 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make"} 2.556839e+06 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make_count"} 5487 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand"} 0 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand_tab"} 0 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 0 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 2058 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_reception"} 2011 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_error_record"} 1.778762e+06 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 2.771953e+07 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_material"} 4302 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_media"} 0 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_setting"} 27236 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_db_version"} 0 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 0 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_machineCount"} 3.7503403e+07 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 1.33173899e+08 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make_count"} 1.1852108e+07 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Events"} 2.280059e+06 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.History"} 9783 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 1.46666617e+08 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.local.Log"} 8505 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 1.2537874e+07 kafka_topic_partition_current_offset{partition="1",topic="CMT_ARCHIVE.state_of_KM.sqlite.v1.production.state"} 1869 kafka_topic_partition_current_offset{partition="1",topic="__consumer_offsets"} 2.5027141e+07 kafka_topic_partition_current_offset{partition="1",topic="coffee.production.commands.clean"} 0 kafka_topic_partition_current_offset{partition="1",topic="coffee.production.commands.cleans"} 0 kafka_topic_partition_current_offset{partition="1",topic="coffee.production.commands.execute"} 0 kafka_topic_partition_current_offset{partition="1",topic="coffee.production.commands.file"} 0 kafka_topic_partition_current_offset{partition="1",topic="coffee.production.commands.program"} 0 kafka_topic_partition_current_offset{partition="1",topic="coffee.production.commands.programs"} 0 kafka_topic_partition_current_offset{partition="1",topic="coffee.production.commands.setting"} 0 kafka_topic_partition_current_offset{partition="1",topic="coffee.production.commands.settings"} 0 kafka_topic_partition_current_offset{partition="1",topic="coffee.production.events"} 2.4458564e+07 kafka_topic_partition_current_offset{partition="1",topic="coffee.production.maintain"} 1.216306e+06 kafka_topic_partition_current_offset{partition="1",topic="coffee.production.make"} 5.761881e+06 kafka_topic_partition_current_offset{partition="1",topic="coffee.production.menus"} 0 kafka_topic_partition_current_offset{partition="1",topic="coffee.production.result.clean"} 0 kafka_topic_partition_current_offset{partition="1",topic="coffee.production.result.cleans"} 0 kafka_topic_partition_current_offset{partition="1",topic="coffee.production.result.execute"} 0 kafka_topic_partition_current_offset{partition="1",topic="coffee.production.result.file"} 0 kafka_topic_partition_current_offset{partition="1",topic="coffee.production.result.program"} 0 kafka_topic_partition_current_offset{partition="1",topic="coffee.production.result.programs"} 0 kafka_topic_partition_current_offset{partition="1",topic="coffee.production.result.setting"} 0 kafka_topic_partition_current_offset{partition="1",topic="coffee.production.result.settings"} 0 kafka_topic_partition_current_offset{partition="1",topic="coffee.production.status"} 306062 kafka_topic_partition_current_offset{partition="10",topic="CMTS3M75Q.develop.events.device-status"} 0 kafka_topic_partition_current_offset{partition="10",topic="CMTS3M75Q.develop.events.kso-ui"} 0 kafka_topic_partition_current_offset{partition="10",topic="CMTS3M75Q.develop.events.screen-capture"} 0 kafka_topic_partition_current_offset{partition="10",topic="__consumer_offsets"} 1047 kafka_topic_partition_current_offset{partition="11",topic="CMTS3M75Q.develop.events.device-status"} 0 kafka_topic_partition_current_offset{partition="11",topic="CMTS3M75Q.develop.events.kso-ui"} 0 kafka_topic_partition_current_offset{partition="11",topic="CMTS3M75Q.develop.events.screen-capture"} 0 kafka_topic_partition_current_offset{partition="11",topic="__consumer_offsets"} 15876 kafka_topic_partition_current_offset{partition="12",topic="__consumer_offsets"} 7.4801924e+07 kafka_topic_partition_current_offset{partition="13",topic="__consumer_offsets"} 264155 kafka_topic_partition_current_offset{partition="14",topic="__consumer_offsets"} 2.7394006e+07 kafka_topic_partition_current_offset{partition="15",topic="__consumer_offsets"} 3.849981e+06 kafka_topic_partition_current_offset{partition="16",topic="__consumer_offsets"} 6 kafka_topic_partition_current_offset{partition="17",topic="__consumer_offsets"} 2.683994e+06 kafka_topic_partition_current_offset{partition="18",topic="__consumer_offsets"} 1.277607e+06 kafka_topic_partition_current_offset{partition="19",topic="__consumer_offsets"} 128151 kafka_topic_partition_current_offset{partition="2",topic="CMTS3M75Q.develop.events.device-status"} 0 kafka_topic_partition_current_offset{partition="2",topic="CMTS3M75Q.develop.events.kso-ui"} 0 kafka_topic_partition_current_offset{partition="2",topic="CMTS3M75Q.develop.events.screen-capture"} 0 kafka_topic_partition_current_offset{partition="2",topic="CMTS3M75Q.production.commands.clean"} 4909 kafka_topic_partition_current_offset{partition="2",topic="CMTS3M75Q.production.commands.cleans"} 2048 kafka_topic_partition_current_offset{partition="2",topic="CMTS3M75Q.production.commands.execute"} 0 kafka_topic_partition_current_offset{partition="2",topic="CMTS3M75Q.production.commands.file"} 9391 kafka_topic_partition_current_offset{partition="2",topic="CMTS3M75Q.production.commands.program"} 17952 kafka_topic_partition_current_offset{partition="2",topic="CMTS3M75Q.production.commands.programs"} 1581 kafka_topic_partition_current_offset{partition="2",topic="CMTS3M75Q.production.commands.setting"} 0 kafka_topic_partition_current_offset{partition="2",topic="CMTS3M75Q.production.commands.settings"} 2231 kafka_topic_partition_current_offset{partition="2",topic="CMTS3M75Q.production.events"} 7.9152483e+07 kafka_topic_partition_current_offset{partition="2",topic="CMTS3M75Q.production.maintain"} 3.508944e+06 kafka_topic_partition_current_offset{partition="2",topic="CMTS3M75Q.production.make"} 7.810936e+06 kafka_topic_partition_current_offset{partition="2",topic="CMTS3M75Q.production.menus"} 1 kafka_topic_partition_current_offset{partition="2",topic="CMTS3M75Q.production.result.clean"} 2436 kafka_topic_partition_current_offset{partition="2",topic="CMTS3M75Q.production.result.cleans"} 698 kafka_topic_partition_current_offset{partition="2",topic="CMTS3M75Q.production.result.execute"} 1 kafka_topic_partition_current_offset{partition="2",topic="CMTS3M75Q.production.result.file"} 5800 kafka_topic_partition_current_offset{partition="2",topic="CMTS3M75Q.production.result.program"} 9776 kafka_topic_partition_current_offset{partition="2",topic="CMTS3M75Q.production.result.programs"} 703 kafka_topic_partition_current_offset{partition="2",topic="CMTS3M75Q.production.result.setting"} 0 kafka_topic_partition_current_offset{partition="2",topic="CMTS3M75Q.production.result.settings"} 759 kafka_topic_partition_current_offset{partition="2",topic="CMTS3M75Q.production.status"} 502386 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Temperature"} 41 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Weight"} 1562 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Temperature"} 240 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Weight"} 10484 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.cb.sqlite.v1.local.database_version"} 8 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter"} 6 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter_default"} 12 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.cb.sqlite.v1.production.database_version"} 15 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter"} 112 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter_default"} 12 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.coffeeInfo"} 216 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.database_version"} 5 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.maintaining_record"} 82 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.making_count"} 206 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.warning_error"} 365 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 5518 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.database_version"} 15 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 138 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.making_count"} 21623 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.warning_error"} 22060 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.maintaining_record"} 111 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_count"} 398 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_details"} 31403 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 952 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_count"} 39406 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 476264 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.coffeeInfo"} 64 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.database_version"} 6 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.maintaining_record"} 25 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.making_count"} 58 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.warning_error"} 111 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 551 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.database_version"} 2 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 57 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.making_count"} 530 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.warning_error"} 649 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.coffeeInfo"} 61 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.database_version"} 1 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.maintaining_record"} 17 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.making_count"} 45 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.warning_error"} 104 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 530 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.database_version"} 2 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 31 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.making_count"} 520 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.warning_error"} 621 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.coffeeInfo"} 58 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.database_version"} 2 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.maintaining_record"} 19 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.making_count"} 46 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.warning_error"} 104 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 539 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.database_version"} 3 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 38 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.making_count"} 526 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.warning_error"} 624 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.kso.db.v1.production.receipts"} 29 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.kso.db.v1.production.settings"} 0 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.kso.db.v1.production.shows"} 8273 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.lacte.db.v1.production.dict_record"} 13 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 3290 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.lacte.db.v1.production.error_record"} 197 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 91702 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.lacte.db.v1.production.info"} 9 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.lacte.db.v1.production.info_record"} 717 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 11071 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 15984 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.lacte.db.v1.production.stat_record"} 1002 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand"} 7442 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand_tab"} 0 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink"} 18583 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_cup"} 35970 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_reception"} 14536 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_material"} 29801 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_media"} 11873 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_setting"} 207221 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.machine.db.v1.local.yk_db_version"} 1 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_clean"} 0 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_task"} 6 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand"} 231259 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand_tab"} 0 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 8.090421e+06 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 5.9394e+07 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_reception"} 2.8342404e+07 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_material"} 1.4941852e+07 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_media"} 1.2009053e+07 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_setting"} 2.9208557e+07 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_db_version"} 16 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 3.897318e+06 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_task"} 242371 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand"} 4 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand_tab"} 0 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 12 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 28 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_reception"} 8 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_material"} 16 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_media"} 8 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_setting"} 92 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 0 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand"} 50 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand_tab"} 0 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink"} 188 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_cup"} 414 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_reception"} 100 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_error_record"} 41567 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_maintain_record"} 447256 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_material"} 238 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_media"} 100 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_setting"} 1264 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_db_version"} 0 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_clean"} 0 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_machineCount"} 14438 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make"} 2.55992e+06 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make_count"} 5344 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand"} 2152 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand_tab"} 0 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 96224 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 490044 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_reception"} 4022 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_error_record"} 1.80051e+06 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 2.9455543e+07 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_material"} 135656 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_media"} 254724 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_setting"} 51436 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_db_version"} 0 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 0 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_machineCount"} 3.5379679e+07 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 1.3320154e+08 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make_count"} 1.4119303e+07 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Events"} 2.103614e+06 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.History"} 9526 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 1.46672885e+08 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.local.Log"} 8524 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 1.2532767e+07 kafka_topic_partition_current_offset{partition="2",topic="CMT_ARCHIVE.state_of_KM.sqlite.v1.production.state"} 2807 kafka_topic_partition_current_offset{partition="2",topic="__consumer_offsets"} 2.1678446e+07 kafka_topic_partition_current_offset{partition="2",topic="coffee.production.commands.clean"} 0 kafka_topic_partition_current_offset{partition="2",topic="coffee.production.commands.cleans"} 0 kafka_topic_partition_current_offset{partition="2",topic="coffee.production.commands.execute"} 0 kafka_topic_partition_current_offset{partition="2",topic="coffee.production.commands.file"} 0 kafka_topic_partition_current_offset{partition="2",topic="coffee.production.commands.program"} 0 kafka_topic_partition_current_offset{partition="2",topic="coffee.production.commands.programs"} 0 kafka_topic_partition_current_offset{partition="2",topic="coffee.production.commands.setting"} 0 kafka_topic_partition_current_offset{partition="2",topic="coffee.production.commands.settings"} 0 kafka_topic_partition_current_offset{partition="2",topic="coffee.production.events"} 2.0912248e+07 kafka_topic_partition_current_offset{partition="2",topic="coffee.production.maintain"} 1.037485e+06 kafka_topic_partition_current_offset{partition="2",topic="coffee.production.make"} 4.960099e+06 kafka_topic_partition_current_offset{partition="2",topic="coffee.production.menus"} 0 kafka_topic_partition_current_offset{partition="2",topic="coffee.production.result.clean"} 0 kafka_topic_partition_current_offset{partition="2",topic="coffee.production.result.cleans"} 0 kafka_topic_partition_current_offset{partition="2",topic="coffee.production.result.execute"} 2 kafka_topic_partition_current_offset{partition="2",topic="coffee.production.result.file"} 0 kafka_topic_partition_current_offset{partition="2",topic="coffee.production.result.program"} 0 kafka_topic_partition_current_offset{partition="2",topic="coffee.production.result.programs"} 0 kafka_topic_partition_current_offset{partition="2",topic="coffee.production.result.setting"} 0 kafka_topic_partition_current_offset{partition="2",topic="coffee.production.result.settings"} 0 kafka_topic_partition_current_offset{partition="2",topic="coffee.production.status"} 292432 kafka_topic_partition_current_offset{partition="20",topic="__consumer_offsets"} 2.914619e+06 kafka_topic_partition_current_offset{partition="21",topic="__consumer_offsets"} 52644 kafka_topic_partition_current_offset{partition="22",topic="__consumer_offsets"} 1.6600542e+07 kafka_topic_partition_current_offset{partition="23",topic="__consumer_offsets"} 3.338014e+06 kafka_topic_partition_current_offset{partition="24",topic="__consumer_offsets"} 101200 kafka_topic_partition_current_offset{partition="25",topic="__consumer_offsets"} 3.469518e+06 kafka_topic_partition_current_offset{partition="26",topic="__consumer_offsets"} 5.173566e+06 kafka_topic_partition_current_offset{partition="27",topic="__consumer_offsets"} 2.921486e+06 kafka_topic_partition_current_offset{partition="28",topic="__consumer_offsets"} 1.488487e+06 kafka_topic_partition_current_offset{partition="29",topic="__consumer_offsets"} 7 kafka_topic_partition_current_offset{partition="3",topic="CMTS3M75Q.develop.events.device-status"} 0 kafka_topic_partition_current_offset{partition="3",topic="CMTS3M75Q.develop.events.kso-ui"} 0 kafka_topic_partition_current_offset{partition="3",topic="CMTS3M75Q.develop.events.screen-capture"} 0 kafka_topic_partition_current_offset{partition="3",topic="CMTS3M75Q.production.commands.clean"} 4978 kafka_topic_partition_current_offset{partition="3",topic="CMTS3M75Q.production.commands.cleans"} 1626 kafka_topic_partition_current_offset{partition="3",topic="CMTS3M75Q.production.commands.execute"} 0 kafka_topic_partition_current_offset{partition="3",topic="CMTS3M75Q.production.commands.file"} 9699 kafka_topic_partition_current_offset{partition="3",topic="CMTS3M75Q.production.commands.program"} 17175 kafka_topic_partition_current_offset{partition="3",topic="CMTS3M75Q.production.commands.programs"} 1504 kafka_topic_partition_current_offset{partition="3",topic="CMTS3M75Q.production.commands.setting"} 0 kafka_topic_partition_current_offset{partition="3",topic="CMTS3M75Q.production.commands.settings"} 1788 kafka_topic_partition_current_offset{partition="3",topic="CMTS3M75Q.production.events"} 5.1216235e+07 kafka_topic_partition_current_offset{partition="3",topic="CMTS3M75Q.production.maintain"} 3.224884e+06 kafka_topic_partition_current_offset{partition="3",topic="CMTS3M75Q.production.make"} 7.993306e+06 kafka_topic_partition_current_offset{partition="3",topic="CMTS3M75Q.production.menus"} 0 kafka_topic_partition_current_offset{partition="3",topic="CMTS3M75Q.production.result.clean"} 2613 kafka_topic_partition_current_offset{partition="3",topic="CMTS3M75Q.production.result.cleans"} 730 kafka_topic_partition_current_offset{partition="3",topic="CMTS3M75Q.production.result.execute"} 2 kafka_topic_partition_current_offset{partition="3",topic="CMTS3M75Q.production.result.file"} 6164 kafka_topic_partition_current_offset{partition="3",topic="CMTS3M75Q.production.result.program"} 10378 kafka_topic_partition_current_offset{partition="3",topic="CMTS3M75Q.production.result.programs"} 724 kafka_topic_partition_current_offset{partition="3",topic="CMTS3M75Q.production.result.setting"} 0 kafka_topic_partition_current_offset{partition="3",topic="CMTS3M75Q.production.result.settings"} 769 kafka_topic_partition_current_offset{partition="3",topic="CMTS3M75Q.production.status"} 532862 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Temperature"} 27 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Weight"} 1694 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Temperature"} 182 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Weight"} 10611 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.cb.sqlite.v1.local.database_version"} 11 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter"} 7 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter_default"} 10 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.cb.sqlite.v1.production.database_version"} 26 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter"} 172 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter_default"} 20 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.coffeeInfo"} 242 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.database_version"} 10 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.maintaining_record"} 75 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.making_count"} 205 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.warning_error"} 374 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 6433 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.database_version"} 19 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 961 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.making_count"} 35760 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.warning_error"} 43246 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.maintaining_record"} 112 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_count"} 373 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_details"} 31279 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 1733 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_count"} 83243 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 454022 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.coffeeInfo"} 46 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.database_version"} 1 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.maintaining_record"} 20 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.making_count"} 49 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.warning_error"} 104 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 717 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.database_version"} 3 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 229 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.making_count"} 801 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.warning_error"} 1059 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.coffeeInfo"} 59 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.database_version"} 7 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.maintaining_record"} 25 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.making_count"} 51 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.warning_error"} 107 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 440 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.database_version"} 4 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 238 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.making_count"} 808 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.warning_error"} 1019 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.coffeeInfo"} 62 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.database_version"} 3 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.maintaining_record"} 22 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.making_count"} 49 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.warning_error"} 101 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 741 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.database_version"} 3 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 226 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.making_count"} 808 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.warning_error"} 1030 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.kso.db.v1.production.receipts"} 215 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.kso.db.v1.production.settings"} 0 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.kso.db.v1.production.shows"} 3078 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.lacte.db.v1.production.dict_record"} 15 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 149 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.lacte.db.v1.production.error_record"} 239 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 91318 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.lacte.db.v1.production.info"} 7 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.lacte.db.v1.production.info_record"} 723 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 12390 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 16578 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.lacte.db.v1.production.stat_record"} 979 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand"} 7442 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand_tab"} 0 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink"} 4678 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_cup"} 14466 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_reception"} 184 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_material"} 37242 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_media"} 1374 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_setting"} 126976 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.machine.db.v1.local.yk_db_version"} 0 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_clean"} 14880 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_task"} 93 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand"} 1.4362314e+07 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand_tab"} 0 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 2.212529e+06 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 2.4389362e+07 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_reception"} 7552 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_material"} 1.158009e+06 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_media"} 6.774669e+06 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_setting"} 1.0667638e+07 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_db_version"} 1156 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 389042 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_task"} 363113 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand"} 4 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand_tab"} 0 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 16 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 44 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_reception"} 0 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_material"} 20 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_media"} 0 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_setting"} 60 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 6 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand"} 50 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand_tab"} 0 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink"} 200 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_cup"} 600 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_reception"} 0 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_error_record"} 41953 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_maintain_record"} 441852 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_material"} 288 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_media"} 0 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_setting"} 748 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_db_version"} 0 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_clean"} 100 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_machineCount"} 14519 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make"} 2.560801e+06 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make_count"} 5518 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand"} 82060 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand_tab"} 0 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 99190 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 571851 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_reception"} 0 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_error_record"} 1.770749e+06 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 2.753169e+07 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_material"} 12597 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_media"} 0 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_setting"} 30122 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_db_version"} 0 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 3490 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_machineCount"} 2.8675012e+07 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 1.33262819e+08 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make_count"} 1.1570795e+07 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Events"} 2.257541e+06 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.History"} 10004 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 1.46677724e+08 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.local.Log"} 8477 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 1.2552759e+07 kafka_topic_partition_current_offset{partition="3",topic="CMT_ARCHIVE.state_of_KM.sqlite.v1.production.state"} 958 kafka_topic_partition_current_offset{partition="3",topic="__consumer_offsets"} 1.7491302e+07 kafka_topic_partition_current_offset{partition="3",topic="coffee.production.commands.clean"} 0 kafka_topic_partition_current_offset{partition="3",topic="coffee.production.commands.cleans"} 0 kafka_topic_partition_current_offset{partition="3",topic="coffee.production.commands.execute"} 0 kafka_topic_partition_current_offset{partition="3",topic="coffee.production.commands.file"} 0 kafka_topic_partition_current_offset{partition="3",topic="coffee.production.commands.program"} 0 kafka_topic_partition_current_offset{partition="3",topic="coffee.production.commands.programs"} 0 kafka_topic_partition_current_offset{partition="3",topic="coffee.production.commands.setting"} 0 kafka_topic_partition_current_offset{partition="3",topic="coffee.production.commands.settings"} 0 kafka_topic_partition_current_offset{partition="3",topic="coffee.production.events"} 2.7034604e+07 kafka_topic_partition_current_offset{partition="3",topic="coffee.production.maintain"} 1.490803e+06 kafka_topic_partition_current_offset{partition="3",topic="coffee.production.make"} 5.900612e+06 kafka_topic_partition_current_offset{partition="3",topic="coffee.production.menus"} 0 kafka_topic_partition_current_offset{partition="3",topic="coffee.production.result.clean"} 0 kafka_topic_partition_current_offset{partition="3",topic="coffee.production.result.cleans"} 0 kafka_topic_partition_current_offset{partition="3",topic="coffee.production.result.execute"} 1 kafka_topic_partition_current_offset{partition="3",topic="coffee.production.result.file"} 0 kafka_topic_partition_current_offset{partition="3",topic="coffee.production.result.program"} 0 kafka_topic_partition_current_offset{partition="3",topic="coffee.production.result.programs"} 0 kafka_topic_partition_current_offset{partition="3",topic="coffee.production.result.setting"} 0 kafka_topic_partition_current_offset{partition="3",topic="coffee.production.result.settings"} 0 kafka_topic_partition_current_offset{partition="3",topic="coffee.production.status"} 328960 kafka_topic_partition_current_offset{partition="30",topic="__consumer_offsets"} 3550 kafka_topic_partition_current_offset{partition="31",topic="__consumer_offsets"} 4.560551e+06 kafka_topic_partition_current_offset{partition="32",topic="__consumer_offsets"} 3.2358688e+07 kafka_topic_partition_current_offset{partition="33",topic="__consumer_offsets"} 11358 kafka_topic_partition_current_offset{partition="34",topic="__consumer_offsets"} 3.82102e+06 kafka_topic_partition_current_offset{partition="35",topic="__consumer_offsets"} 3.062885e+06 kafka_topic_partition_current_offset{partition="36",topic="__consumer_offsets"} 3 kafka_topic_partition_current_offset{partition="37",topic="__consumer_offsets"} 1.4353064e+07 kafka_topic_partition_current_offset{partition="38",topic="__consumer_offsets"} 2.746306e+06 kafka_topic_partition_current_offset{partition="39",topic="__consumer_offsets"} 7 kafka_topic_partition_current_offset{partition="4",topic="CMTS3M75Q.develop.events.device-status"} 0 kafka_topic_partition_current_offset{partition="4",topic="CMTS3M75Q.develop.events.kso-ui"} 0 kafka_topic_partition_current_offset{partition="4",topic="CMTS3M75Q.develop.events.screen-capture"} 0 kafka_topic_partition_current_offset{partition="4",topic="CMTS3M75Q.production.commands.clean"} 5108 kafka_topic_partition_current_offset{partition="4",topic="CMTS3M75Q.production.commands.cleans"} 2029 kafka_topic_partition_current_offset{partition="4",topic="CMTS3M75Q.production.commands.execute"} 0 kafka_topic_partition_current_offset{partition="4",topic="CMTS3M75Q.production.commands.file"} 9440 kafka_topic_partition_current_offset{partition="4",topic="CMTS3M75Q.production.commands.program"} 18048 kafka_topic_partition_current_offset{partition="4",topic="CMTS3M75Q.production.commands.programs"} 1810 kafka_topic_partition_current_offset{partition="4",topic="CMTS3M75Q.production.commands.setting"} 0 kafka_topic_partition_current_offset{partition="4",topic="CMTS3M75Q.production.commands.settings"} 1436 kafka_topic_partition_current_offset{partition="4",topic="CMTS3M75Q.production.events"} 7.7311265e+07 kafka_topic_partition_current_offset{partition="4",topic="CMTS3M75Q.production.maintain"} 3.180739e+06 kafka_topic_partition_current_offset{partition="4",topic="CMTS3M75Q.production.make"} 7.868936e+06 kafka_topic_partition_current_offset{partition="4",topic="CMTS3M75Q.production.menus"} 0 kafka_topic_partition_current_offset{partition="4",topic="CMTS3M75Q.production.result.clean"} 2392 kafka_topic_partition_current_offset{partition="4",topic="CMTS3M75Q.production.result.cleans"} 684 kafka_topic_partition_current_offset{partition="4",topic="CMTS3M75Q.production.result.execute"} 10 kafka_topic_partition_current_offset{partition="4",topic="CMTS3M75Q.production.result.file"} 5645 kafka_topic_partition_current_offset{partition="4",topic="CMTS3M75Q.production.result.program"} 9548 kafka_topic_partition_current_offset{partition="4",topic="CMTS3M75Q.production.result.programs"} 698 kafka_topic_partition_current_offset{partition="4",topic="CMTS3M75Q.production.result.setting"} 0 kafka_topic_partition_current_offset{partition="4",topic="CMTS3M75Q.production.result.settings"} 739 kafka_topic_partition_current_offset{partition="4",topic="CMTS3M75Q.production.status"} 505115 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Temperature"} 31 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Weight"} 1657 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Temperature"} 276 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Weight"} 10681 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.cb.sqlite.v1.local.database_version"} 7 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter"} 13 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter_default"} 6 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.cb.sqlite.v1.production.database_version"} 29 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter"} 236 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter_default"} 27 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.coffeeInfo"} 235 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.database_version"} 7 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.maintaining_record"} 75 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.making_count"} 180 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.warning_error"} 359 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 942 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.database_version"} 33 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 556 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.making_count"} 14606 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.warning_error"} 22062 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.maintaining_record"} 120 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_count"} 373 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_details"} 31386 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 999 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_count"} 29150 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 466281 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.coffeeInfo"} 68 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.database_version"} 2 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.maintaining_record"} 23 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.making_count"} 62 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.warning_error"} 101 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 120 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.database_version"} 7 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 134 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.making_count"} 380 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.warning_error"} 590 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.coffeeInfo"} 63 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.database_version"} 4 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.maintaining_record"} 23 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.making_count"} 64 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.warning_error"} 96 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 296 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.database_version"} 6 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 134 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.making_count"} 386 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.warning_error"} 612 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.coffeeInfo"} 71 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.database_version"} 2 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.maintaining_record"} 20 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.making_count"} 55 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.warning_error"} 104 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 101 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.database_version"} 11 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 125 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.making_count"} 383 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.warning_error"} 609 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.kso.db.v1.production.receipts"} 215 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.kso.db.v1.production.settings"} 0 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.kso.db.v1.production.shows"} 4072 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.lacte.db.v1.production.dict_record"} 11 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 1519 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.lacte.db.v1.production.error_record"} 200 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 89702 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.lacte.db.v1.production.info"} 15 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.lacte.db.v1.production.info_record"} 700 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 11424 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 16825 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.lacte.db.v1.production.stat_record"} 1029 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand"} 0 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand_tab"} 0 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink"} 20436 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_cup"} 61416 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_reception"} 14721 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_material"} 37279 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_media"} 7304 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_setting"} 78838 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.machine.db.v1.local.yk_db_version"} 47 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_clean"} 0 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_task"} 7 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand"} 0 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand_tab"} 0 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 8.343012e+06 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 9.6338042e+07 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_reception"} 2.8408087e+07 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_material"} 1.159895e+06 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_media"} 7.405713e+06 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_setting"} 1.273028e+07 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_db_version"} 117276 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 852834 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_task"} 252540 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand"} 0 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand_tab"} 0 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 16 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 42 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_reception"} 8 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_material"} 20 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_media"} 4 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_setting"} 32 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 1 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand"} 0 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand_tab"} 0 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink"} 162 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_cup"} 486 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_reception"} 100 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_error_record"} 41518 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_maintain_record"} 429929 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_material"} 326 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_media"} 50 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_setting"} 362 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_db_version"} 0 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_clean"} 0 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_machineCount"} 14695 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make"} 2.558678e+06 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make_count"} 5363 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand"} 0 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand_tab"} 0 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 77341 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 229615 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_reception"} 129232 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_error_record"} 1.793394e+06 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 2.8114603e+07 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_material"} 14439 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_media"} 127362 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_setting"} 14961 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_db_version"} 0 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 23049 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_machineCount"} 3.9803475e+07 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 1.33167963e+08 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make_count"} 1.7230513e+07 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Events"} 2.280071e+06 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.History"} 9334 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 1.4671833e+08 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.local.Log"} 8407 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 1.2548453e+07 kafka_topic_partition_current_offset{partition="4",topic="CMT_ARCHIVE.state_of_KM.sqlite.v1.production.state"} 991 kafka_topic_partition_current_offset{partition="4",topic="__consumer_offsets"} 2.5993758e+07 kafka_topic_partition_current_offset{partition="4",topic="coffee.production.commands.clean"} 0 kafka_topic_partition_current_offset{partition="4",topic="coffee.production.commands.cleans"} 0 kafka_topic_partition_current_offset{partition="4",topic="coffee.production.commands.execute"} 0 kafka_topic_partition_current_offset{partition="4",topic="coffee.production.commands.file"} 0 kafka_topic_partition_current_offset{partition="4",topic="coffee.production.commands.program"} 0 kafka_topic_partition_current_offset{partition="4",topic="coffee.production.commands.programs"} 0 kafka_topic_partition_current_offset{partition="4",topic="coffee.production.commands.setting"} 0 kafka_topic_partition_current_offset{partition="4",topic="coffee.production.commands.settings"} 0 kafka_topic_partition_current_offset{partition="4",topic="coffee.production.events"} 2.6485099e+07 kafka_topic_partition_current_offset{partition="4",topic="coffee.production.maintain"} 1.312934e+06 kafka_topic_partition_current_offset{partition="4",topic="coffee.production.make"} 5.562295e+06 kafka_topic_partition_current_offset{partition="4",topic="coffee.production.menus"} 0 kafka_topic_partition_current_offset{partition="4",topic="coffee.production.result.clean"} 0 kafka_topic_partition_current_offset{partition="4",topic="coffee.production.result.cleans"} 0 kafka_topic_partition_current_offset{partition="4",topic="coffee.production.result.execute"} 0 kafka_topic_partition_current_offset{partition="4",topic="coffee.production.result.file"} 0 kafka_topic_partition_current_offset{partition="4",topic="coffee.production.result.program"} 0 kafka_topic_partition_current_offset{partition="4",topic="coffee.production.result.programs"} 0 kafka_topic_partition_current_offset{partition="4",topic="coffee.production.result.setting"} 0 kafka_topic_partition_current_offset{partition="4",topic="coffee.production.result.settings"} 0 kafka_topic_partition_current_offset{partition="4",topic="coffee.production.status"} 306755 kafka_topic_partition_current_offset{partition="40",topic="__consumer_offsets"} 17500 kafka_topic_partition_current_offset{partition="41",topic="__consumer_offsets"} 1.299007e+06 kafka_topic_partition_current_offset{partition="42",topic="__consumer_offsets"} 3.015057e+06 kafka_topic_partition_current_offset{partition="43",topic="__consumer_offsets"} 74395 kafka_topic_partition_current_offset{partition="44",topic="__consumer_offsets"} 1.219669e+06 kafka_topic_partition_current_offset{partition="45",topic="__consumer_offsets"} 2.380859e+06 kafka_topic_partition_current_offset{partition="46",topic="__consumer_offsets"} 12172 kafka_topic_partition_current_offset{partition="47",topic="__consumer_offsets"} 86 kafka_topic_partition_current_offset{partition="48",topic="__consumer_offsets"} 36 kafka_topic_partition_current_offset{partition="49",topic="__consumer_offsets"} 0 kafka_topic_partition_current_offset{partition="5",topic="CMTS3M75Q.develop.events.device-status"} 0 kafka_topic_partition_current_offset{partition="5",topic="CMTS3M75Q.develop.events.kso-ui"} 0 kafka_topic_partition_current_offset{partition="5",topic="CMTS3M75Q.develop.events.screen-capture"} 0 kafka_topic_partition_current_offset{partition="5",topic="CMTS3M75Q.production.commands.clean"} 4823 kafka_topic_partition_current_offset{partition="5",topic="CMTS3M75Q.production.commands.cleans"} 1967 kafka_topic_partition_current_offset{partition="5",topic="CMTS3M75Q.production.commands.execute"} 0 kafka_topic_partition_current_offset{partition="5",topic="CMTS3M75Q.production.commands.file"} 10059 kafka_topic_partition_current_offset{partition="5",topic="CMTS3M75Q.production.commands.program"} 17996 kafka_topic_partition_current_offset{partition="5",topic="CMTS3M75Q.production.commands.programs"} 1150 kafka_topic_partition_current_offset{partition="5",topic="CMTS3M75Q.production.commands.setting"} 0 kafka_topic_partition_current_offset{partition="5",topic="CMTS3M75Q.production.commands.settings"} 1581 kafka_topic_partition_current_offset{partition="5",topic="CMTS3M75Q.production.events"} 6.6989595e+07 kafka_topic_partition_current_offset{partition="5",topic="CMTS3M75Q.production.maintain"} 3.176497e+06 kafka_topic_partition_current_offset{partition="5",topic="CMTS3M75Q.production.make"} 7.40773e+06 kafka_topic_partition_current_offset{partition="5",topic="CMTS3M75Q.production.menus"} 3 kafka_topic_partition_current_offset{partition="5",topic="CMTS3M75Q.production.result.clean"} 2471 kafka_topic_partition_current_offset{partition="5",topic="CMTS3M75Q.production.result.cleans"} 699 kafka_topic_partition_current_offset{partition="5",topic="CMTS3M75Q.production.result.execute"} 10 kafka_topic_partition_current_offset{partition="5",topic="CMTS3M75Q.production.result.file"} 5807 kafka_topic_partition_current_offset{partition="5",topic="CMTS3M75Q.production.result.program"} 9557 kafka_topic_partition_current_offset{partition="5",topic="CMTS3M75Q.production.result.programs"} 672 kafka_topic_partition_current_offset{partition="5",topic="CMTS3M75Q.production.result.setting"} 0 kafka_topic_partition_current_offset{partition="5",topic="CMTS3M75Q.production.result.settings"} 709 kafka_topic_partition_current_offset{partition="5",topic="CMTS3M75Q.production.status"} 440588 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Temperature"} 34 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Weight"} 1672 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Temperature"} 210 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Weight"} 10468 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.cb.sqlite.v1.local.database_version"} 16 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter"} 12 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter_default"} 11 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.cb.sqlite.v1.production.database_version"} 20 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter"} 125 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter_default"} 7096 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.coffeeInfo"} 214 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.database_version"} 14 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.maintaining_record"} 81 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.making_count"} 194 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.warning_error"} 369 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 10111 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.database_version"} 26 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 1284 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.making_count"} 7521 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.warning_error"} 36149 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.maintaining_record"} 114 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_count"} 384 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_details"} 31304 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 2202 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_count"} 54600 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 464930 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.coffeeInfo"} 56 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.database_version"} 2 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.maintaining_record"} 25 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.making_count"} 45 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.warning_error"} 96 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 721 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.database_version"} 5 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 313 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.making_count"} 237 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.warning_error"} 906 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.coffeeInfo"} 50 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.database_version"} 4 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.maintaining_record"} 17 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.making_count"} 53 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.warning_error"} 91 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 831 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.database_version"} 6 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 317 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.making_count"} 244 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.warning_error"} 908 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.coffeeInfo"} 57 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.database_version"} 1 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.maintaining_record"} 29 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.making_count"} 48 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.warning_error"} 89 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 732 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.database_version"} 1 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 322 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.making_count"} 248 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.warning_error"} 897 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.kso.db.v1.production.receipts"} 25 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.kso.db.v1.production.settings"} 990 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.kso.db.v1.production.shows"} 3544 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.lacte.db.v1.production.dict_record"} 8 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 1658 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.lacte.db.v1.production.error_record"} 205 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 95275 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.lacte.db.v1.production.info"} 9 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.lacte.db.v1.production.info_record"} 712 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 10707 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 16908 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.lacte.db.v1.production.stat_record"} 964 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand"} 0 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand_tab"} 0 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink"} 11777 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_cup"} 35439 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_reception"} 0 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_material"} 37205 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_media"} 17838 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_setting"} 80957 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.machine.db.v1.local.yk_db_version"} 0 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_clean"} 0 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_task"} 6 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand"} 0 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand_tab"} 0 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 1.0957679e+07 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 5.7644123e+07 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_reception"} 0 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_material"} 1.156172e+06 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_media"} 443051 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_setting"} 2.359482e+06 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_db_version"} 6 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 1.942041e+06 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_task"} 258051 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand"} 0 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand_tab"} 0 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 8 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 24 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_reception"} 0 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_material"} 20 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_media"} 12 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_setting"} 40 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 0 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand"} 0 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand_tab"} 0 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink"} 62 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_cup"} 186 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_reception"} 0 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_error_record"} 41645 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_maintain_record"} 416885 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_material"} 250 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_media"} 150 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_setting"} 767 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_db_version"} 0 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_clean"} 0 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_machineCount"} 14423 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make"} 2.559724e+06 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make_count"} 5409 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand"} 0 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand_tab"} 0 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 27741 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 116427 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_reception"} 0 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_error_record"} 1.770543e+06 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 2.7605086e+07 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_material"} 10755 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_media"} 6456 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_setting"} 32171 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_db_version"} 0 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 0 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_machineCount"} 4.1941644e+07 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 1.3324635e+08 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make_count"} 1.5893624e+07 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Events"} 1.734379e+06 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.History"} 10226 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 1.46679832e+08 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.local.Log"} 8397 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 1.2543361e+07 kafka_topic_partition_current_offset{partition="5",topic="CMT_ARCHIVE.state_of_KM.sqlite.v1.production.state"} 2813 kafka_topic_partition_current_offset{partition="5",topic="__consumer_offsets"} 7 kafka_topic_partition_current_offset{partition="5",topic="coffee.production.commands.clean"} 0 kafka_topic_partition_current_offset{partition="5",topic="coffee.production.commands.cleans"} 0 kafka_topic_partition_current_offset{partition="5",topic="coffee.production.commands.execute"} 0 kafka_topic_partition_current_offset{partition="5",topic="coffee.production.commands.file"} 0 kafka_topic_partition_current_offset{partition="5",topic="coffee.production.commands.program"} 0 kafka_topic_partition_current_offset{partition="5",topic="coffee.production.commands.programs"} 0 kafka_topic_partition_current_offset{partition="5",topic="coffee.production.commands.setting"} 0 kafka_topic_partition_current_offset{partition="5",topic="coffee.production.commands.settings"} 0 kafka_topic_partition_current_offset{partition="5",topic="coffee.production.events"} 2.2691406e+07 kafka_topic_partition_current_offset{partition="5",topic="coffee.production.maintain"} 1.071644e+06 kafka_topic_partition_current_offset{partition="5",topic="coffee.production.make"} 5.100701e+06 kafka_topic_partition_current_offset{partition="5",topic="coffee.production.menus"} 0 kafka_topic_partition_current_offset{partition="5",topic="coffee.production.result.clean"} 0 kafka_topic_partition_current_offset{partition="5",topic="coffee.production.result.cleans"} 0 kafka_topic_partition_current_offset{partition="5",topic="coffee.production.result.execute"} 0 kafka_topic_partition_current_offset{partition="5",topic="coffee.production.result.file"} 0 kafka_topic_partition_current_offset{partition="5",topic="coffee.production.result.program"} 0 kafka_topic_partition_current_offset{partition="5",topic="coffee.production.result.programs"} 0 kafka_topic_partition_current_offset{partition="5",topic="coffee.production.result.setting"} 0 kafka_topic_partition_current_offset{partition="5",topic="coffee.production.result.settings"} 0 kafka_topic_partition_current_offset{partition="5",topic="coffee.production.status"} 323800 kafka_topic_partition_current_offset{partition="6",topic="CMTS3M75Q.develop.events.device-status"} 0 kafka_topic_partition_current_offset{partition="6",topic="CMTS3M75Q.develop.events.kso-ui"} 0 kafka_topic_partition_current_offset{partition="6",topic="CMTS3M75Q.develop.events.screen-capture"} 0 kafka_topic_partition_current_offset{partition="6",topic="CMTS3M75Q.production.commands.clean"} 4505 kafka_topic_partition_current_offset{partition="6",topic="CMTS3M75Q.production.commands.cleans"} 1441 kafka_topic_partition_current_offset{partition="6",topic="CMTS3M75Q.production.commands.execute"} 0 kafka_topic_partition_current_offset{partition="6",topic="CMTS3M75Q.production.commands.file"} 10190 kafka_topic_partition_current_offset{partition="6",topic="CMTS3M75Q.production.commands.program"} 18436 kafka_topic_partition_current_offset{partition="6",topic="CMTS3M75Q.production.commands.programs"} 1813 kafka_topic_partition_current_offset{partition="6",topic="CMTS3M75Q.production.commands.setting"} 0 kafka_topic_partition_current_offset{partition="6",topic="CMTS3M75Q.production.commands.settings"} 1569 kafka_topic_partition_current_offset{partition="6",topic="CMTS3M75Q.production.events"} 6.8639989e+07 kafka_topic_partition_current_offset{partition="6",topic="CMTS3M75Q.production.maintain"} 3.148558e+06 kafka_topic_partition_current_offset{partition="6",topic="CMTS3M75Q.production.make"} 7.286839e+06 kafka_topic_partition_current_offset{partition="6",topic="CMTS3M75Q.production.menus"} 0 kafka_topic_partition_current_offset{partition="6",topic="CMTS3M75Q.production.result.clean"} 2388 kafka_topic_partition_current_offset{partition="6",topic="CMTS3M75Q.production.result.cleans"} 679 kafka_topic_partition_current_offset{partition="6",topic="CMTS3M75Q.production.result.execute"} 3 kafka_topic_partition_current_offset{partition="6",topic="CMTS3M75Q.production.result.file"} 5470 kafka_topic_partition_current_offset{partition="6",topic="CMTS3M75Q.production.result.program"} 9208 kafka_topic_partition_current_offset{partition="6",topic="CMTS3M75Q.production.result.programs"} 658 kafka_topic_partition_current_offset{partition="6",topic="CMTS3M75Q.production.result.setting"} 0 kafka_topic_partition_current_offset{partition="6",topic="CMTS3M75Q.production.result.settings"} 744 kafka_topic_partition_current_offset{partition="6",topic="CMTS3M75Q.production.status"} 572454 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Temperature"} 21 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Weight"} 1601 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Temperature"} 212 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Weight"} 10526 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.cb.sqlite.v1.local.database_version"} 12 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter"} 6 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter_default"} 10 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.cb.sqlite.v1.production.database_version"} 21 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter"} 159 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter_default"} 21 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.coffeeInfo"} 256 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.database_version"} 9 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.maintaining_record"} 77 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.making_count"} 198 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.warning_error"} 339 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 2664 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.database_version"} 17 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 536 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.making_count"} 14544 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.warning_error"} 29098 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.maintaining_record"} 121 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_count"} 377 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_details"} 31177 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 1180 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_count"} 35755 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 472124 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.coffeeInfo"} 71 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.database_version"} 4 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.maintaining_record"} 15 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.making_count"} 65 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.warning_error"} 138 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 335 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.database_version"} 4 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 134 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.making_count"} 388 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.warning_error"} 753 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.coffeeInfo"} 65 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.database_version"} 1 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.maintaining_record"} 23 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.making_count"} 50 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.warning_error"} 116 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 343 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.database_version"} 4 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 135 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.making_count"} 402 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.warning_error"} 752 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.coffeeInfo"} 57 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.database_version"} 3 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.maintaining_record"} 25 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.making_count"} 62 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.warning_error"} 95 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 355 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.database_version"} 3 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 128 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.making_count"} 392 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.warning_error"} 762 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.kso.db.v1.production.receipts"} 78 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.kso.db.v1.production.settings"} 25 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.kso.db.v1.production.shows"} 2799 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.lacte.db.v1.production.dict_record"} 13 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 2358 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.lacte.db.v1.production.error_record"} 218 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 92993 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.lacte.db.v1.production.info"} 12 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.lacte.db.v1.production.info_record"} 719 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 10814 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 15898 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.lacte.db.v1.production.stat_record"} 1029 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand"} 0 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand_tab"} 0 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink"} 7529 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_cup"} 22803 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_reception"} 0 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_material"} 7441 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_media"} 43 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_setting"} 138767 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.machine.db.v1.local.yk_db_version"} 0 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_clean"} 7440 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_task"} 4 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand"} 0 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand_tab"} 0 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 3.17405e+06 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 3.6054159e+07 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_reception"} 1756 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_material"} 231235 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_media"} 67174 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_setting"} 2.6681195e+07 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_db_version"} 343 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 1.876569e+06 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_task"} 235615 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand"} 0 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand_tab"} 0 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 12 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 34 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_reception"} 0 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_material"} 4 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_media"} 0 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_setting"} 52 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 5 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand"} 0 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand_tab"} 0 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink"} 112 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_cup"} 336 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_reception"} 0 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_error_record"} 41499 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_maintain_record"} 416184 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_material"} 50 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_media"} 0 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_setting"} 646 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_db_version"} 0 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_clean"} 50 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_machineCount"} 14595 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make"} 2.562286e+06 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make_count"} 5381 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand"} 0 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand_tab"} 0 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 52546 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 158232 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_reception"} 0 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_error_record"} 1.76541e+06 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 2.7602621e+07 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_material"} 2151 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_media"} 0 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_setting"} 37298 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_db_version"} 0 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 47843 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_machineCount"} 3.9687437e+07 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 1.3320044e+08 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make_count"} 1.2503377e+07 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Events"} 1.325128e+06 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.History"} 10055 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 1.46711193e+08 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.local.Log"} 8622 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 1.2569187e+07 kafka_topic_partition_current_offset{partition="6",topic="CMT_ARCHIVE.state_of_KM.sqlite.v1.production.state"} 2765 kafka_topic_partition_current_offset{partition="6",topic="__consumer_offsets"} 69922 kafka_topic_partition_current_offset{partition="6",topic="coffee.production.commands.clean"} 0 kafka_topic_partition_current_offset{partition="6",topic="coffee.production.commands.cleans"} 0 kafka_topic_partition_current_offset{partition="6",topic="coffee.production.commands.execute"} 0 kafka_topic_partition_current_offset{partition="6",topic="coffee.production.commands.file"} 0 kafka_topic_partition_current_offset{partition="6",topic="coffee.production.commands.program"} 0 kafka_topic_partition_current_offset{partition="6",topic="coffee.production.commands.programs"} 0 kafka_topic_partition_current_offset{partition="6",topic="coffee.production.commands.setting"} 0 kafka_topic_partition_current_offset{partition="6",topic="coffee.production.commands.settings"} 0 kafka_topic_partition_current_offset{partition="6",topic="coffee.production.events"} 2.966924e+07 kafka_topic_partition_current_offset{partition="6",topic="coffee.production.maintain"} 1.247356e+06 kafka_topic_partition_current_offset{partition="6",topic="coffee.production.make"} 5.632811e+06 kafka_topic_partition_current_offset{partition="6",topic="coffee.production.menus"} 0 kafka_topic_partition_current_offset{partition="6",topic="coffee.production.result.clean"} 0 kafka_topic_partition_current_offset{partition="6",topic="coffee.production.result.cleans"} 0 kafka_topic_partition_current_offset{partition="6",topic="coffee.production.result.execute"} 3 kafka_topic_partition_current_offset{partition="6",topic="coffee.production.result.file"} 0 kafka_topic_partition_current_offset{partition="6",topic="coffee.production.result.program"} 0 kafka_topic_partition_current_offset{partition="6",topic="coffee.production.result.programs"} 0 kafka_topic_partition_current_offset{partition="6",topic="coffee.production.result.setting"} 0 kafka_topic_partition_current_offset{partition="6",topic="coffee.production.result.settings"} 0 kafka_topic_partition_current_offset{partition="6",topic="coffee.production.status"} 328183 kafka_topic_partition_current_offset{partition="7",topic="CMTS3M75Q.develop.events.device-status"} 0 kafka_topic_partition_current_offset{partition="7",topic="CMTS3M75Q.develop.events.kso-ui"} 0 kafka_topic_partition_current_offset{partition="7",topic="CMTS3M75Q.develop.events.screen-capture"} 0 kafka_topic_partition_current_offset{partition="7",topic="CMTS3M75Q.production.commands.clean"} 4650 kafka_topic_partition_current_offset{partition="7",topic="CMTS3M75Q.production.commands.cleans"} 1376 kafka_topic_partition_current_offset{partition="7",topic="CMTS3M75Q.production.commands.execute"} 0 kafka_topic_partition_current_offset{partition="7",topic="CMTS3M75Q.production.commands.file"} 10045 kafka_topic_partition_current_offset{partition="7",topic="CMTS3M75Q.production.commands.program"} 18598 kafka_topic_partition_current_offset{partition="7",topic="CMTS3M75Q.production.commands.programs"} 1853 kafka_topic_partition_current_offset{partition="7",topic="CMTS3M75Q.production.commands.setting"} 0 kafka_topic_partition_current_offset{partition="7",topic="CMTS3M75Q.production.commands.settings"} 1840 kafka_topic_partition_current_offset{partition="7",topic="CMTS3M75Q.production.events"} 5.6864267e+07 kafka_topic_partition_current_offset{partition="7",topic="CMTS3M75Q.production.maintain"} 3.06778e+06 kafka_topic_partition_current_offset{partition="7",topic="CMTS3M75Q.production.make"} 7.226394e+06 kafka_topic_partition_current_offset{partition="7",topic="CMTS3M75Q.production.menus"} 0 kafka_topic_partition_current_offset{partition="7",topic="CMTS3M75Q.production.result.clean"} 2677 kafka_topic_partition_current_offset{partition="7",topic="CMTS3M75Q.production.result.cleans"} 773 kafka_topic_partition_current_offset{partition="7",topic="CMTS3M75Q.production.result.execute"} 23 kafka_topic_partition_current_offset{partition="7",topic="CMTS3M75Q.production.result.file"} 5930 kafka_topic_partition_current_offset{partition="7",topic="CMTS3M75Q.production.result.program"} 10186 kafka_topic_partition_current_offset{partition="7",topic="CMTS3M75Q.production.result.programs"} 728 kafka_topic_partition_current_offset{partition="7",topic="CMTS3M75Q.production.result.setting"} 0 kafka_topic_partition_current_offset{partition="7",topic="CMTS3M75Q.production.result.settings"} 765 kafka_topic_partition_current_offset{partition="7",topic="CMTS3M75Q.production.status"} 633164 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Temperature"} 24 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Weight"} 1585 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Temperature"} 242 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Weight"} 10611 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.cb.sqlite.v1.local.database_version"} 7 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter"} 11 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter_default"} 8 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.cb.sqlite.v1.production.database_version"} 22 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter"} 6010 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter_default"} 23 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.coffeeInfo"} 221 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.database_version"} 10 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.maintaining_record"} 70 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.making_count"} 202 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.warning_error"} 329 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 7773 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.database_version"} 15 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 6404 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.making_count"} 14617 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.warning_error"} 43243 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.maintaining_record"} 110 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_count"} 367 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_details"} 31385 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 4328 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_count"} 29182 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 469095 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.coffeeInfo"} 54 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.database_version"} 0 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.maintaining_record"} 19 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.making_count"} 41 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.warning_error"} 88 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 362 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.database_version"} 12 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 79 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.making_count"} 390 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.warning_error"} 1033 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.coffeeInfo"} 55 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.database_version"} 3 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.maintaining_record"} 22 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.making_count"} 55 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.warning_error"} 119 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 536 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.database_version"} 6 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 77 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.making_count"} 366 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.warning_error"} 1027 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.coffeeInfo"} 56 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.database_version"} 5 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.maintaining_record"} 13 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.making_count"} 48 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.warning_error"} 118 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 346 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.database_version"} 5 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 77 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.making_count"} 391 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.warning_error"} 1037 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.kso.db.v1.production.receipts"} 77 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.kso.db.v1.production.settings"} 0 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.kso.db.v1.production.shows"} 4871 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.lacte.db.v1.production.dict_record"} 9 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 846 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.lacte.db.v1.production.error_record"} 212 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 91696 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.lacte.db.v1.production.info"} 9 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.lacte.db.v1.production.info_record"} 750 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 11261 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 15906 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.lacte.db.v1.production.stat_record"} 985 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand"} 7442 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand_tab"} 0 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink"} 587 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_cup"} 1869 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_reception"} 0 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_material"} 14919 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_media"} 6032 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_setting"} 123175 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.machine.db.v1.local.yk_db_version"} 2503 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_clean"} 0 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_task"} 9 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand"} 251349 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand_tab"} 0 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 315078 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 2.224045e+06 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_reception"} 0 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_material"} 464304 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_media"} 139820 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_setting"} 2.4168203e+07 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_db_version"} 4.195755e+06 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 2.794762e+06 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_task"} 214738 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand"} 4 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand_tab"} 0 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 8 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 29 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_reception"} 0 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_material"} 8 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_media"} 4 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_setting"} 52 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 1 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand"} 50 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand_tab"} 0 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink"} 100 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_cup"} 300 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_reception"} 0 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_error_record"} 41425 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_maintain_record"} 414585 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_material"} 138 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_media"} 50 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_setting"} 799 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_db_version"} 0 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_clean"} 0 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_machineCount"} 14612 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make"} 2.564118e+06 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make_count"} 5450 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand"} 47454 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand_tab"} 0 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 152147 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 425946 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_reception"} 0 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_error_record"} 1.762527e+06 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 2.7643297e+07 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_material"} 6144 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_media"} 2152 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_setting"} 147590 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_db_version"} 0 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 23049 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_machineCount"} 3.0844094e+07 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 1.33266963e+08 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make_count"} 1.1874426e+07 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Events"} 3.206515e+06 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.History"} 10148 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 1.46711916e+08 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.local.Log"} 8445 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 1.2550492e+07 kafka_topic_partition_current_offset{partition="7",topic="CMT_ARCHIVE.state_of_KM.sqlite.v1.production.state"} 2807 kafka_topic_partition_current_offset{partition="7",topic="__consumer_offsets"} 2.045307e+06 kafka_topic_partition_current_offset{partition="7",topic="coffee.production.commands.clean"} 0 kafka_topic_partition_current_offset{partition="7",topic="coffee.production.commands.cleans"} 0 kafka_topic_partition_current_offset{partition="7",topic="coffee.production.commands.execute"} 0 kafka_topic_partition_current_offset{partition="7",topic="coffee.production.commands.file"} 0 kafka_topic_partition_current_offset{partition="7",topic="coffee.production.commands.program"} 0 kafka_topic_partition_current_offset{partition="7",topic="coffee.production.commands.programs"} 0 kafka_topic_partition_current_offset{partition="7",topic="coffee.production.commands.setting"} 0 kafka_topic_partition_current_offset{partition="7",topic="coffee.production.commands.settings"} 0 kafka_topic_partition_current_offset{partition="7",topic="coffee.production.events"} 2.6117502e+07 kafka_topic_partition_current_offset{partition="7",topic="coffee.production.maintain"} 1.520817e+06 kafka_topic_partition_current_offset{partition="7",topic="coffee.production.make"} 6.010883e+06 kafka_topic_partition_current_offset{partition="7",topic="coffee.production.menus"} 0 kafka_topic_partition_current_offset{partition="7",topic="coffee.production.result.clean"} 0 kafka_topic_partition_current_offset{partition="7",topic="coffee.production.result.cleans"} 0 kafka_topic_partition_current_offset{partition="7",topic="coffee.production.result.execute"} 0 kafka_topic_partition_current_offset{partition="7",topic="coffee.production.result.file"} 0 kafka_topic_partition_current_offset{partition="7",topic="coffee.production.result.program"} 0 kafka_topic_partition_current_offset{partition="7",topic="coffee.production.result.programs"} 0 kafka_topic_partition_current_offset{partition="7",topic="coffee.production.result.setting"} 0 kafka_topic_partition_current_offset{partition="7",topic="coffee.production.result.settings"} 0 kafka_topic_partition_current_offset{partition="7",topic="coffee.production.status"} 343064 kafka_topic_partition_current_offset{partition="8",topic="CMTS3M75Q.develop.events.device-status"} 0 kafka_topic_partition_current_offset{partition="8",topic="CMTS3M75Q.develop.events.kso-ui"} 0 kafka_topic_partition_current_offset{partition="8",topic="CMTS3M75Q.develop.events.screen-capture"} 0 kafka_topic_partition_current_offset{partition="8",topic="CMTS3M75Q.production.commands.clean"} 4492 kafka_topic_partition_current_offset{partition="8",topic="CMTS3M75Q.production.commands.cleans"} 1507 kafka_topic_partition_current_offset{partition="8",topic="CMTS3M75Q.production.commands.execute"} 0 kafka_topic_partition_current_offset{partition="8",topic="CMTS3M75Q.production.commands.file"} 9355 kafka_topic_partition_current_offset{partition="8",topic="CMTS3M75Q.production.commands.program"} 18014 kafka_topic_partition_current_offset{partition="8",topic="CMTS3M75Q.production.commands.programs"} 1978 kafka_topic_partition_current_offset{partition="8",topic="CMTS3M75Q.production.commands.setting"} 0 kafka_topic_partition_current_offset{partition="8",topic="CMTS3M75Q.production.commands.settings"} 1192 kafka_topic_partition_current_offset{partition="8",topic="CMTS3M75Q.production.events"} 4.5732218e+07 kafka_topic_partition_current_offset{partition="8",topic="CMTS3M75Q.production.maintain"} 3.100851e+06 kafka_topic_partition_current_offset{partition="8",topic="CMTS3M75Q.production.make"} 7.021129e+06 kafka_topic_partition_current_offset{partition="8",topic="CMTS3M75Q.production.menus"} 0 kafka_topic_partition_current_offset{partition="8",topic="CMTS3M75Q.production.result.clean"} 2597 kafka_topic_partition_current_offset{partition="8",topic="CMTS3M75Q.production.result.cleans"} 752 kafka_topic_partition_current_offset{partition="8",topic="CMTS3M75Q.production.result.execute"} 3 kafka_topic_partition_current_offset{partition="8",topic="CMTS3M75Q.production.result.file"} 6164 kafka_topic_partition_current_offset{partition="8",topic="CMTS3M75Q.production.result.program"} 10370 kafka_topic_partition_current_offset{partition="8",topic="CMTS3M75Q.production.result.programs"} 735 kafka_topic_partition_current_offset{partition="8",topic="CMTS3M75Q.production.result.setting"} 0 kafka_topic_partition_current_offset{partition="8",topic="CMTS3M75Q.production.result.settings"} 765 kafka_topic_partition_current_offset{partition="8",topic="CMTS3M75Q.production.status"} 517757 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Temperature"} 31 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Weight"} 1576 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Temperature"} 307 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Weight"} 10768 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.cb.sqlite.v1.local.database_version"} 5 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter"} 7 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter_default"} 8 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.cb.sqlite.v1.production.database_version"} 7101 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter"} 143 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter_default"} 35 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.coffeeInfo"} 191 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.database_version"} 8 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.maintaining_record"} 65 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.making_count"} 192 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.warning_error"} 367 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 10102 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.database_version"} 15 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 964 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.making_count"} 14592 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.warning_error"} 15007 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.maintaining_record"} 130 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_count"} 392 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_details"} 31375 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 7274 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_count"} 79288 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 470514 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.coffeeInfo"} 56 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.database_version"} 3 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.maintaining_record"} 12 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.making_count"} 65 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.warning_error"} 92 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 670 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.database_version"} 7 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 226 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.making_count"} 393 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.warning_error"} 477 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.coffeeInfo"} 47 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.database_version"} 2 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.maintaining_record"} 16 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.making_count"} 58 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.warning_error"} 79 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 667 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.database_version"} 6 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 228 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.making_count"} 394 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.warning_error"} 462 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.coffeeInfo"} 64 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.database_version"} 4 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.maintaining_record"} 23 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.making_count"} 60 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.warning_error"} 110 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 679 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.database_version"} 3 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 226 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.making_count"} 380 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.warning_error"} 471 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.kso.db.v1.production.receipts"} 190 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.kso.db.v1.production.settings"} 838 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.kso.db.v1.production.shows"} 4662 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.lacte.db.v1.production.dict_record"} 9 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 1327 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.lacte.db.v1.production.error_record"} 207 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 94121 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.lacte.db.v1.production.info"} 6 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.lacte.db.v1.production.info_record"} 713 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 10789 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 16041 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.lacte.db.v1.production.stat_record"} 1012 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand"} 7442 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand_tab"} 0 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink"} 356 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_cup"} 1284 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_reception"} 0 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_material"} 15092 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_media"} 8 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_setting"} 90584 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.machine.db.v1.local.yk_db_version"} 139 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_clean"} 14881 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_task"} 54 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand"} 231259 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand_tab"} 0 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 274076 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 1.48574e+06 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_reception"} 0 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_material"} 603692 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_media"} 2641 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_setting"} 1.3138574e+07 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_db_version"} 222562 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 1.458076e+07 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_task"} 298209 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand"} 4 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand_tab"} 0 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 8 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 20 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_reception"} 0 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_material"} 8 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_media"} 0 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_setting"} 32 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 7 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand"} 50 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand_tab"} 0 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink"} 100 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_cup"} 300 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_reception"} 0 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_error_record"} 41505 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_maintain_record"} 489657 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_material"} 138 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_media"} 0 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_setting"} 435 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_db_version"} 0 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_clean"} 100 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_machineCount"} 14414 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make"} 2.56069e+06 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make_count"} 5428 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand"} 2152 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand_tab"} 0 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 49590 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 147168 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_reception"} 0 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_error_record"} 1.86819e+06 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 3.1244605e+07 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_material"} 6144 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_media"} 0 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_setting"} 17759 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_db_version"} 0 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 129106 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_machineCount"} 3.980956e+07 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 1.33217255e+08 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make_count"} 1.1361005e+07 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Events"} 1.984708e+06 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.History"} 10743 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 1.46691405e+08 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.local.Log"} 8261 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 1.2550682e+07 kafka_topic_partition_current_offset{partition="8",topic="CMT_ARCHIVE.state_of_KM.sqlite.v1.production.state"} 936 kafka_topic_partition_current_offset{partition="8",topic="__consumer_offsets"} 6.356952e+06 kafka_topic_partition_current_offset{partition="8",topic="coffee.production.commands.clean"} 0 kafka_topic_partition_current_offset{partition="8",topic="coffee.production.commands.cleans"} 0 kafka_topic_partition_current_offset{partition="8",topic="coffee.production.commands.execute"} 0 kafka_topic_partition_current_offset{partition="8",topic="coffee.production.commands.file"} 0 kafka_topic_partition_current_offset{partition="8",topic="coffee.production.commands.program"} 0 kafka_topic_partition_current_offset{partition="8",topic="coffee.production.commands.programs"} 0 kafka_topic_partition_current_offset{partition="8",topic="coffee.production.commands.setting"} 0 kafka_topic_partition_current_offset{partition="8",topic="coffee.production.commands.settings"} 0 kafka_topic_partition_current_offset{partition="8",topic="coffee.production.events"} 2.5878098e+07 kafka_topic_partition_current_offset{partition="8",topic="coffee.production.maintain"} 1.300057e+06 kafka_topic_partition_current_offset{partition="8",topic="coffee.production.make"} 5.96636e+06 kafka_topic_partition_current_offset{partition="8",topic="coffee.production.menus"} 0 kafka_topic_partition_current_offset{partition="8",topic="coffee.production.result.clean"} 0 kafka_topic_partition_current_offset{partition="8",topic="coffee.production.result.cleans"} 0 kafka_topic_partition_current_offset{partition="8",topic="coffee.production.result.execute"} 1 kafka_topic_partition_current_offset{partition="8",topic="coffee.production.result.file"} 0 kafka_topic_partition_current_offset{partition="8",topic="coffee.production.result.program"} 0 kafka_topic_partition_current_offset{partition="8",topic="coffee.production.result.programs"} 0 kafka_topic_partition_current_offset{partition="8",topic="coffee.production.result.setting"} 0 kafka_topic_partition_current_offset{partition="8",topic="coffee.production.result.settings"} 0 kafka_topic_partition_current_offset{partition="8",topic="coffee.production.status"} 304869 kafka_topic_partition_current_offset{partition="9",topic="CMTS3M75Q.develop.events.device-status"} 0 kafka_topic_partition_current_offset{partition="9",topic="CMTS3M75Q.develop.events.kso-ui"} 0 kafka_topic_partition_current_offset{partition="9",topic="CMTS3M75Q.develop.events.screen-capture"} 0 kafka_topic_partition_current_offset{partition="9",topic="CMTS3M75Q.production.commands.clean"} 5593 kafka_topic_partition_current_offset{partition="9",topic="CMTS3M75Q.production.commands.cleans"} 1753 kafka_topic_partition_current_offset{partition="9",topic="CMTS3M75Q.production.commands.execute"} 0 kafka_topic_partition_current_offset{partition="9",topic="CMTS3M75Q.production.commands.file"} 9605 kafka_topic_partition_current_offset{partition="9",topic="CMTS3M75Q.production.commands.program"} 19083 kafka_topic_partition_current_offset{partition="9",topic="CMTS3M75Q.production.commands.programs"} 1864 kafka_topic_partition_current_offset{partition="9",topic="CMTS3M75Q.production.commands.setting"} 0 kafka_topic_partition_current_offset{partition="9",topic="CMTS3M75Q.production.commands.settings"} 2118 kafka_topic_partition_current_offset{partition="9",topic="CMTS3M75Q.production.events"} 6.3893184e+07 kafka_topic_partition_current_offset{partition="9",topic="CMTS3M75Q.production.maintain"} 3.436945e+06 kafka_topic_partition_current_offset{partition="9",topic="CMTS3M75Q.production.make"} 7.628874e+06 kafka_topic_partition_current_offset{partition="9",topic="CMTS3M75Q.production.menus"} 0 kafka_topic_partition_current_offset{partition="9",topic="CMTS3M75Q.production.result.clean"} 2414 kafka_topic_partition_current_offset{partition="9",topic="CMTS3M75Q.production.result.cleans"} 697 kafka_topic_partition_current_offset{partition="9",topic="CMTS3M75Q.production.result.execute"} 4 kafka_topic_partition_current_offset{partition="9",topic="CMTS3M75Q.production.result.file"} 6090 kafka_topic_partition_current_offset{partition="9",topic="CMTS3M75Q.production.result.program"} 10123 kafka_topic_partition_current_offset{partition="9",topic="CMTS3M75Q.production.result.programs"} 716 kafka_topic_partition_current_offset{partition="9",topic="CMTS3M75Q.production.result.setting"} 0 kafka_topic_partition_current_offset{partition="9",topic="CMTS3M75Q.production.result.settings"} 766 kafka_topic_partition_current_offset{partition="9",topic="CMTS3M75Q.production.status"} 533200 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Temperature"} 25 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Weight"} 1633 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Temperature"} 289 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Weight"} 10831 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.cb.sqlite.v1.local.database_version"} 5 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter"} 11 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter_default"} 8 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.cb.sqlite.v1.production.database_version"} 10 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter"} 243 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter_default"} 21 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.coffeeInfo"} 236 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.database_version"} 7 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.maintaining_record"} 60 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.making_count"} 178 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.warning_error"} 378 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 3782 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.database_version"} 28 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 581 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.making_count"} 7524 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.warning_error"} 7890 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.maintaining_record"} 112 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_count"} 370 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_details"} 31381 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 1615 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_count"} 18556 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 469134 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.coffeeInfo"} 59 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.database_version"} 3 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.maintaining_record"} 21 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.making_count"} 41 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.warning_error"} 106 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 588 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.database_version"} 2 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 122 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.making_count"} 245 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.warning_error"} 347 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.coffeeInfo"} 67 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.database_version"} 0 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.maintaining_record"} 21 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.making_count"} 54 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.warning_error"} 115 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 412 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.database_version"} 3 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 129 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.making_count"} 258 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.warning_error"} 338 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.coffeeInfo"} 59 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.database_version"} 1 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.maintaining_record"} 14 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.making_count"} 64 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.warning_error"} 114 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 571 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.database_version"} 5 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 133 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.making_count"} 238 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.warning_error"} 334 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.kso.db.v1.production.receipts"} 26 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.kso.db.v1.production.settings"} 693 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.kso.db.v1.production.shows"} 5358 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.lacte.db.v1.production.dict_record"} 12 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 1675 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.lacte.db.v1.production.error_record"} 223 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 91547 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.lacte.db.v1.production.info"} 8 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.lacte.db.v1.production.info_record"} 740 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 11999 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 15698 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.lacte.db.v1.production.stat_record"} 1040 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand"} 0 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand_tab"} 0 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink"} 3023 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_cup"} 9303 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_reception"} 0 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_material"} 44646 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_media"} 11873 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_setting"} 164326 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.machine.db.v1.local.yk_db_version"} 4748 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_clean"} 7440 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_task"} 6 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand"} 0 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand_tab"} 0 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 3.599836e+06 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 1.3924521e+07 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_reception"} 0 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_material"} 1.38741e+06 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_media"} 279566 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_setting"} 1.4924388e+07 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_db_version"} 9.824349e+06 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 1.046434e+06 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_task"} 256095 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand"} 0 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand_tab"} 0 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 8 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 24 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_reception"} 0 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_material"} 24 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_media"} 8 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_setting"} 64 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 4 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand"} 0 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand_tab"} 0 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink"} 138 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_cup"} 414 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_reception"} 0 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_error_record"} 41505 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_maintain_record"} 413591 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_material"} 300 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_media"} 100 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_setting"} 724 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_db_version"} 0 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_clean"} 50 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_machineCount"} 14525 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make"} 2.55778e+06 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make_count"} 5457 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand"} 0 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand_tab"} 0 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 71439 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 489510 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_reception"} 0 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_error_record"} 1.789978e+06 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 2.8197819e+07 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_material"} 12906 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_media"} 4304 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_setting"} 28738 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_db_version"} 0 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 24794 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_machineCount"} 3.3130438e+07 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 1.33218027e+08 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make_count"} 1.0516038e+07 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Events"} 2.46747e+06 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.History"} 11881 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 1.46717517e+08 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.local.Log"} 8386 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 1.2529824e+07 kafka_topic_partition_current_offset{partition="9",topic="CMT_ARCHIVE.state_of_KM.sqlite.v1.production.state"} 6494 kafka_topic_partition_current_offset{partition="9",topic="__consumer_offsets"} 2.559355e+06 kafka_topic_partition_current_offset{partition="9",topic="coffee.production.commands.clean"} 0 kafka_topic_partition_current_offset{partition="9",topic="coffee.production.commands.cleans"} 0 kafka_topic_partition_current_offset{partition="9",topic="coffee.production.commands.execute"} 0 kafka_topic_partition_current_offset{partition="9",topic="coffee.production.commands.file"} 0 kafka_topic_partition_current_offset{partition="9",topic="coffee.production.commands.program"} 0 kafka_topic_partition_current_offset{partition="9",topic="coffee.production.commands.programs"} 0 kafka_topic_partition_current_offset{partition="9",topic="coffee.production.commands.setting"} 0 kafka_topic_partition_current_offset{partition="9",topic="coffee.production.commands.settings"} 0 kafka_topic_partition_current_offset{partition="9",topic="coffee.production.events"} 2.5863034e+07 kafka_topic_partition_current_offset{partition="9",topic="coffee.production.maintain"} 1.272679e+06 kafka_topic_partition_current_offset{partition="9",topic="coffee.production.make"} 5.357881e+06 kafka_topic_partition_current_offset{partition="9",topic="coffee.production.menus"} 0 kafka_topic_partition_current_offset{partition="9",topic="coffee.production.result.clean"} 0 kafka_topic_partition_current_offset{partition="9",topic="coffee.production.result.cleans"} 0 kafka_topic_partition_current_offset{partition="9",topic="coffee.production.result.execute"} 0 kafka_topic_partition_current_offset{partition="9",topic="coffee.production.result.file"} 0 kafka_topic_partition_current_offset{partition="9",topic="coffee.production.result.program"} 0 kafka_topic_partition_current_offset{partition="9",topic="coffee.production.result.programs"} 0 kafka_topic_partition_current_offset{partition="9",topic="coffee.production.result.setting"} 0 kafka_topic_partition_current_offset{partition="9",topic="coffee.production.result.settings"} 0 kafka_topic_partition_current_offset{partition="9",topic="coffee.production.status"} 298360 # HELP kafka_topic_partition_in_sync_replica Number of In-Sync Replicas for this Topic/Partition # TYPE kafka_topic_partition_in_sync_replica gauge kafka_topic_partition_in_sync_replica{partition="0",topic="CMTS3M75Q.develop.events.device-status"} 1 kafka_topic_partition_in_sync_replica{partition="0",topic="CMTS3M75Q.develop.events.kso-ui"} 1 kafka_topic_partition_in_sync_replica{partition="0",topic="CMTS3M75Q.develop.events.screen-capture"} 1 kafka_topic_partition_in_sync_replica{partition="0",topic="CMTS3M75Q.production.commands.clean"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMTS3M75Q.production.commands.cleans"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMTS3M75Q.production.commands.execute"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMTS3M75Q.production.commands.file"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMTS3M75Q.production.commands.program"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMTS3M75Q.production.commands.programs"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMTS3M75Q.production.commands.setting"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMTS3M75Q.production.commands.settings"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMTS3M75Q.production.events"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMTS3M75Q.production.maintain"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMTS3M75Q.production.make"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMTS3M75Q.production.menus"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMTS3M75Q.production.result.clean"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMTS3M75Q.production.result.cleans"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMTS3M75Q.production.result.execute"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMTS3M75Q.production.result.file"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMTS3M75Q.production.result.program"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMTS3M75Q.production.result.programs"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMTS3M75Q.production.result.setting"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMTS3M75Q.production.result.settings"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMTS3M75Q.production.status"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Temperature"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Weight"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Temperature"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Weight"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.cb.sqlite.v1.local.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter_default"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.cb.sqlite.v1.production.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter_default"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.coffeeInfo"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.warning_error"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.warning_error"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_details"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.coffeeInfo"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.warning_error"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.warning_error"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.coffeeInfo"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.warning_error"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.warning_error"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.coffeeInfo"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.warning_error"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.warning_error"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.kso.db.v1.production.receipts"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.kso.db.v1.production.settings"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.kso.db.v1.production.shows"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.lacte.db.v1.production.dict_record"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.lacte.db.v1.production.error_record"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.lacte.db.v1.production.info"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.lacte.db.v1.production.info_record"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.lacte.db.v1.production.stat_record"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand_tab"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_cup"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_reception"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_material"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_media"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_setting"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.machine.db.v1.local.yk_db_version"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_clean"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_task"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand_tab"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_reception"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_material"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_media"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_setting"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_db_version"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_task"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand_tab"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_reception"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_material"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_media"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_setting"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand_tab"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_cup"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_reception"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_error_record"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_maintain_record"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_material"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_media"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_setting"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_db_version"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_clean"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_machineCount"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make_count"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand_tab"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_reception"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_error_record"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_material"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_media"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_setting"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_db_version"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_machineCount"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make_count"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Events"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.History"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.local.Log"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_ARCHIVE.state_of_KM.sqlite.v1.production.state"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_RECIPE_API.v1.dev.recipe_ingredients"} 1 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_RECIPE_API.v1.develop.recipe_ingredients"} 1 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_RECIPE_API.v1.local.recipe_ingredients"} 1 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_RECIPE_API.v1.production.recipe_ingredients"} 1 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_RECIPE_API.v1.production.recipe_ingredients.dlt"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_RECIPE_API.v1.sandbox.recipe_ingredients"} 1 kafka_topic_partition_in_sync_replica{partition="0",topic="CMT_RECIPE_API.v1.stage.recipe_ingredients"} 1 kafka_topic_partition_in_sync_replica{partition="0",topic="__consumer_offsets"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="coffee.production.commands.clean"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="coffee.production.commands.cleans"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="coffee.production.commands.execute"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="coffee.production.commands.file"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="coffee.production.commands.program"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="coffee.production.commands.programs"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="coffee.production.commands.setting"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="coffee.production.commands.settings"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="coffee.production.events"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="coffee.production.maintain"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="coffee.production.make"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="coffee.production.menus"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="coffee.production.result.clean"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="coffee.production.result.cleans"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="coffee.production.result.execute"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="coffee.production.result.file"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="coffee.production.result.program"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="coffee.production.result.programs"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="coffee.production.result.setting"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="coffee.production.result.settings"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="coffee.production.status"} 3 kafka_topic_partition_in_sync_replica{partition="0",topic="test"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMTS3M75Q.develop.events.device-status"} 1 kafka_topic_partition_in_sync_replica{partition="1",topic="CMTS3M75Q.develop.events.kso-ui"} 1 kafka_topic_partition_in_sync_replica{partition="1",topic="CMTS3M75Q.develop.events.screen-capture"} 1 kafka_topic_partition_in_sync_replica{partition="1",topic="CMTS3M75Q.production.commands.clean"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMTS3M75Q.production.commands.cleans"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMTS3M75Q.production.commands.execute"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMTS3M75Q.production.commands.file"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMTS3M75Q.production.commands.program"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMTS3M75Q.production.commands.programs"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMTS3M75Q.production.commands.setting"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMTS3M75Q.production.commands.settings"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMTS3M75Q.production.events"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMTS3M75Q.production.maintain"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMTS3M75Q.production.make"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMTS3M75Q.production.menus"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMTS3M75Q.production.result.clean"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMTS3M75Q.production.result.cleans"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMTS3M75Q.production.result.execute"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMTS3M75Q.production.result.file"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMTS3M75Q.production.result.program"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMTS3M75Q.production.result.programs"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMTS3M75Q.production.result.setting"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMTS3M75Q.production.result.settings"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMTS3M75Q.production.status"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Temperature"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Weight"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Temperature"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Weight"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.cb.sqlite.v1.local.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter_default"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.cb.sqlite.v1.production.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter_default"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.coffeeInfo"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.warning_error"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.warning_error"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_details"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.coffeeInfo"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.warning_error"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.warning_error"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.coffeeInfo"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.warning_error"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.warning_error"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.coffeeInfo"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.warning_error"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.warning_error"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.kso.db.v1.production.receipts"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.kso.db.v1.production.settings"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.kso.db.v1.production.shows"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.lacte.db.v1.production.dict_record"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.lacte.db.v1.production.error_record"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.lacte.db.v1.production.info"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.lacte.db.v1.production.info_record"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.lacte.db.v1.production.stat_record"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand_tab"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_cup"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_reception"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_material"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_media"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_setting"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.machine.db.v1.local.yk_db_version"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_clean"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_task"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand_tab"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_reception"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_material"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_media"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_setting"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_db_version"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_task"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand_tab"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_reception"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_material"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_media"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_setting"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand_tab"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_cup"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_reception"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_error_record"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_maintain_record"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_material"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_media"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_setting"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_db_version"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_clean"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_machineCount"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make_count"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand_tab"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_reception"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_error_record"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_material"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_media"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_setting"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_db_version"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_machineCount"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make_count"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Events"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.History"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.local.Log"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="CMT_ARCHIVE.state_of_KM.sqlite.v1.production.state"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="__consumer_offsets"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="coffee.production.commands.clean"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="coffee.production.commands.cleans"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="coffee.production.commands.execute"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="coffee.production.commands.file"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="coffee.production.commands.program"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="coffee.production.commands.programs"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="coffee.production.commands.setting"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="coffee.production.commands.settings"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="coffee.production.events"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="coffee.production.maintain"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="coffee.production.make"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="coffee.production.menus"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="coffee.production.result.clean"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="coffee.production.result.cleans"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="coffee.production.result.execute"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="coffee.production.result.file"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="coffee.production.result.program"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="coffee.production.result.programs"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="coffee.production.result.setting"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="coffee.production.result.settings"} 3 kafka_topic_partition_in_sync_replica{partition="1",topic="coffee.production.status"} 3 kafka_topic_partition_in_sync_replica{partition="10",topic="CMTS3M75Q.develop.events.device-status"} 1 kafka_topic_partition_in_sync_replica{partition="10",topic="CMTS3M75Q.develop.events.kso-ui"} 1 kafka_topic_partition_in_sync_replica{partition="10",topic="CMTS3M75Q.develop.events.screen-capture"} 1 kafka_topic_partition_in_sync_replica{partition="10",topic="__consumer_offsets"} 3 kafka_topic_partition_in_sync_replica{partition="11",topic="CMTS3M75Q.develop.events.device-status"} 1 kafka_topic_partition_in_sync_replica{partition="11",topic="CMTS3M75Q.develop.events.kso-ui"} 1 kafka_topic_partition_in_sync_replica{partition="11",topic="CMTS3M75Q.develop.events.screen-capture"} 1 kafka_topic_partition_in_sync_replica{partition="11",topic="__consumer_offsets"} 3 kafka_topic_partition_in_sync_replica{partition="12",topic="__consumer_offsets"} 3 kafka_topic_partition_in_sync_replica{partition="13",topic="__consumer_offsets"} 3 kafka_topic_partition_in_sync_replica{partition="14",topic="__consumer_offsets"} 3 kafka_topic_partition_in_sync_replica{partition="15",topic="__consumer_offsets"} 3 kafka_topic_partition_in_sync_replica{partition="16",topic="__consumer_offsets"} 3 kafka_topic_partition_in_sync_replica{partition="17",topic="__consumer_offsets"} 3 kafka_topic_partition_in_sync_replica{partition="18",topic="__consumer_offsets"} 3 kafka_topic_partition_in_sync_replica{partition="19",topic="__consumer_offsets"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMTS3M75Q.develop.events.device-status"} 1 kafka_topic_partition_in_sync_replica{partition="2",topic="CMTS3M75Q.develop.events.kso-ui"} 1 kafka_topic_partition_in_sync_replica{partition="2",topic="CMTS3M75Q.develop.events.screen-capture"} 1 kafka_topic_partition_in_sync_replica{partition="2",topic="CMTS3M75Q.production.commands.clean"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMTS3M75Q.production.commands.cleans"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMTS3M75Q.production.commands.execute"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMTS3M75Q.production.commands.file"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMTS3M75Q.production.commands.program"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMTS3M75Q.production.commands.programs"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMTS3M75Q.production.commands.setting"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMTS3M75Q.production.commands.settings"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMTS3M75Q.production.events"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMTS3M75Q.production.maintain"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMTS3M75Q.production.make"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMTS3M75Q.production.menus"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMTS3M75Q.production.result.clean"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMTS3M75Q.production.result.cleans"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMTS3M75Q.production.result.execute"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMTS3M75Q.production.result.file"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMTS3M75Q.production.result.program"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMTS3M75Q.production.result.programs"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMTS3M75Q.production.result.setting"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMTS3M75Q.production.result.settings"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMTS3M75Q.production.status"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Temperature"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Weight"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Temperature"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Weight"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.cb.sqlite.v1.local.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter_default"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.cb.sqlite.v1.production.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter_default"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.coffeeInfo"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.warning_error"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.warning_error"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_details"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.coffeeInfo"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.warning_error"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.warning_error"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.coffeeInfo"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.warning_error"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.warning_error"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.coffeeInfo"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.warning_error"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.warning_error"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.kso.db.v1.production.receipts"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.kso.db.v1.production.settings"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.kso.db.v1.production.shows"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.lacte.db.v1.production.dict_record"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.lacte.db.v1.production.error_record"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.lacte.db.v1.production.info"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.lacte.db.v1.production.info_record"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.lacte.db.v1.production.stat_record"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand_tab"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_cup"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_reception"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_material"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_media"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_setting"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.machine.db.v1.local.yk_db_version"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_clean"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_task"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand_tab"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_reception"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_material"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_media"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_setting"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_db_version"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_task"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand_tab"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_reception"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_material"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_media"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_setting"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand_tab"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_cup"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_reception"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_error_record"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_maintain_record"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_material"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_media"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_setting"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_db_version"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_clean"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_machineCount"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make_count"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand_tab"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_reception"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_error_record"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_material"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_media"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_setting"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_db_version"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_machineCount"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make_count"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Events"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.History"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.local.Log"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="CMT_ARCHIVE.state_of_KM.sqlite.v1.production.state"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="__consumer_offsets"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="coffee.production.commands.clean"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="coffee.production.commands.cleans"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="coffee.production.commands.execute"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="coffee.production.commands.file"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="coffee.production.commands.program"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="coffee.production.commands.programs"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="coffee.production.commands.setting"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="coffee.production.commands.settings"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="coffee.production.events"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="coffee.production.maintain"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="coffee.production.make"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="coffee.production.menus"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="coffee.production.result.clean"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="coffee.production.result.cleans"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="coffee.production.result.execute"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="coffee.production.result.file"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="coffee.production.result.program"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="coffee.production.result.programs"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="coffee.production.result.setting"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="coffee.production.result.settings"} 3 kafka_topic_partition_in_sync_replica{partition="2",topic="coffee.production.status"} 3 kafka_topic_partition_in_sync_replica{partition="20",topic="__consumer_offsets"} 3 kafka_topic_partition_in_sync_replica{partition="21",topic="__consumer_offsets"} 3 kafka_topic_partition_in_sync_replica{partition="22",topic="__consumer_offsets"} 3 kafka_topic_partition_in_sync_replica{partition="23",topic="__consumer_offsets"} 3 kafka_topic_partition_in_sync_replica{partition="24",topic="__consumer_offsets"} 3 kafka_topic_partition_in_sync_replica{partition="25",topic="__consumer_offsets"} 3 kafka_topic_partition_in_sync_replica{partition="26",topic="__consumer_offsets"} 3 kafka_topic_partition_in_sync_replica{partition="27",topic="__consumer_offsets"} 3 kafka_topic_partition_in_sync_replica{partition="28",topic="__consumer_offsets"} 3 kafka_topic_partition_in_sync_replica{partition="29",topic="__consumer_offsets"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMTS3M75Q.develop.events.device-status"} 1 kafka_topic_partition_in_sync_replica{partition="3",topic="CMTS3M75Q.develop.events.kso-ui"} 1 kafka_topic_partition_in_sync_replica{partition="3",topic="CMTS3M75Q.develop.events.screen-capture"} 1 kafka_topic_partition_in_sync_replica{partition="3",topic="CMTS3M75Q.production.commands.clean"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMTS3M75Q.production.commands.cleans"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMTS3M75Q.production.commands.execute"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMTS3M75Q.production.commands.file"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMTS3M75Q.production.commands.program"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMTS3M75Q.production.commands.programs"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMTS3M75Q.production.commands.setting"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMTS3M75Q.production.commands.settings"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMTS3M75Q.production.events"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMTS3M75Q.production.maintain"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMTS3M75Q.production.make"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMTS3M75Q.production.menus"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMTS3M75Q.production.result.clean"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMTS3M75Q.production.result.cleans"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMTS3M75Q.production.result.execute"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMTS3M75Q.production.result.file"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMTS3M75Q.production.result.program"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMTS3M75Q.production.result.programs"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMTS3M75Q.production.result.setting"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMTS3M75Q.production.result.settings"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMTS3M75Q.production.status"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Temperature"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Weight"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Temperature"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Weight"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.cb.sqlite.v1.local.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter_default"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.cb.sqlite.v1.production.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter_default"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.coffeeInfo"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.warning_error"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.warning_error"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_details"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.coffeeInfo"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.warning_error"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.warning_error"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.coffeeInfo"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.warning_error"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.warning_error"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.coffeeInfo"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.warning_error"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.warning_error"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.kso.db.v1.production.receipts"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.kso.db.v1.production.settings"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.kso.db.v1.production.shows"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.lacte.db.v1.production.dict_record"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.lacte.db.v1.production.error_record"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.lacte.db.v1.production.info"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.lacte.db.v1.production.info_record"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.lacte.db.v1.production.stat_record"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand_tab"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_cup"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_reception"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_material"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_media"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_setting"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.machine.db.v1.local.yk_db_version"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_clean"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_task"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand_tab"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_reception"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_material"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_media"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_setting"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_db_version"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_task"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand_tab"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_reception"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_material"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_media"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_setting"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand_tab"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_cup"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_reception"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_error_record"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_maintain_record"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_material"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_media"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_setting"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_db_version"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_clean"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_machineCount"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make_count"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand_tab"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_reception"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_error_record"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_material"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_media"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_setting"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_db_version"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_machineCount"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make_count"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Events"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.History"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.local.Log"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="CMT_ARCHIVE.state_of_KM.sqlite.v1.production.state"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="__consumer_offsets"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="coffee.production.commands.clean"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="coffee.production.commands.cleans"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="coffee.production.commands.execute"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="coffee.production.commands.file"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="coffee.production.commands.program"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="coffee.production.commands.programs"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="coffee.production.commands.setting"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="coffee.production.commands.settings"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="coffee.production.events"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="coffee.production.maintain"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="coffee.production.make"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="coffee.production.menus"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="coffee.production.result.clean"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="coffee.production.result.cleans"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="coffee.production.result.execute"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="coffee.production.result.file"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="coffee.production.result.program"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="coffee.production.result.programs"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="coffee.production.result.setting"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="coffee.production.result.settings"} 3 kafka_topic_partition_in_sync_replica{partition="3",topic="coffee.production.status"} 3 kafka_topic_partition_in_sync_replica{partition="30",topic="__consumer_offsets"} 3 kafka_topic_partition_in_sync_replica{partition="31",topic="__consumer_offsets"} 3 kafka_topic_partition_in_sync_replica{partition="32",topic="__consumer_offsets"} 3 kafka_topic_partition_in_sync_replica{partition="33",topic="__consumer_offsets"} 3 kafka_topic_partition_in_sync_replica{partition="34",topic="__consumer_offsets"} 3 kafka_topic_partition_in_sync_replica{partition="35",topic="__consumer_offsets"} 3 kafka_topic_partition_in_sync_replica{partition="36",topic="__consumer_offsets"} 3 kafka_topic_partition_in_sync_replica{partition="37",topic="__consumer_offsets"} 3 kafka_topic_partition_in_sync_replica{partition="38",topic="__consumer_offsets"} 3 kafka_topic_partition_in_sync_replica{partition="39",topic="__consumer_offsets"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMTS3M75Q.develop.events.device-status"} 1 kafka_topic_partition_in_sync_replica{partition="4",topic="CMTS3M75Q.develop.events.kso-ui"} 1 kafka_topic_partition_in_sync_replica{partition="4",topic="CMTS3M75Q.develop.events.screen-capture"} 1 kafka_topic_partition_in_sync_replica{partition="4",topic="CMTS3M75Q.production.commands.clean"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMTS3M75Q.production.commands.cleans"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMTS3M75Q.production.commands.execute"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMTS3M75Q.production.commands.file"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMTS3M75Q.production.commands.program"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMTS3M75Q.production.commands.programs"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMTS3M75Q.production.commands.setting"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMTS3M75Q.production.commands.settings"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMTS3M75Q.production.events"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMTS3M75Q.production.maintain"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMTS3M75Q.production.make"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMTS3M75Q.production.menus"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMTS3M75Q.production.result.clean"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMTS3M75Q.production.result.cleans"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMTS3M75Q.production.result.execute"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMTS3M75Q.production.result.file"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMTS3M75Q.production.result.program"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMTS3M75Q.production.result.programs"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMTS3M75Q.production.result.setting"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMTS3M75Q.production.result.settings"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMTS3M75Q.production.status"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Temperature"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Weight"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Temperature"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Weight"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.cb.sqlite.v1.local.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter_default"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.cb.sqlite.v1.production.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter_default"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.coffeeInfo"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.warning_error"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.warning_error"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_details"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.coffeeInfo"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.warning_error"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.warning_error"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.coffeeInfo"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.warning_error"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.warning_error"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.coffeeInfo"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.warning_error"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.warning_error"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.kso.db.v1.production.receipts"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.kso.db.v1.production.settings"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.kso.db.v1.production.shows"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.lacte.db.v1.production.dict_record"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.lacte.db.v1.production.error_record"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.lacte.db.v1.production.info"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.lacte.db.v1.production.info_record"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.lacte.db.v1.production.stat_record"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand_tab"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_cup"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_reception"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_material"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_media"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_setting"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.machine.db.v1.local.yk_db_version"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_clean"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_task"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand_tab"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_reception"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_material"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_media"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_setting"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_db_version"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_task"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand_tab"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_reception"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_material"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_media"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_setting"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand_tab"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_cup"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_reception"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_error_record"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_maintain_record"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_material"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_media"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_setting"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_db_version"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_clean"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_machineCount"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make_count"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand_tab"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_reception"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_error_record"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_material"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_media"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_setting"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_db_version"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_machineCount"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make_count"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Events"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.History"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.local.Log"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="CMT_ARCHIVE.state_of_KM.sqlite.v1.production.state"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="__consumer_offsets"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="coffee.production.commands.clean"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="coffee.production.commands.cleans"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="coffee.production.commands.execute"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="coffee.production.commands.file"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="coffee.production.commands.program"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="coffee.production.commands.programs"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="coffee.production.commands.setting"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="coffee.production.commands.settings"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="coffee.production.events"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="coffee.production.maintain"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="coffee.production.make"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="coffee.production.menus"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="coffee.production.result.clean"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="coffee.production.result.cleans"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="coffee.production.result.execute"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="coffee.production.result.file"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="coffee.production.result.program"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="coffee.production.result.programs"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="coffee.production.result.setting"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="coffee.production.result.settings"} 3 kafka_topic_partition_in_sync_replica{partition="4",topic="coffee.production.status"} 3 kafka_topic_partition_in_sync_replica{partition="40",topic="__consumer_offsets"} 3 kafka_topic_partition_in_sync_replica{partition="41",topic="__consumer_offsets"} 3 kafka_topic_partition_in_sync_replica{partition="42",topic="__consumer_offsets"} 3 kafka_topic_partition_in_sync_replica{partition="43",topic="__consumer_offsets"} 3 kafka_topic_partition_in_sync_replica{partition="44",topic="__consumer_offsets"} 3 kafka_topic_partition_in_sync_replica{partition="45",topic="__consumer_offsets"} 3 kafka_topic_partition_in_sync_replica{partition="46",topic="__consumer_offsets"} 3 kafka_topic_partition_in_sync_replica{partition="47",topic="__consumer_offsets"} 3 kafka_topic_partition_in_sync_replica{partition="48",topic="__consumer_offsets"} 3 kafka_topic_partition_in_sync_replica{partition="49",topic="__consumer_offsets"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMTS3M75Q.develop.events.device-status"} 1 kafka_topic_partition_in_sync_replica{partition="5",topic="CMTS3M75Q.develop.events.kso-ui"} 1 kafka_topic_partition_in_sync_replica{partition="5",topic="CMTS3M75Q.develop.events.screen-capture"} 1 kafka_topic_partition_in_sync_replica{partition="5",topic="CMTS3M75Q.production.commands.clean"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMTS3M75Q.production.commands.cleans"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMTS3M75Q.production.commands.execute"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMTS3M75Q.production.commands.file"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMTS3M75Q.production.commands.program"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMTS3M75Q.production.commands.programs"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMTS3M75Q.production.commands.setting"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMTS3M75Q.production.commands.settings"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMTS3M75Q.production.events"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMTS3M75Q.production.maintain"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMTS3M75Q.production.make"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMTS3M75Q.production.menus"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMTS3M75Q.production.result.clean"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMTS3M75Q.production.result.cleans"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMTS3M75Q.production.result.execute"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMTS3M75Q.production.result.file"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMTS3M75Q.production.result.program"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMTS3M75Q.production.result.programs"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMTS3M75Q.production.result.setting"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMTS3M75Q.production.result.settings"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMTS3M75Q.production.status"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Temperature"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Weight"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Temperature"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Weight"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.cb.sqlite.v1.local.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter_default"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.cb.sqlite.v1.production.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter_default"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.coffeeInfo"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.warning_error"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.warning_error"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_details"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.coffeeInfo"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.warning_error"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.warning_error"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.coffeeInfo"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.warning_error"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.warning_error"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.coffeeInfo"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.warning_error"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.warning_error"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.kso.db.v1.production.receipts"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.kso.db.v1.production.settings"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.kso.db.v1.production.shows"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.lacte.db.v1.production.dict_record"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.lacte.db.v1.production.error_record"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.lacte.db.v1.production.info"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.lacte.db.v1.production.info_record"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.lacte.db.v1.production.stat_record"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand_tab"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_cup"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_reception"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_material"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_media"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_setting"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.machine.db.v1.local.yk_db_version"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_clean"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_task"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand_tab"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_reception"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_material"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_media"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_setting"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_db_version"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_task"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand_tab"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_reception"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_material"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_media"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_setting"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand_tab"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_cup"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_reception"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_error_record"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_maintain_record"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_material"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_media"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_setting"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_db_version"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_clean"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_machineCount"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make_count"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand_tab"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_reception"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_error_record"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_material"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_media"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_setting"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_db_version"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_machineCount"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make_count"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Events"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.History"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.local.Log"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="CMT_ARCHIVE.state_of_KM.sqlite.v1.production.state"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="__consumer_offsets"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="coffee.production.commands.clean"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="coffee.production.commands.cleans"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="coffee.production.commands.execute"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="coffee.production.commands.file"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="coffee.production.commands.program"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="coffee.production.commands.programs"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="coffee.production.commands.setting"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="coffee.production.commands.settings"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="coffee.production.events"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="coffee.production.maintain"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="coffee.production.make"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="coffee.production.menus"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="coffee.production.result.clean"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="coffee.production.result.cleans"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="coffee.production.result.execute"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="coffee.production.result.file"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="coffee.production.result.program"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="coffee.production.result.programs"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="coffee.production.result.setting"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="coffee.production.result.settings"} 3 kafka_topic_partition_in_sync_replica{partition="5",topic="coffee.production.status"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMTS3M75Q.develop.events.device-status"} 1 kafka_topic_partition_in_sync_replica{partition="6",topic="CMTS3M75Q.develop.events.kso-ui"} 1 kafka_topic_partition_in_sync_replica{partition="6",topic="CMTS3M75Q.develop.events.screen-capture"} 1 kafka_topic_partition_in_sync_replica{partition="6",topic="CMTS3M75Q.production.commands.clean"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMTS3M75Q.production.commands.cleans"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMTS3M75Q.production.commands.execute"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMTS3M75Q.production.commands.file"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMTS3M75Q.production.commands.program"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMTS3M75Q.production.commands.programs"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMTS3M75Q.production.commands.setting"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMTS3M75Q.production.commands.settings"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMTS3M75Q.production.events"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMTS3M75Q.production.maintain"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMTS3M75Q.production.make"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMTS3M75Q.production.menus"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMTS3M75Q.production.result.clean"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMTS3M75Q.production.result.cleans"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMTS3M75Q.production.result.execute"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMTS3M75Q.production.result.file"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMTS3M75Q.production.result.program"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMTS3M75Q.production.result.programs"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMTS3M75Q.production.result.setting"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMTS3M75Q.production.result.settings"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMTS3M75Q.production.status"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Temperature"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Weight"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Temperature"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Weight"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.cb.sqlite.v1.local.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter_default"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.cb.sqlite.v1.production.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter_default"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.coffeeInfo"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.warning_error"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.warning_error"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_details"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.coffeeInfo"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.warning_error"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.warning_error"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.coffeeInfo"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.warning_error"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.warning_error"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.coffeeInfo"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.warning_error"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.warning_error"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.kso.db.v1.production.receipts"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.kso.db.v1.production.settings"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.kso.db.v1.production.shows"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.lacte.db.v1.production.dict_record"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.lacte.db.v1.production.error_record"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.lacte.db.v1.production.info"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.lacte.db.v1.production.info_record"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.lacte.db.v1.production.stat_record"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand_tab"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_cup"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_reception"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_material"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_media"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_setting"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.machine.db.v1.local.yk_db_version"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_clean"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_task"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand_tab"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_reception"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_material"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_media"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_setting"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_db_version"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_task"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand_tab"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_reception"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_material"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_media"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_setting"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand_tab"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_cup"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_reception"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_error_record"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_maintain_record"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_material"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_media"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_setting"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_db_version"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_clean"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_machineCount"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make_count"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand_tab"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_reception"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_error_record"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_material"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_media"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_setting"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_db_version"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_machineCount"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make_count"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Events"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.History"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.local.Log"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="CMT_ARCHIVE.state_of_KM.sqlite.v1.production.state"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="__consumer_offsets"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="coffee.production.commands.clean"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="coffee.production.commands.cleans"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="coffee.production.commands.execute"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="coffee.production.commands.file"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="coffee.production.commands.program"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="coffee.production.commands.programs"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="coffee.production.commands.setting"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="coffee.production.commands.settings"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="coffee.production.events"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="coffee.production.maintain"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="coffee.production.make"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="coffee.production.menus"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="coffee.production.result.clean"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="coffee.production.result.cleans"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="coffee.production.result.execute"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="coffee.production.result.file"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="coffee.production.result.program"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="coffee.production.result.programs"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="coffee.production.result.setting"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="coffee.production.result.settings"} 3 kafka_topic_partition_in_sync_replica{partition="6",topic="coffee.production.status"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMTS3M75Q.develop.events.device-status"} 1 kafka_topic_partition_in_sync_replica{partition="7",topic="CMTS3M75Q.develop.events.kso-ui"} 1 kafka_topic_partition_in_sync_replica{partition="7",topic="CMTS3M75Q.develop.events.screen-capture"} 1 kafka_topic_partition_in_sync_replica{partition="7",topic="CMTS3M75Q.production.commands.clean"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMTS3M75Q.production.commands.cleans"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMTS3M75Q.production.commands.execute"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMTS3M75Q.production.commands.file"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMTS3M75Q.production.commands.program"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMTS3M75Q.production.commands.programs"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMTS3M75Q.production.commands.setting"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMTS3M75Q.production.commands.settings"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMTS3M75Q.production.events"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMTS3M75Q.production.maintain"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMTS3M75Q.production.make"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMTS3M75Q.production.menus"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMTS3M75Q.production.result.clean"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMTS3M75Q.production.result.cleans"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMTS3M75Q.production.result.execute"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMTS3M75Q.production.result.file"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMTS3M75Q.production.result.program"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMTS3M75Q.production.result.programs"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMTS3M75Q.production.result.setting"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMTS3M75Q.production.result.settings"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMTS3M75Q.production.status"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Temperature"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Weight"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Temperature"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Weight"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.cb.sqlite.v1.local.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter_default"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.cb.sqlite.v1.production.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter_default"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.coffeeInfo"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.warning_error"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.warning_error"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_details"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.coffeeInfo"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.warning_error"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.warning_error"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.coffeeInfo"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.warning_error"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.warning_error"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.coffeeInfo"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.warning_error"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.warning_error"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.kso.db.v1.production.receipts"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.kso.db.v1.production.settings"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.kso.db.v1.production.shows"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.lacte.db.v1.production.dict_record"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.lacte.db.v1.production.error_record"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.lacte.db.v1.production.info"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.lacte.db.v1.production.info_record"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.lacte.db.v1.production.stat_record"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand_tab"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_cup"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_reception"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_material"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_media"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_setting"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.machine.db.v1.local.yk_db_version"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_clean"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_task"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand_tab"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_reception"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_material"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_media"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_setting"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_db_version"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_task"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand_tab"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_reception"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_material"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_media"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_setting"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand_tab"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_cup"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_reception"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_error_record"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_maintain_record"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_material"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_media"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_setting"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_db_version"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_clean"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_machineCount"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make_count"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand_tab"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_reception"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_error_record"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_material"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_media"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_setting"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_db_version"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_machineCount"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make_count"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Events"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.History"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.local.Log"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="CMT_ARCHIVE.state_of_KM.sqlite.v1.production.state"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="__consumer_offsets"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="coffee.production.commands.clean"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="coffee.production.commands.cleans"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="coffee.production.commands.execute"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="coffee.production.commands.file"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="coffee.production.commands.program"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="coffee.production.commands.programs"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="coffee.production.commands.setting"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="coffee.production.commands.settings"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="coffee.production.events"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="coffee.production.maintain"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="coffee.production.make"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="coffee.production.menus"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="coffee.production.result.clean"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="coffee.production.result.cleans"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="coffee.production.result.execute"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="coffee.production.result.file"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="coffee.production.result.program"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="coffee.production.result.programs"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="coffee.production.result.setting"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="coffee.production.result.settings"} 3 kafka_topic_partition_in_sync_replica{partition="7",topic="coffee.production.status"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMTS3M75Q.develop.events.device-status"} 1 kafka_topic_partition_in_sync_replica{partition="8",topic="CMTS3M75Q.develop.events.kso-ui"} 1 kafka_topic_partition_in_sync_replica{partition="8",topic="CMTS3M75Q.develop.events.screen-capture"} 1 kafka_topic_partition_in_sync_replica{partition="8",topic="CMTS3M75Q.production.commands.clean"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMTS3M75Q.production.commands.cleans"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMTS3M75Q.production.commands.execute"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMTS3M75Q.production.commands.file"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMTS3M75Q.production.commands.program"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMTS3M75Q.production.commands.programs"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMTS3M75Q.production.commands.setting"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMTS3M75Q.production.commands.settings"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMTS3M75Q.production.events"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMTS3M75Q.production.maintain"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMTS3M75Q.production.make"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMTS3M75Q.production.menus"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMTS3M75Q.production.result.clean"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMTS3M75Q.production.result.cleans"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMTS3M75Q.production.result.execute"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMTS3M75Q.production.result.file"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMTS3M75Q.production.result.program"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMTS3M75Q.production.result.programs"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMTS3M75Q.production.result.setting"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMTS3M75Q.production.result.settings"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMTS3M75Q.production.status"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Temperature"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Weight"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Temperature"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Weight"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.cb.sqlite.v1.local.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter_default"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.cb.sqlite.v1.production.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter_default"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.coffeeInfo"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.warning_error"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.warning_error"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_details"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.coffeeInfo"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.warning_error"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.warning_error"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.coffeeInfo"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.warning_error"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.warning_error"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.coffeeInfo"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.warning_error"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.warning_error"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.kso.db.v1.production.receipts"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.kso.db.v1.production.settings"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.kso.db.v1.production.shows"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.lacte.db.v1.production.dict_record"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.lacte.db.v1.production.error_record"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.lacte.db.v1.production.info"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.lacte.db.v1.production.info_record"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.lacte.db.v1.production.stat_record"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand_tab"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_cup"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_reception"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_material"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_media"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_setting"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.machine.db.v1.local.yk_db_version"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_clean"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_task"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand_tab"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_reception"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_material"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_media"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_setting"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_db_version"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_task"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand_tab"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_reception"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_material"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_media"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_setting"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand_tab"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_cup"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_reception"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_error_record"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_maintain_record"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_material"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_media"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_setting"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_db_version"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_clean"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_machineCount"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make_count"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand_tab"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_reception"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_error_record"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_material"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_media"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_setting"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_db_version"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_machineCount"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make_count"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Events"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.History"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.local.Log"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="CMT_ARCHIVE.state_of_KM.sqlite.v1.production.state"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="__consumer_offsets"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="coffee.production.commands.clean"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="coffee.production.commands.cleans"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="coffee.production.commands.execute"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="coffee.production.commands.file"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="coffee.production.commands.program"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="coffee.production.commands.programs"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="coffee.production.commands.setting"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="coffee.production.commands.settings"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="coffee.production.events"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="coffee.production.maintain"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="coffee.production.make"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="coffee.production.menus"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="coffee.production.result.clean"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="coffee.production.result.cleans"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="coffee.production.result.execute"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="coffee.production.result.file"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="coffee.production.result.program"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="coffee.production.result.programs"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="coffee.production.result.setting"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="coffee.production.result.settings"} 3 kafka_topic_partition_in_sync_replica{partition="8",topic="coffee.production.status"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMTS3M75Q.develop.events.device-status"} 1 kafka_topic_partition_in_sync_replica{partition="9",topic="CMTS3M75Q.develop.events.kso-ui"} 1 kafka_topic_partition_in_sync_replica{partition="9",topic="CMTS3M75Q.develop.events.screen-capture"} 1 kafka_topic_partition_in_sync_replica{partition="9",topic="CMTS3M75Q.production.commands.clean"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMTS3M75Q.production.commands.cleans"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMTS3M75Q.production.commands.execute"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMTS3M75Q.production.commands.file"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMTS3M75Q.production.commands.program"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMTS3M75Q.production.commands.programs"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMTS3M75Q.production.commands.setting"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMTS3M75Q.production.commands.settings"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMTS3M75Q.production.events"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMTS3M75Q.production.maintain"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMTS3M75Q.production.make"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMTS3M75Q.production.menus"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMTS3M75Q.production.result.clean"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMTS3M75Q.production.result.cleans"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMTS3M75Q.production.result.execute"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMTS3M75Q.production.result.file"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMTS3M75Q.production.result.program"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMTS3M75Q.production.result.programs"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMTS3M75Q.production.result.setting"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMTS3M75Q.production.result.settings"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMTS3M75Q.production.status"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Temperature"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Weight"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Temperature"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Weight"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.cb.sqlite.v1.local.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter_default"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.cb.sqlite.v1.production.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter_default"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.coffeeInfo"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.warning_error"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.warning_error"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_details"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.coffeeInfo"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.warning_error"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.warning_error"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.coffeeInfo"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.warning_error"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.warning_error"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.coffeeInfo"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.warning_error"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.database_version"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.making_count"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.warning_error"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.kso.db.v1.production.receipts"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.kso.db.v1.production.settings"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.kso.db.v1.production.shows"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.lacte.db.v1.production.dict_record"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.lacte.db.v1.production.error_record"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.lacte.db.v1.production.info"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.lacte.db.v1.production.info_record"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.lacte.db.v1.production.stat_record"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand_tab"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_cup"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_reception"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_material"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_media"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_setting"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.machine.db.v1.local.yk_db_version"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_clean"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_task"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand_tab"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_reception"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_material"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_media"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_setting"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_db_version"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_task"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand_tab"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_reception"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_material"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_media"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_setting"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand_tab"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_cup"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_reception"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_error_record"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_maintain_record"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_material"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_media"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_setting"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_db_version"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_clean"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_machineCount"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make_count"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand_tab"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_reception"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_error_record"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_material"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_media"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_setting"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_db_version"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_machineCount"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make_count"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Events"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.History"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.local.Log"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="CMT_ARCHIVE.state_of_KM.sqlite.v1.production.state"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="__consumer_offsets"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="coffee.production.commands.clean"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="coffee.production.commands.cleans"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="coffee.production.commands.execute"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="coffee.production.commands.file"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="coffee.production.commands.program"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="coffee.production.commands.programs"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="coffee.production.commands.setting"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="coffee.production.commands.settings"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="coffee.production.events"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="coffee.production.maintain"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="coffee.production.make"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="coffee.production.menus"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="coffee.production.result.clean"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="coffee.production.result.cleans"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="coffee.production.result.execute"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="coffee.production.result.file"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="coffee.production.result.program"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="coffee.production.result.programs"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="coffee.production.result.setting"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="coffee.production.result.settings"} 3 kafka_topic_partition_in_sync_replica{partition="9",topic="coffee.production.status"} 3 # HELP kafka_topic_partition_leader Leader Broker ID of this Topic/Partition # TYPE kafka_topic_partition_leader gauge kafka_topic_partition_leader{partition="0",topic="CMTS3M75Q.develop.events.device-status"} 1 kafka_topic_partition_leader{partition="0",topic="CMTS3M75Q.develop.events.kso-ui"} 2 kafka_topic_partition_leader{partition="0",topic="CMTS3M75Q.develop.events.screen-capture"} 3 kafka_topic_partition_leader{partition="0",topic="CMTS3M75Q.production.commands.clean"} 1 kafka_topic_partition_leader{partition="0",topic="CMTS3M75Q.production.commands.cleans"} 3 kafka_topic_partition_leader{partition="0",topic="CMTS3M75Q.production.commands.execute"} 2 kafka_topic_partition_leader{partition="0",topic="CMTS3M75Q.production.commands.file"} 1 kafka_topic_partition_leader{partition="0",topic="CMTS3M75Q.production.commands.program"} 1 kafka_topic_partition_leader{partition="0",topic="CMTS3M75Q.production.commands.programs"} 2 kafka_topic_partition_leader{partition="0",topic="CMTS3M75Q.production.commands.setting"} 2 kafka_topic_partition_leader{partition="0",topic="CMTS3M75Q.production.commands.settings"} 3 kafka_topic_partition_leader{partition="0",topic="CMTS3M75Q.production.events"} 1 kafka_topic_partition_leader{partition="0",topic="CMTS3M75Q.production.maintain"} 3 kafka_topic_partition_leader{partition="0",topic="CMTS3M75Q.production.make"} 3 kafka_topic_partition_leader{partition="0",topic="CMTS3M75Q.production.menus"} 1 kafka_topic_partition_leader{partition="0",topic="CMTS3M75Q.production.result.clean"} 1 kafka_topic_partition_leader{partition="0",topic="CMTS3M75Q.production.result.cleans"} 2 kafka_topic_partition_leader{partition="0",topic="CMTS3M75Q.production.result.execute"} 2 kafka_topic_partition_leader{partition="0",topic="CMTS3M75Q.production.result.file"} 1 kafka_topic_partition_leader{partition="0",topic="CMTS3M75Q.production.result.program"} 2 kafka_topic_partition_leader{partition="0",topic="CMTS3M75Q.production.result.programs"} 1 kafka_topic_partition_leader{partition="0",topic="CMTS3M75Q.production.result.setting"} 1 kafka_topic_partition_leader{partition="0",topic="CMTS3M75Q.production.result.settings"} 2 kafka_topic_partition_leader{partition="0",topic="CMTS3M75Q.production.status"} 1 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Temperature"} 2 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Weight"} 2 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Temperature"} 1 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Weight"} 3 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.cb.sqlite.v1.local.database_version"} 1 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter"} 1 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter_default"} 2 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.cb.sqlite.v1.production.database_version"} 2 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter"} 3 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter_default"} 1 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.coffeeInfo"} 1 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.database_version"} 1 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.maintaining_record"} 1 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.making_count"} 1 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.warning_error"} 2 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 3 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.database_version"} 1 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.making_count"} 1 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.warning_error"} 1 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.maintaining_record"} 1 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_count"} 1 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_details"} 3 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 2 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_count"} 2 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 3 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.coffeeInfo"} 3 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.database_version"} 2 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.making_count"} 3 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.warning_error"} 1 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 1 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.database_version"} 1 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 2 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.making_count"} 3 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.warning_error"} 3 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.coffeeInfo"} 1 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.database_version"} 3 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.maintaining_record"} 2 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.making_count"} 2 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.warning_error"} 1 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 3 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.database_version"} 2 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 2 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.making_count"} 2 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.warning_error"} 3 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.coffeeInfo"} 1 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.database_version"} 3 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.maintaining_record"} 2 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.making_count"} 3 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.warning_error"} 1 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 1 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.database_version"} 2 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 2 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.making_count"} 2 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.warning_error"} 1 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.kso.db.v1.production.receipts"} 3 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.kso.db.v1.production.settings"} 1 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.kso.db.v1.production.shows"} 2 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.lacte.db.v1.production.dict_record"} 2 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 3 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.lacte.db.v1.production.error_record"} 2 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 1 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.lacte.db.v1.production.info"} 3 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.lacte.db.v1.production.info_record"} 2 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 2 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 3 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.lacte.db.v1.production.stat_record"} 1 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand"} 3 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand_tab"} 3 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink"} 3 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_cup"} 3 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_reception"} 2 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_material"} 2 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_media"} 3 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_setting"} 3 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.machine.db.v1.local.yk_db_version"} 3 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_clean"} 2 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_task"} 3 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand"} 2 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand_tab"} 3 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 2 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 1 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_reception"} 2 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_material"} 3 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_media"} 2 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_setting"} 1 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_db_version"} 2 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 3 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_task"} 2 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand"} 3 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand_tab"} 3 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 2 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 1 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_reception"} 2 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_material"} 1 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_media"} 2 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_setting"} 2 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 1 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand"} 3 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand_tab"} 2 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink"} 1 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_cup"} 1 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_reception"} 1 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_error_record"} 2 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_maintain_record"} 2 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_material"} 2 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_media"} 3 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_setting"} 3 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_db_version"} 2 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_clean"} 3 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_machineCount"} 2 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make"} 2 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make_count"} 1 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand"} 2 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand_tab"} 3 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 3 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 1 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_reception"} 3 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_error_record"} 1 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 2 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_material"} 1 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_media"} 3 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_setting"} 2 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_db_version"} 3 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 1 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_machineCount"} 2 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 1 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make_count"} 1 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Events"} 3 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.History"} 3 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 1 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.local.Log"} 1 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 2 kafka_topic_partition_leader{partition="0",topic="CMT_ARCHIVE.state_of_KM.sqlite.v1.production.state"} 3 kafka_topic_partition_leader{partition="0",topic="CMT_RECIPE_API.v1.dev.recipe_ingredients"} 3 kafka_topic_partition_leader{partition="0",topic="CMT_RECIPE_API.v1.develop.recipe_ingredients"} 3 kafka_topic_partition_leader{partition="0",topic="CMT_RECIPE_API.v1.local.recipe_ingredients"} 1 kafka_topic_partition_leader{partition="0",topic="CMT_RECIPE_API.v1.production.recipe_ingredients"} 1 kafka_topic_partition_leader{partition="0",topic="CMT_RECIPE_API.v1.production.recipe_ingredients.dlt"} 1 kafka_topic_partition_leader{partition="0",topic="CMT_RECIPE_API.v1.sandbox.recipe_ingredients"} 3 kafka_topic_partition_leader{partition="0",topic="CMT_RECIPE_API.v1.stage.recipe_ingredients"} 1 kafka_topic_partition_leader{partition="0",topic="__consumer_offsets"} 1 kafka_topic_partition_leader{partition="0",topic="coffee.production.commands.clean"} 3 kafka_topic_partition_leader{partition="0",topic="coffee.production.commands.cleans"} 2 kafka_topic_partition_leader{partition="0",topic="coffee.production.commands.execute"} 3 kafka_topic_partition_leader{partition="0",topic="coffee.production.commands.file"} 2 kafka_topic_partition_leader{partition="0",topic="coffee.production.commands.program"} 3 kafka_topic_partition_leader{partition="0",topic="coffee.production.commands.programs"} 3 kafka_topic_partition_leader{partition="0",topic="coffee.production.commands.setting"} 2 kafka_topic_partition_leader{partition="0",topic="coffee.production.commands.settings"} 1 kafka_topic_partition_leader{partition="0",topic="coffee.production.events"} 2 kafka_topic_partition_leader{partition="0",topic="coffee.production.maintain"} 2 kafka_topic_partition_leader{partition="0",topic="coffee.production.make"} 1 kafka_topic_partition_leader{partition="0",topic="coffee.production.menus"} 1 kafka_topic_partition_leader{partition="0",topic="coffee.production.result.clean"} 3 kafka_topic_partition_leader{partition="0",topic="coffee.production.result.cleans"} 3 kafka_topic_partition_leader{partition="0",topic="coffee.production.result.execute"} 3 kafka_topic_partition_leader{partition="0",topic="coffee.production.result.file"} 1 kafka_topic_partition_leader{partition="0",topic="coffee.production.result.program"} 1 kafka_topic_partition_leader{partition="0",topic="coffee.production.result.programs"} 2 kafka_topic_partition_leader{partition="0",topic="coffee.production.result.setting"} 1 kafka_topic_partition_leader{partition="0",topic="coffee.production.result.settings"} 2 kafka_topic_partition_leader{partition="0",topic="coffee.production.status"} 2 kafka_topic_partition_leader{partition="0",topic="test"} 2 kafka_topic_partition_leader{partition="1",topic="CMTS3M75Q.develop.events.device-status"} 2 kafka_topic_partition_leader{partition="1",topic="CMTS3M75Q.develop.events.kso-ui"} 3 kafka_topic_partition_leader{partition="1",topic="CMTS3M75Q.develop.events.screen-capture"} 1 kafka_topic_partition_leader{partition="1",topic="CMTS3M75Q.production.commands.clean"} 2 kafka_topic_partition_leader{partition="1",topic="CMTS3M75Q.production.commands.cleans"} 1 kafka_topic_partition_leader{partition="1",topic="CMTS3M75Q.production.commands.execute"} 3 kafka_topic_partition_leader{partition="1",topic="CMTS3M75Q.production.commands.file"} 2 kafka_topic_partition_leader{partition="1",topic="CMTS3M75Q.production.commands.program"} 2 kafka_topic_partition_leader{partition="1",topic="CMTS3M75Q.production.commands.programs"} 3 kafka_topic_partition_leader{partition="1",topic="CMTS3M75Q.production.commands.setting"} 3 kafka_topic_partition_leader{partition="1",topic="CMTS3M75Q.production.commands.settings"} 1 kafka_topic_partition_leader{partition="1",topic="CMTS3M75Q.production.events"} 2 kafka_topic_partition_leader{partition="1",topic="CMTS3M75Q.production.maintain"} 1 kafka_topic_partition_leader{partition="1",topic="CMTS3M75Q.production.make"} 1 kafka_topic_partition_leader{partition="1",topic="CMTS3M75Q.production.menus"} 2 kafka_topic_partition_leader{partition="1",topic="CMTS3M75Q.production.result.clean"} 2 kafka_topic_partition_leader{partition="1",topic="CMTS3M75Q.production.result.cleans"} 3 kafka_topic_partition_leader{partition="1",topic="CMTS3M75Q.production.result.execute"} 3 kafka_topic_partition_leader{partition="1",topic="CMTS3M75Q.production.result.file"} 2 kafka_topic_partition_leader{partition="1",topic="CMTS3M75Q.production.result.program"} 3 kafka_topic_partition_leader{partition="1",topic="CMTS3M75Q.production.result.programs"} 2 kafka_topic_partition_leader{partition="1",topic="CMTS3M75Q.production.result.setting"} 2 kafka_topic_partition_leader{partition="1",topic="CMTS3M75Q.production.result.settings"} 3 kafka_topic_partition_leader{partition="1",topic="CMTS3M75Q.production.status"} 2 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Temperature"} 3 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Weight"} 3 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Temperature"} 2 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Weight"} 1 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.cb.sqlite.v1.local.database_version"} 2 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter"} 2 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter_default"} 3 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.cb.sqlite.v1.production.database_version"} 3 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter"} 1 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter_default"} 2 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.coffeeInfo"} 2 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.database_version"} 2 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.maintaining_record"} 2 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.making_count"} 2 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.warning_error"} 3 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 1 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.database_version"} 2 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 1 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.making_count"} 2 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.warning_error"} 2 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.maintaining_record"} 2 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_count"} 2 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_details"} 1 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_count"} 3 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 1 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.coffeeInfo"} 1 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.database_version"} 3 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.maintaining_record"} 1 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.making_count"} 1 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.warning_error"} 2 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 2 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.database_version"} 2 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.making_count"} 1 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.warning_error"} 1 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.coffeeInfo"} 2 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.database_version"} 1 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.making_count"} 3 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.warning_error"} 2 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 1 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.database_version"} 3 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.making_count"} 3 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.warning_error"} 1 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.coffeeInfo"} 2 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.database_version"} 1 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.making_count"} 1 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.warning_error"} 2 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 2 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.database_version"} 3 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.making_count"} 3 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.warning_error"} 2 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.kso.db.v1.production.receipts"} 1 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.kso.db.v1.production.settings"} 2 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.kso.db.v1.production.shows"} 3 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.lacte.db.v1.production.dict_record"} 3 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 1 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.lacte.db.v1.production.error_record"} 3 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 2 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.lacte.db.v1.production.info"} 1 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.lacte.db.v1.production.info_record"} 3 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 3 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 1 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.lacte.db.v1.production.stat_record"} 2 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand"} 1 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand_tab"} 1 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink"} 1 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_cup"} 1 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_reception"} 3 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_material"} 3 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_media"} 1 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_setting"} 1 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.machine.db.v1.local.yk_db_version"} 1 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_clean"} 3 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_task"} 1 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand"} 3 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand_tab"} 1 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 3 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 2 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_reception"} 3 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_material"} 1 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_media"} 3 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_setting"} 2 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_db_version"} 3 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 1 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_task"} 3 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand"} 1 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand_tab"} 1 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 3 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 2 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_reception"} 3 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_material"} 2 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_media"} 3 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_setting"} 3 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 2 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand"} 1 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand_tab"} 3 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink"} 2 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_cup"} 2 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_reception"} 2 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_error_record"} 3 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_maintain_record"} 3 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_material"} 3 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_media"} 1 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_setting"} 1 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_db_version"} 3 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_clean"} 1 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_machineCount"} 3 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make"} 3 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make_count"} 2 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand"} 3 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand_tab"} 1 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 1 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 2 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_reception"} 1 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_error_record"} 2 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 3 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_material"} 2 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_media"} 1 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_setting"} 3 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_db_version"} 1 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 2 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_machineCount"} 3 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 2 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make_count"} 2 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Events"} 1 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.History"} 1 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 2 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.local.Log"} 2 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 3 kafka_topic_partition_leader{partition="1",topic="CMT_ARCHIVE.state_of_KM.sqlite.v1.production.state"} 1 kafka_topic_partition_leader{partition="1",topic="__consumer_offsets"} 2 kafka_topic_partition_leader{partition="1",topic="coffee.production.commands.clean"} 1 kafka_topic_partition_leader{partition="1",topic="coffee.production.commands.cleans"} 3 kafka_topic_partition_leader{partition="1",topic="coffee.production.commands.execute"} 1 kafka_topic_partition_leader{partition="1",topic="coffee.production.commands.file"} 3 kafka_topic_partition_leader{partition="1",topic="coffee.production.commands.program"} 1 kafka_topic_partition_leader{partition="1",topic="coffee.production.commands.programs"} 1 kafka_topic_partition_leader{partition="1",topic="coffee.production.commands.setting"} 3 kafka_topic_partition_leader{partition="1",topic="coffee.production.commands.settings"} 2 kafka_topic_partition_leader{partition="1",topic="coffee.production.events"} 3 kafka_topic_partition_leader{partition="1",topic="coffee.production.maintain"} 3 kafka_topic_partition_leader{partition="1",topic="coffee.production.make"} 2 kafka_topic_partition_leader{partition="1",topic="coffee.production.menus"} 2 kafka_topic_partition_leader{partition="1",topic="coffee.production.result.clean"} 1 kafka_topic_partition_leader{partition="1",topic="coffee.production.result.cleans"} 1 kafka_topic_partition_leader{partition="1",topic="coffee.production.result.execute"} 1 kafka_topic_partition_leader{partition="1",topic="coffee.production.result.file"} 2 kafka_topic_partition_leader{partition="1",topic="coffee.production.result.program"} 2 kafka_topic_partition_leader{partition="1",topic="coffee.production.result.programs"} 3 kafka_topic_partition_leader{partition="1",topic="coffee.production.result.setting"} 2 kafka_topic_partition_leader{partition="1",topic="coffee.production.result.settings"} 3 kafka_topic_partition_leader{partition="1",topic="coffee.production.status"} 3 kafka_topic_partition_leader{partition="10",topic="CMTS3M75Q.develop.events.device-status"} 3 kafka_topic_partition_leader{partition="10",topic="CMTS3M75Q.develop.events.kso-ui"} 1 kafka_topic_partition_leader{partition="10",topic="CMTS3M75Q.develop.events.screen-capture"} 3 kafka_topic_partition_leader{partition="10",topic="__consumer_offsets"} 1 kafka_topic_partition_leader{partition="11",topic="CMTS3M75Q.develop.events.device-status"} 2 kafka_topic_partition_leader{partition="11",topic="CMTS3M75Q.develop.events.kso-ui"} 3 kafka_topic_partition_leader{partition="11",topic="CMTS3M75Q.develop.events.screen-capture"} 1 kafka_topic_partition_leader{partition="11",topic="__consumer_offsets"} 2 kafka_topic_partition_leader{partition="12",topic="__consumer_offsets"} 1 kafka_topic_partition_leader{partition="13",topic="__consumer_offsets"} 3 kafka_topic_partition_leader{partition="14",topic="__consumer_offsets"} 2 kafka_topic_partition_leader{partition="15",topic="__consumer_offsets"} 2 kafka_topic_partition_leader{partition="16",topic="__consumer_offsets"} 3 kafka_topic_partition_leader{partition="17",topic="__consumer_offsets"} 1 kafka_topic_partition_leader{partition="18",topic="__consumer_offsets"} 2 kafka_topic_partition_leader{partition="19",topic="__consumer_offsets"} 1 kafka_topic_partition_leader{partition="2",topic="CMTS3M75Q.develop.events.device-status"} 3 kafka_topic_partition_leader{partition="2",topic="CMTS3M75Q.develop.events.kso-ui"} 1 kafka_topic_partition_leader{partition="2",topic="CMTS3M75Q.develop.events.screen-capture"} 2 kafka_topic_partition_leader{partition="2",topic="CMTS3M75Q.production.commands.clean"} 3 kafka_topic_partition_leader{partition="2",topic="CMTS3M75Q.production.commands.cleans"} 2 kafka_topic_partition_leader{partition="2",topic="CMTS3M75Q.production.commands.execute"} 1 kafka_topic_partition_leader{partition="2",topic="CMTS3M75Q.production.commands.file"} 3 kafka_topic_partition_leader{partition="2",topic="CMTS3M75Q.production.commands.program"} 3 kafka_topic_partition_leader{partition="2",topic="CMTS3M75Q.production.commands.programs"} 1 kafka_topic_partition_leader{partition="2",topic="CMTS3M75Q.production.commands.setting"} 1 kafka_topic_partition_leader{partition="2",topic="CMTS3M75Q.production.commands.settings"} 2 kafka_topic_partition_leader{partition="2",topic="CMTS3M75Q.production.events"} 3 kafka_topic_partition_leader{partition="2",topic="CMTS3M75Q.production.maintain"} 2 kafka_topic_partition_leader{partition="2",topic="CMTS3M75Q.production.make"} 2 kafka_topic_partition_leader{partition="2",topic="CMTS3M75Q.production.menus"} 3 kafka_topic_partition_leader{partition="2",topic="CMTS3M75Q.production.result.clean"} 3 kafka_topic_partition_leader{partition="2",topic="CMTS3M75Q.production.result.cleans"} 1 kafka_topic_partition_leader{partition="2",topic="CMTS3M75Q.production.result.execute"} 1 kafka_topic_partition_leader{partition="2",topic="CMTS3M75Q.production.result.file"} 3 kafka_topic_partition_leader{partition="2",topic="CMTS3M75Q.production.result.program"} 1 kafka_topic_partition_leader{partition="2",topic="CMTS3M75Q.production.result.programs"} 3 kafka_topic_partition_leader{partition="2",topic="CMTS3M75Q.production.result.setting"} 3 kafka_topic_partition_leader{partition="2",topic="CMTS3M75Q.production.result.settings"} 1 kafka_topic_partition_leader{partition="2",topic="CMTS3M75Q.production.status"} 3 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Temperature"} 1 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Weight"} 1 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Temperature"} 3 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Weight"} 2 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.cb.sqlite.v1.local.database_version"} 3 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter"} 3 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter_default"} 1 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.cb.sqlite.v1.production.database_version"} 1 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter"} 2 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter_default"} 3 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.coffeeInfo"} 3 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.database_version"} 3 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.making_count"} 3 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.warning_error"} 1 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 2 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.database_version"} 3 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 2 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.making_count"} 3 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.warning_error"} 3 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_count"} 3 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_details"} 2 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 1 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_count"} 1 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 2 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.coffeeInfo"} 2 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.database_version"} 1 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.maintaining_record"} 2 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.making_count"} 2 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.warning_error"} 3 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 3 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.database_version"} 3 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 1 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.making_count"} 2 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.warning_error"} 2 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.coffeeInfo"} 3 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.database_version"} 2 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.maintaining_record"} 1 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.making_count"} 1 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.warning_error"} 3 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 2 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.database_version"} 1 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 1 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.making_count"} 1 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.warning_error"} 2 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.coffeeInfo"} 3 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.database_version"} 2 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.maintaining_record"} 1 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.making_count"} 2 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.warning_error"} 3 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 3 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.database_version"} 1 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 1 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.making_count"} 1 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.warning_error"} 3 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.kso.db.v1.production.receipts"} 2 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.kso.db.v1.production.settings"} 3 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.kso.db.v1.production.shows"} 1 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.lacte.db.v1.production.dict_record"} 1 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 2 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.lacte.db.v1.production.error_record"} 1 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 3 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.lacte.db.v1.production.info"} 2 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.lacte.db.v1.production.info_record"} 1 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 1 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 2 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.lacte.db.v1.production.stat_record"} 3 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand"} 2 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand_tab"} 2 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink"} 2 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_cup"} 2 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_reception"} 1 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_material"} 1 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_media"} 2 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_setting"} 2 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.machine.db.v1.local.yk_db_version"} 2 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_clean"} 1 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_task"} 2 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand"} 1 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand_tab"} 2 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 1 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 3 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_reception"} 1 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_material"} 2 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_media"} 1 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_setting"} 3 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_db_version"} 1 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 2 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_task"} 1 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand"} 2 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand_tab"} 2 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 1 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 3 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_reception"} 1 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_material"} 3 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_media"} 1 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_setting"} 1 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 3 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand"} 2 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand_tab"} 1 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink"} 3 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_cup"} 3 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_reception"} 3 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_error_record"} 1 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_maintain_record"} 1 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_material"} 1 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_media"} 2 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_setting"} 2 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_db_version"} 1 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_clean"} 2 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_machineCount"} 1 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make"} 1 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make_count"} 3 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand"} 1 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand_tab"} 2 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 2 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 3 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_reception"} 2 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_error_record"} 3 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 1 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_material"} 3 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_media"} 2 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_setting"} 1 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_db_version"} 2 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 3 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_machineCount"} 1 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 3 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make_count"} 3 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Events"} 2 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.History"} 2 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 3 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.local.Log"} 3 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 1 kafka_topic_partition_leader{partition="2",topic="CMT_ARCHIVE.state_of_KM.sqlite.v1.production.state"} 2 kafka_topic_partition_leader{partition="2",topic="__consumer_offsets"} 3 kafka_topic_partition_leader{partition="2",topic="coffee.production.commands.clean"} 2 kafka_topic_partition_leader{partition="2",topic="coffee.production.commands.cleans"} 1 kafka_topic_partition_leader{partition="2",topic="coffee.production.commands.execute"} 2 kafka_topic_partition_leader{partition="2",topic="coffee.production.commands.file"} 1 kafka_topic_partition_leader{partition="2",topic="coffee.production.commands.program"} 2 kafka_topic_partition_leader{partition="2",topic="coffee.production.commands.programs"} 2 kafka_topic_partition_leader{partition="2",topic="coffee.production.commands.setting"} 1 kafka_topic_partition_leader{partition="2",topic="coffee.production.commands.settings"} 3 kafka_topic_partition_leader{partition="2",topic="coffee.production.events"} 1 kafka_topic_partition_leader{partition="2",topic="coffee.production.maintain"} 1 kafka_topic_partition_leader{partition="2",topic="coffee.production.make"} 3 kafka_topic_partition_leader{partition="2",topic="coffee.production.menus"} 3 kafka_topic_partition_leader{partition="2",topic="coffee.production.result.clean"} 2 kafka_topic_partition_leader{partition="2",topic="coffee.production.result.cleans"} 2 kafka_topic_partition_leader{partition="2",topic="coffee.production.result.execute"} 2 kafka_topic_partition_leader{partition="2",topic="coffee.production.result.file"} 3 kafka_topic_partition_leader{partition="2",topic="coffee.production.result.program"} 3 kafka_topic_partition_leader{partition="2",topic="coffee.production.result.programs"} 1 kafka_topic_partition_leader{partition="2",topic="coffee.production.result.setting"} 3 kafka_topic_partition_leader{partition="2",topic="coffee.production.result.settings"} 1 kafka_topic_partition_leader{partition="2",topic="coffee.production.status"} 1 kafka_topic_partition_leader{partition="20",topic="__consumer_offsets"} 3 kafka_topic_partition_leader{partition="21",topic="__consumer_offsets"} 2 kafka_topic_partition_leader{partition="22",topic="__consumer_offsets"} 3 kafka_topic_partition_leader{partition="23",topic="__consumer_offsets"} 1 kafka_topic_partition_leader{partition="24",topic="__consumer_offsets"} 1 kafka_topic_partition_leader{partition="25",topic="__consumer_offsets"} 2 kafka_topic_partition_leader{partition="26",topic="__consumer_offsets"} 3 kafka_topic_partition_leader{partition="27",topic="__consumer_offsets"} 3 kafka_topic_partition_leader{partition="28",topic="__consumer_offsets"} 2 kafka_topic_partition_leader{partition="29",topic="__consumer_offsets"} 1 kafka_topic_partition_leader{partition="3",topic="CMTS3M75Q.develop.events.device-status"} 2 kafka_topic_partition_leader{partition="3",topic="CMTS3M75Q.develop.events.kso-ui"} 2 kafka_topic_partition_leader{partition="3",topic="CMTS3M75Q.develop.events.screen-capture"} 3 kafka_topic_partition_leader{partition="3",topic="CMTS3M75Q.production.commands.clean"} 1 kafka_topic_partition_leader{partition="3",topic="CMTS3M75Q.production.commands.cleans"} 1 kafka_topic_partition_leader{partition="3",topic="CMTS3M75Q.production.commands.execute"} 3 kafka_topic_partition_leader{partition="3",topic="CMTS3M75Q.production.commands.file"} 3 kafka_topic_partition_leader{partition="3",topic="CMTS3M75Q.production.commands.program"} 3 kafka_topic_partition_leader{partition="3",topic="CMTS3M75Q.production.commands.programs"} 3 kafka_topic_partition_leader{partition="3",topic="CMTS3M75Q.production.commands.setting"} 3 kafka_topic_partition_leader{partition="3",topic="CMTS3M75Q.production.commands.settings"} 3 kafka_topic_partition_leader{partition="3",topic="CMTS3M75Q.production.events"} 3 kafka_topic_partition_leader{partition="3",topic="CMTS3M75Q.production.maintain"} 1 kafka_topic_partition_leader{partition="3",topic="CMTS3M75Q.production.make"} 2 kafka_topic_partition_leader{partition="3",topic="CMTS3M75Q.production.menus"} 2 kafka_topic_partition_leader{partition="3",topic="CMTS3M75Q.production.result.clean"} 1 kafka_topic_partition_leader{partition="3",topic="CMTS3M75Q.production.result.cleans"} 3 kafka_topic_partition_leader{partition="3",topic="CMTS3M75Q.production.result.execute"} 1 kafka_topic_partition_leader{partition="3",topic="CMTS3M75Q.production.result.file"} 3 kafka_topic_partition_leader{partition="3",topic="CMTS3M75Q.production.result.program"} 3 kafka_topic_partition_leader{partition="3",topic="CMTS3M75Q.production.result.programs"} 3 kafka_topic_partition_leader{partition="3",topic="CMTS3M75Q.production.result.setting"} 2 kafka_topic_partition_leader{partition="3",topic="CMTS3M75Q.production.result.settings"} 1 kafka_topic_partition_leader{partition="3",topic="CMTS3M75Q.production.status"} 3 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Temperature"} 1 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Weight"} 1 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Temperature"} 1 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Weight"} 1 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.cb.sqlite.v1.local.database_version"} 3 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter"} 1 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter_default"} 1 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.cb.sqlite.v1.production.database_version"} 3 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter"} 2 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter_default"} 1 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.coffeeInfo"} 3 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.database_version"} 3 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.maintaining_record"} 1 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.making_count"} 1 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.warning_error"} 2 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 2 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.database_version"} 1 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 1 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.making_count"} 3 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.warning_error"} 1 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_count"} 3 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_details"} 3 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_count"} 1 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 2 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.coffeeInfo"} 3 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.database_version"} 2 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.maintaining_record"} 2 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.making_count"} 3 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.warning_error"} 3 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 1 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.database_version"} 2 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 1 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.making_count"} 1 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.warning_error"} 2 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.coffeeInfo"} 1 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.database_version"} 3 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.maintaining_record"} 1 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.making_count"} 3 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.warning_error"} 2 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 1 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.database_version"} 1 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 2 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.making_count"} 2 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.warning_error"} 1 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.coffeeInfo"} 3 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.database_version"} 1 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.maintaining_record"} 2 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.making_count"} 3 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.warning_error"} 1 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 2 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.database_version"} 2 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.making_count"} 3 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.warning_error"} 1 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.kso.db.v1.production.receipts"} 2 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.kso.db.v1.production.settings"} 3 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.kso.db.v1.production.shows"} 1 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.lacte.db.v1.production.dict_record"} 1 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 1 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.lacte.db.v1.production.error_record"} 1 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 2 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.lacte.db.v1.production.info"} 3 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.lacte.db.v1.production.info_record"} 2 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 3 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 3 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.lacte.db.v1.production.stat_record"} 1 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand"} 1 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand_tab"} 1 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink"} 3 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_cup"} 3 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_reception"} 2 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_material"} 3 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_media"} 2 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_setting"} 3 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.machine.db.v1.local.yk_db_version"} 3 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_clean"} 2 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_task"} 2 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand"} 1 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand_tab"} 2 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 3 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 2 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_reception"} 2 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_material"} 2 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_media"} 1 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_setting"} 2 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_db_version"} 2 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 3 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_task"} 1 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand"} 3 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand_tab"} 2 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 3 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 1 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_reception"} 2 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_material"} 1 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_media"} 1 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_setting"} 3 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 3 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand"} 1 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand_tab"} 2 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink"} 1 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_cup"} 1 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_reception"} 1 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_error_record"} 2 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_maintain_record"} 1 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_material"} 3 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_media"} 2 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_setting"} 2 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_db_version"} 2 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_clean"} 3 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_machineCount"} 3 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make"} 3 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make_count"} 1 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand"} 1 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand_tab"} 2 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 1 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 3 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_reception"} 1 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_error_record"} 1 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 2 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_material"} 1 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_media"} 1 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_setting"} 3 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_db_version"} 3 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 2 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_machineCount"} 1 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 3 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make_count"} 3 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Events"} 1 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.History"} 1 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 3 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.local.Log"} 2 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 2 kafka_topic_partition_leader{partition="3",topic="CMT_ARCHIVE.state_of_KM.sqlite.v1.production.state"} 3 kafka_topic_partition_leader{partition="3",topic="__consumer_offsets"} 2 kafka_topic_partition_leader{partition="3",topic="coffee.production.commands.clean"} 2 kafka_topic_partition_leader{partition="3",topic="coffee.production.commands.cleans"} 1 kafka_topic_partition_leader{partition="3",topic="coffee.production.commands.execute"} 2 kafka_topic_partition_leader{partition="3",topic="coffee.production.commands.file"} 2 kafka_topic_partition_leader{partition="3",topic="coffee.production.commands.program"} 3 kafka_topic_partition_leader{partition="3",topic="coffee.production.commands.programs"} 2 kafka_topic_partition_leader{partition="3",topic="coffee.production.commands.setting"} 2 kafka_topic_partition_leader{partition="3",topic="coffee.production.commands.settings"} 1 kafka_topic_partition_leader{partition="3",topic="coffee.production.events"} 2 kafka_topic_partition_leader{partition="3",topic="coffee.production.maintain"} 2 kafka_topic_partition_leader{partition="3",topic="coffee.production.make"} 3 kafka_topic_partition_leader{partition="3",topic="coffee.production.menus"} 3 kafka_topic_partition_leader{partition="3",topic="coffee.production.result.clean"} 2 kafka_topic_partition_leader{partition="3",topic="coffee.production.result.cleans"} 2 kafka_topic_partition_leader{partition="3",topic="coffee.production.result.execute"} 2 kafka_topic_partition_leader{partition="3",topic="coffee.production.result.file"} 1 kafka_topic_partition_leader{partition="3",topic="coffee.production.result.program"} 3 kafka_topic_partition_leader{partition="3",topic="coffee.production.result.programs"} 2 kafka_topic_partition_leader{partition="3",topic="coffee.production.result.setting"} 2 kafka_topic_partition_leader{partition="3",topic="coffee.production.result.settings"} 1 kafka_topic_partition_leader{partition="3",topic="coffee.production.status"} 1 kafka_topic_partition_leader{partition="30",topic="__consumer_offsets"} 1 kafka_topic_partition_leader{partition="31",topic="__consumer_offsets"} 2 kafka_topic_partition_leader{partition="32",topic="__consumer_offsets"} 3 kafka_topic_partition_leader{partition="33",topic="__consumer_offsets"} 3 kafka_topic_partition_leader{partition="34",topic="__consumer_offsets"} 1 kafka_topic_partition_leader{partition="35",topic="__consumer_offsets"} 2 kafka_topic_partition_leader{partition="36",topic="__consumer_offsets"} 2 kafka_topic_partition_leader{partition="37",topic="__consumer_offsets"} 3 kafka_topic_partition_leader{partition="38",topic="__consumer_offsets"} 1 kafka_topic_partition_leader{partition="39",topic="__consumer_offsets"} 3 kafka_topic_partition_leader{partition="4",topic="CMTS3M75Q.develop.events.device-status"} 1 kafka_topic_partition_leader{partition="4",topic="CMTS3M75Q.develop.events.kso-ui"} 3 kafka_topic_partition_leader{partition="4",topic="CMTS3M75Q.develop.events.screen-capture"} 2 kafka_topic_partition_leader{partition="4",topic="CMTS3M75Q.production.commands.clean"} 2 kafka_topic_partition_leader{partition="4",topic="CMTS3M75Q.production.commands.cleans"} 3 kafka_topic_partition_leader{partition="4",topic="CMTS3M75Q.production.commands.execute"} 1 kafka_topic_partition_leader{partition="4",topic="CMTS3M75Q.production.commands.file"} 2 kafka_topic_partition_leader{partition="4",topic="CMTS3M75Q.production.commands.program"} 1 kafka_topic_partition_leader{partition="4",topic="CMTS3M75Q.production.commands.programs"} 2 kafka_topic_partition_leader{partition="4",topic="CMTS3M75Q.production.commands.setting"} 2 kafka_topic_partition_leader{partition="4",topic="CMTS3M75Q.production.commands.settings"} 2 kafka_topic_partition_leader{partition="4",topic="CMTS3M75Q.production.events"} 2 kafka_topic_partition_leader{partition="4",topic="CMTS3M75Q.production.maintain"} 3 kafka_topic_partition_leader{partition="4",topic="CMTS3M75Q.production.make"} 1 kafka_topic_partition_leader{partition="4",topic="CMTS3M75Q.production.menus"} 1 kafka_topic_partition_leader{partition="4",topic="CMTS3M75Q.production.result.clean"} 3 kafka_topic_partition_leader{partition="4",topic="CMTS3M75Q.production.result.cleans"} 2 kafka_topic_partition_leader{partition="4",topic="CMTS3M75Q.production.result.execute"} 2 kafka_topic_partition_leader{partition="4",topic="CMTS3M75Q.production.result.file"} 1 kafka_topic_partition_leader{partition="4",topic="CMTS3M75Q.production.result.program"} 1 kafka_topic_partition_leader{partition="4",topic="CMTS3M75Q.production.result.programs"} 2 kafka_topic_partition_leader{partition="4",topic="CMTS3M75Q.production.result.setting"} 3 kafka_topic_partition_leader{partition="4",topic="CMTS3M75Q.production.result.settings"} 2 kafka_topic_partition_leader{partition="4",topic="CMTS3M75Q.production.status"} 1 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Temperature"} 2 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Weight"} 2 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Temperature"} 3 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Weight"} 2 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.cb.sqlite.v1.local.database_version"} 1 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter"} 2 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter_default"} 2 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.cb.sqlite.v1.production.database_version"} 1 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter"} 1 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter_default"} 2 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.coffeeInfo"} 1 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.database_version"} 1 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.maintaining_record"} 2 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.making_count"} 3 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.warning_error"} 3 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 1 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.database_version"} 3 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 2 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.making_count"} 2 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.warning_error"} 2 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.maintaining_record"} 2 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_count"} 2 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_details"} 2 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 2 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_count"} 2 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 3 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.coffeeInfo"} 1 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.database_version"} 1 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.maintaining_record"} 1 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.making_count"} 2 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.warning_error"} 1 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 2 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.database_version"} 3 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 2 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.making_count"} 3 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.warning_error"} 3 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.coffeeInfo"} 3 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.database_version"} 1 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.making_count"} 2 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.warning_error"} 3 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 3 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.database_version"} 2 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 1 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.making_count"} 3 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.warning_error"} 3 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.coffeeInfo"} 1 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.database_version"} 3 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.maintaining_record"} 1 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.making_count"} 1 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.warning_error"} 2 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 3 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.database_version"} 1 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 2 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.making_count"} 2 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.warning_error"} 3 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.kso.db.v1.production.receipts"} 1 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.kso.db.v1.production.settings"} 2 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.kso.db.v1.production.shows"} 2 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.lacte.db.v1.production.dict_record"} 2 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 2 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.lacte.db.v1.production.error_record"} 2 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 1 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.lacte.db.v1.production.info"} 2 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.lacte.db.v1.production.info_record"} 1 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 1 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 1 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.lacte.db.v1.production.stat_record"} 3 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand"} 2 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand_tab"} 3 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink"} 1 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_cup"} 2 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_reception"} 3 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_material"} 2 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_media"} 1 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_setting"} 1 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.machine.db.v1.local.yk_db_version"} 1 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_clean"} 1 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_task"} 1 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand"} 2 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand_tab"} 3 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 2 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 1 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_reception"} 3 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_material"} 3 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_media"} 3 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_setting"} 3 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_db_version"} 1 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 2 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_task"} 2 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand"} 2 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand_tab"} 3 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 1 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 3 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_reception"} 3 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_material"} 2 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_media"} 2 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_setting"} 1 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 2 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand"} 2 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand_tab"} 3 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink"} 3 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_cup"} 2 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_reception"} 3 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_error_record"} 1 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_maintain_record"} 3 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_material"} 1 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_media"} 3 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_setting"} 3 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_db_version"} 3 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_clean"} 2 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_machineCount"} 2 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make"} 1 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make_count"} 2 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand"} 2 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand_tab"} 1 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 2 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 2 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_reception"} 3 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_error_record"} 2 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 1 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_material"} 3 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_media"} 3 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_setting"} 2 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_db_version"} 2 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 3 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_machineCount"} 2 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 1 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make_count"} 1 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Events"} 3 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.History"} 2 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 2 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.local.Log"} 3 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 1 kafka_topic_partition_leader{partition="4",topic="CMT_ARCHIVE.state_of_KM.sqlite.v1.production.state"} 2 kafka_topic_partition_leader{partition="4",topic="__consumer_offsets"} 3 kafka_topic_partition_leader{partition="4",topic="coffee.production.commands.clean"} 3 kafka_topic_partition_leader{partition="4",topic="coffee.production.commands.cleans"} 3 kafka_topic_partition_leader{partition="4",topic="coffee.production.commands.execute"} 3 kafka_topic_partition_leader{partition="4",topic="coffee.production.commands.file"} 3 kafka_topic_partition_leader{partition="4",topic="coffee.production.commands.program"} 1 kafka_topic_partition_leader{partition="4",topic="coffee.production.commands.programs"} 3 kafka_topic_partition_leader{partition="4",topic="coffee.production.commands.setting"} 1 kafka_topic_partition_leader{partition="4",topic="coffee.production.commands.settings"} 3 kafka_topic_partition_leader{partition="4",topic="coffee.production.events"} 3 kafka_topic_partition_leader{partition="4",topic="coffee.production.maintain"} 1 kafka_topic_partition_leader{partition="4",topic="coffee.production.make"} 2 kafka_topic_partition_leader{partition="4",topic="coffee.production.menus"} 2 kafka_topic_partition_leader{partition="4",topic="coffee.production.result.clean"} 1 kafka_topic_partition_leader{partition="4",topic="coffee.production.result.cleans"} 3 kafka_topic_partition_leader{partition="4",topic="coffee.production.result.execute"} 1 kafka_topic_partition_leader{partition="4",topic="coffee.production.result.file"} 3 kafka_topic_partition_leader{partition="4",topic="coffee.production.result.program"} 2 kafka_topic_partition_leader{partition="4",topic="coffee.production.result.programs"} 1 kafka_topic_partition_leader{partition="4",topic="coffee.production.result.setting"} 1 kafka_topic_partition_leader{partition="4",topic="coffee.production.result.settings"} 3 kafka_topic_partition_leader{partition="4",topic="coffee.production.status"} 3 kafka_topic_partition_leader{partition="40",topic="__consumer_offsets"} 1 kafka_topic_partition_leader{partition="41",topic="__consumer_offsets"} 2 kafka_topic_partition_leader{partition="42",topic="__consumer_offsets"} 3 kafka_topic_partition_leader{partition="43",topic="__consumer_offsets"} 1 kafka_topic_partition_leader{partition="44",topic="__consumer_offsets"} 2 kafka_topic_partition_leader{partition="45",topic="__consumer_offsets"} 1 kafka_topic_partition_leader{partition="46",topic="__consumer_offsets"} 3 kafka_topic_partition_leader{partition="47",topic="__consumer_offsets"} 2 kafka_topic_partition_leader{partition="48",topic="__consumer_offsets"} 2 kafka_topic_partition_leader{partition="49",topic="__consumer_offsets"} 3 kafka_topic_partition_leader{partition="5",topic="CMTS3M75Q.develop.events.device-status"} 3 kafka_topic_partition_leader{partition="5",topic="CMTS3M75Q.develop.events.kso-ui"} 1 kafka_topic_partition_leader{partition="5",topic="CMTS3M75Q.develop.events.screen-capture"} 1 kafka_topic_partition_leader{partition="5",topic="CMTS3M75Q.production.commands.clean"} 3 kafka_topic_partition_leader{partition="5",topic="CMTS3M75Q.production.commands.cleans"} 2 kafka_topic_partition_leader{partition="5",topic="CMTS3M75Q.production.commands.execute"} 2 kafka_topic_partition_leader{partition="5",topic="CMTS3M75Q.production.commands.file"} 1 kafka_topic_partition_leader{partition="5",topic="CMTS3M75Q.production.commands.program"} 2 kafka_topic_partition_leader{partition="5",topic="CMTS3M75Q.production.commands.programs"} 1 kafka_topic_partition_leader{partition="5",topic="CMTS3M75Q.production.commands.setting"} 1 kafka_topic_partition_leader{partition="5",topic="CMTS3M75Q.production.commands.settings"} 1 kafka_topic_partition_leader{partition="5",topic="CMTS3M75Q.production.events"} 1 kafka_topic_partition_leader{partition="5",topic="CMTS3M75Q.production.maintain"} 2 kafka_topic_partition_leader{partition="5",topic="CMTS3M75Q.production.make"} 3 kafka_topic_partition_leader{partition="5",topic="CMTS3M75Q.production.menus"} 3 kafka_topic_partition_leader{partition="5",topic="CMTS3M75Q.production.result.clean"} 2 kafka_topic_partition_leader{partition="5",topic="CMTS3M75Q.production.result.cleans"} 1 kafka_topic_partition_leader{partition="5",topic="CMTS3M75Q.production.result.execute"} 3 kafka_topic_partition_leader{partition="5",topic="CMTS3M75Q.production.result.file"} 2 kafka_topic_partition_leader{partition="5",topic="CMTS3M75Q.production.result.program"} 2 kafka_topic_partition_leader{partition="5",topic="CMTS3M75Q.production.result.programs"} 1 kafka_topic_partition_leader{partition="5",topic="CMTS3M75Q.production.result.setting"} 1 kafka_topic_partition_leader{partition="5",topic="CMTS3M75Q.production.result.settings"} 3 kafka_topic_partition_leader{partition="5",topic="CMTS3M75Q.production.status"} 2 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Temperature"} 3 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Weight"} 3 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Temperature"} 2 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Weight"} 3 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.cb.sqlite.v1.local.database_version"} 2 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter"} 3 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter_default"} 3 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.cb.sqlite.v1.production.database_version"} 2 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter"} 3 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter_default"} 3 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.coffeeInfo"} 2 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.database_version"} 2 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.making_count"} 2 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.warning_error"} 1 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 3 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.database_version"} 2 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.making_count"} 1 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.warning_error"} 3 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.maintaining_record"} 1 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_count"} 1 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_details"} 1 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 1 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_count"} 3 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 1 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.coffeeInfo"} 2 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.database_version"} 3 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.making_count"} 1 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.warning_error"} 2 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 3 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.database_version"} 1 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.making_count"} 2 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.warning_error"} 1 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.coffeeInfo"} 2 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.database_version"} 2 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.maintaining_record"} 2 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.making_count"} 1 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.warning_error"} 1 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 2 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.database_version"} 3 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.making_count"} 1 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.warning_error"} 2 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.coffeeInfo"} 2 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.database_version"} 2 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.making_count"} 2 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.warning_error"} 3 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 1 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.database_version"} 3 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 1 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.making_count"} 1 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.warning_error"} 2 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.kso.db.v1.production.receipts"} 3 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.kso.db.v1.production.settings"} 1 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.kso.db.v1.production.shows"} 3 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.lacte.db.v1.production.dict_record"} 3 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 3 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.lacte.db.v1.production.error_record"} 3 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 3 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.lacte.db.v1.production.info"} 1 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.lacte.db.v1.production.info_record"} 3 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 2 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 2 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.lacte.db.v1.production.stat_record"} 2 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand"} 3 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand_tab"} 2 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink"} 2 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_cup"} 1 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_reception"} 1 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_material"} 1 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_media"} 3 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_setting"} 2 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.machine.db.v1.local.yk_db_version"} 2 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_clean"} 3 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_task"} 3 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand"} 3 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand_tab"} 1 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 1 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 3 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_reception"} 1 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_material"} 1 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_media"} 2 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_setting"} 1 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_db_version"} 3 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 1 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_task"} 3 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand"} 1 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand_tab"} 1 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 2 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 2 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_reception"} 1 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_material"} 3 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_media"} 3 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_setting"} 2 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 1 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand"} 3 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand_tab"} 1 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink"} 2 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_cup"} 3 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_reception"} 2 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_error_record"} 3 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_maintain_record"} 2 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_material"} 2 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_media"} 1 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_setting"} 1 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_db_version"} 1 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_clean"} 1 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_machineCount"} 1 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make"} 2 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make_count"} 3 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand"} 3 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand_tab"} 3 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 3 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 1 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_reception"} 2 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_error_record"} 3 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 3 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_material"} 2 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_media"} 2 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_setting"} 1 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_db_version"} 1 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 1 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_machineCount"} 3 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 2 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make_count"} 2 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Events"} 2 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.History"} 3 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 1 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.local.Log"} 1 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 3 kafka_topic_partition_leader{partition="5",topic="CMT_ARCHIVE.state_of_KM.sqlite.v1.production.state"} 1 kafka_topic_partition_leader{partition="5",topic="__consumer_offsets"} 1 kafka_topic_partition_leader{partition="5",topic="coffee.production.commands.clean"} 1 kafka_topic_partition_leader{partition="5",topic="coffee.production.commands.cleans"} 2 kafka_topic_partition_leader{partition="5",topic="coffee.production.commands.execute"} 1 kafka_topic_partition_leader{partition="5",topic="coffee.production.commands.file"} 1 kafka_topic_partition_leader{partition="5",topic="coffee.production.commands.program"} 2 kafka_topic_partition_leader{partition="5",topic="coffee.production.commands.programs"} 1 kafka_topic_partition_leader{partition="5",topic="coffee.production.commands.setting"} 3 kafka_topic_partition_leader{partition="5",topic="coffee.production.commands.settings"} 2 kafka_topic_partition_leader{partition="5",topic="coffee.production.events"} 1 kafka_topic_partition_leader{partition="5",topic="coffee.production.maintain"} 3 kafka_topic_partition_leader{partition="5",topic="coffee.production.make"} 1 kafka_topic_partition_leader{partition="5",topic="coffee.production.menus"} 1 kafka_topic_partition_leader{partition="5",topic="coffee.production.result.clean"} 3 kafka_topic_partition_leader{partition="5",topic="coffee.production.result.cleans"} 1 kafka_topic_partition_leader{partition="5",topic="coffee.production.result.execute"} 3 kafka_topic_partition_leader{partition="5",topic="coffee.production.result.file"} 2 kafka_topic_partition_leader{partition="5",topic="coffee.production.result.program"} 1 kafka_topic_partition_leader{partition="5",topic="coffee.production.result.programs"} 3 kafka_topic_partition_leader{partition="5",topic="coffee.production.result.setting"} 3 kafka_topic_partition_leader{partition="5",topic="coffee.production.result.settings"} 2 kafka_topic_partition_leader{partition="5",topic="coffee.production.status"} 2 kafka_topic_partition_leader{partition="6",topic="CMTS3M75Q.develop.events.device-status"} 1 kafka_topic_partition_leader{partition="6",topic="CMTS3M75Q.develop.events.kso-ui"} 3 kafka_topic_partition_leader{partition="6",topic="CMTS3M75Q.develop.events.screen-capture"} 2 kafka_topic_partition_leader{partition="6",topic="CMTS3M75Q.production.commands.clean"} 1 kafka_topic_partition_leader{partition="6",topic="CMTS3M75Q.production.commands.cleans"} 2 kafka_topic_partition_leader{partition="6",topic="CMTS3M75Q.production.commands.execute"} 2 kafka_topic_partition_leader{partition="6",topic="CMTS3M75Q.production.commands.file"} 3 kafka_topic_partition_leader{partition="6",topic="CMTS3M75Q.production.commands.program"} 2 kafka_topic_partition_leader{partition="6",topic="CMTS3M75Q.production.commands.programs"} 2 kafka_topic_partition_leader{partition="6",topic="CMTS3M75Q.production.commands.setting"} 1 kafka_topic_partition_leader{partition="6",topic="CMTS3M75Q.production.commands.settings"} 1 kafka_topic_partition_leader{partition="6",topic="CMTS3M75Q.production.events"} 3 kafka_topic_partition_leader{partition="6",topic="CMTS3M75Q.production.maintain"} 1 kafka_topic_partition_leader{partition="6",topic="CMTS3M75Q.production.make"} 1 kafka_topic_partition_leader{partition="6",topic="CMTS3M75Q.production.menus"} 2 kafka_topic_partition_leader{partition="6",topic="CMTS3M75Q.production.result.clean"} 3 kafka_topic_partition_leader{partition="6",topic="CMTS3M75Q.production.result.cleans"} 3 kafka_topic_partition_leader{partition="6",topic="CMTS3M75Q.production.result.execute"} 2 kafka_topic_partition_leader{partition="6",topic="CMTS3M75Q.production.result.file"} 3 kafka_topic_partition_leader{partition="6",topic="CMTS3M75Q.production.result.program"} 1 kafka_topic_partition_leader{partition="6",topic="CMTS3M75Q.production.result.programs"} 3 kafka_topic_partition_leader{partition="6",topic="CMTS3M75Q.production.result.setting"} 3 kafka_topic_partition_leader{partition="6",topic="CMTS3M75Q.production.result.settings"} 3 kafka_topic_partition_leader{partition="6",topic="CMTS3M75Q.production.status"} 3 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Temperature"} 2 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Weight"} 3 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Temperature"} 3 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Weight"} 3 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.cb.sqlite.v1.local.database_version"} 1 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter"} 3 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter_default"} 2 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.cb.sqlite.v1.production.database_version"} 1 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter"} 3 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter_default"} 1 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.coffeeInfo"} 2 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.database_version"} 2 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.making_count"} 2 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.warning_error"} 3 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 1 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.database_version"} 2 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.making_count"} 1 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.warning_error"} 1 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.maintaining_record"} 1 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_count"} 1 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_details"} 2 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_count"} 3 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 2 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.coffeeInfo"} 2 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.database_version"} 1 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.maintaining_record"} 2 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.making_count"} 3 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.warning_error"} 2 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 1 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.database_version"} 2 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 2 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.making_count"} 1 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.warning_error"} 2 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.coffeeInfo"} 2 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.database_version"} 1 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.maintaining_record"} 2 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.making_count"} 3 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.warning_error"} 3 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 2 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.database_version"} 3 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 2 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.making_count"} 2 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.warning_error"} 1 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.coffeeInfo"} 2 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.database_version"} 3 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.maintaining_record"} 1 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.making_count"} 2 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.warning_error"} 3 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 2 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.database_version"} 3 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.making_count"} 3 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.warning_error"} 2 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.kso.db.v1.production.receipts"} 1 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.kso.db.v1.production.settings"} 3 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.kso.db.v1.production.shows"} 1 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.lacte.db.v1.production.dict_record"} 1 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 3 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.lacte.db.v1.production.error_record"} 1 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 1 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.lacte.db.v1.production.info"} 1 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.lacte.db.v1.production.info_record"} 1 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 1 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 2 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.lacte.db.v1.production.stat_record"} 1 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand"} 3 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand_tab"} 2 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink"} 2 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_cup"} 3 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_reception"} 3 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_material"} 1 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_media"} 2 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_setting"} 3 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.machine.db.v1.local.yk_db_version"} 2 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_clean"} 3 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_task"} 1 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand"} 2 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand_tab"} 2 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 1 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 3 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_reception"} 3 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_material"} 1 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_media"} 1 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_setting"} 2 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_db_version"} 3 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 1 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_task"} 2 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand"} 2 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand_tab"} 3 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 2 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 1 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_reception"} 3 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_material"} 2 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_media"} 2 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_setting"} 2 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 2 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand"} 1 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand_tab"} 3 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink"} 2 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_cup"} 2 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_reception"} 3 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_error_record"} 3 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_maintain_record"} 3 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_material"} 3 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_media"} 1 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_setting"} 2 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_db_version"} 2 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_clean"} 2 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_machineCount"} 1 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make"} 2 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make_count"} 2 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand"} 3 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand_tab"} 2 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 3 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 2 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_reception"} 3 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_error_record"} 2 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 2 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_material"} 1 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_media"} 1 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_setting"} 1 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_db_version"} 1 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 3 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_machineCount"} 1 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 1 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make_count"} 2 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Events"} 1 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.History"} 1 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 1 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.local.Log"} 3 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 3 kafka_topic_partition_leader{partition="6",topic="CMT_ARCHIVE.state_of_KM.sqlite.v1.production.state"} 3 kafka_topic_partition_leader{partition="6",topic="__consumer_offsets"} 2 kafka_topic_partition_leader{partition="6",topic="coffee.production.commands.clean"} 2 kafka_topic_partition_leader{partition="6",topic="coffee.production.commands.cleans"} 3 kafka_topic_partition_leader{partition="6",topic="coffee.production.commands.execute"} 2 kafka_topic_partition_leader{partition="6",topic="coffee.production.commands.file"} 1 kafka_topic_partition_leader{partition="6",topic="coffee.production.commands.program"} 1 kafka_topic_partition_leader{partition="6",topic="coffee.production.commands.programs"} 3 kafka_topic_partition_leader{partition="6",topic="coffee.production.commands.setting"} 3 kafka_topic_partition_leader{partition="6",topic="coffee.production.commands.settings"} 1 kafka_topic_partition_leader{partition="6",topic="coffee.production.events"} 3 kafka_topic_partition_leader{partition="6",topic="coffee.production.maintain"} 3 kafka_topic_partition_leader{partition="6",topic="coffee.production.make"} 1 kafka_topic_partition_leader{partition="6",topic="coffee.production.menus"} 2 kafka_topic_partition_leader{partition="6",topic="coffee.production.result.clean"} 1 kafka_topic_partition_leader{partition="6",topic="coffee.production.result.cleans"} 3 kafka_topic_partition_leader{partition="6",topic="coffee.production.result.execute"} 3 kafka_topic_partition_leader{partition="6",topic="coffee.production.result.file"} 2 kafka_topic_partition_leader{partition="6",topic="coffee.production.result.program"} 3 kafka_topic_partition_leader{partition="6",topic="coffee.production.result.programs"} 2 kafka_topic_partition_leader{partition="6",topic="coffee.production.result.setting"} 1 kafka_topic_partition_leader{partition="6",topic="coffee.production.result.settings"} 3 kafka_topic_partition_leader{partition="6",topic="coffee.production.status"} 1 kafka_topic_partition_leader{partition="7",topic="CMTS3M75Q.develop.events.device-status"} 3 kafka_topic_partition_leader{partition="7",topic="CMTS3M75Q.develop.events.kso-ui"} 1 kafka_topic_partition_leader{partition="7",topic="CMTS3M75Q.develop.events.screen-capture"} 1 kafka_topic_partition_leader{partition="7",topic="CMTS3M75Q.production.commands.clean"} 2 kafka_topic_partition_leader{partition="7",topic="CMTS3M75Q.production.commands.cleans"} 3 kafka_topic_partition_leader{partition="7",topic="CMTS3M75Q.production.commands.execute"} 3 kafka_topic_partition_leader{partition="7",topic="CMTS3M75Q.production.commands.file"} 1 kafka_topic_partition_leader{partition="7",topic="CMTS3M75Q.production.commands.program"} 3 kafka_topic_partition_leader{partition="7",topic="CMTS3M75Q.production.commands.programs"} 1 kafka_topic_partition_leader{partition="7",topic="CMTS3M75Q.production.commands.setting"} 2 kafka_topic_partition_leader{partition="7",topic="CMTS3M75Q.production.commands.settings"} 2 kafka_topic_partition_leader{partition="7",topic="CMTS3M75Q.production.events"} 2 kafka_topic_partition_leader{partition="7",topic="CMTS3M75Q.production.maintain"} 2 kafka_topic_partition_leader{partition="7",topic="CMTS3M75Q.production.make"} 3 kafka_topic_partition_leader{partition="7",topic="CMTS3M75Q.production.menus"} 3 kafka_topic_partition_leader{partition="7",topic="CMTS3M75Q.production.result.clean"} 2 kafka_topic_partition_leader{partition="7",topic="CMTS3M75Q.production.result.cleans"} 2 kafka_topic_partition_leader{partition="7",topic="CMTS3M75Q.production.result.execute"} 1 kafka_topic_partition_leader{partition="7",topic="CMTS3M75Q.production.result.file"} 2 kafka_topic_partition_leader{partition="7",topic="CMTS3M75Q.production.result.program"} 3 kafka_topic_partition_leader{partition="7",topic="CMTS3M75Q.production.result.programs"} 2 kafka_topic_partition_leader{partition="7",topic="CMTS3M75Q.production.result.setting"} 2 kafka_topic_partition_leader{partition="7",topic="CMTS3M75Q.production.result.settings"} 2 kafka_topic_partition_leader{partition="7",topic="CMTS3M75Q.production.status"} 1 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Temperature"} 3 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Weight"} 1 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Temperature"} 1 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Weight"} 1 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.cb.sqlite.v1.local.database_version"} 2 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter"} 1 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter_default"} 3 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.cb.sqlite.v1.production.database_version"} 2 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter"} 2 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter_default"} 2 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.coffeeInfo"} 3 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.database_version"} 3 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.maintaining_record"} 1 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.making_count"} 1 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.warning_error"} 1 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 2 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.database_version"} 3 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 2 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.making_count"} 2 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.warning_error"} 2 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_count"} 2 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_details"} 3 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 2 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_count"} 2 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 1 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.coffeeInfo"} 3 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.database_version"} 2 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.making_count"} 1 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.warning_error"} 3 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 3 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.database_version"} 1 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 1 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.making_count"} 2 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.warning_error"} 3 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.coffeeInfo"} 1 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.database_version"} 3 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.making_count"} 2 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.warning_error"} 1 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 3 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.database_version"} 2 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.making_count"} 3 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.warning_error"} 3 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.coffeeInfo"} 1 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.database_version"} 2 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.making_count"} 1 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.warning_error"} 2 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 3 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.database_version"} 2 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 1 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.making_count"} 1 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.warning_error"} 3 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.kso.db.v1.production.receipts"} 2 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.kso.db.v1.production.settings"} 2 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.kso.db.v1.production.shows"} 2 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.lacte.db.v1.production.dict_record"} 3 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 1 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.lacte.db.v1.production.error_record"} 2 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 3 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.lacte.db.v1.production.info"} 2 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.lacte.db.v1.production.info_record"} 2 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 3 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 3 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.lacte.db.v1.production.stat_record"} 2 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand"} 1 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand_tab"} 3 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink"} 1 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_cup"} 2 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_reception"} 1 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_material"} 3 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_media"} 1 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_setting"} 2 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.machine.db.v1.local.yk_db_version"} 3 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_clean"} 2 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_task"} 2 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand"} 1 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand_tab"} 1 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 3 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 1 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_reception"} 2 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_material"} 2 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_media"} 3 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_setting"} 1 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_db_version"} 2 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 2 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_task"} 3 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand"} 1 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand_tab"} 1 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 3 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 3 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_reception"} 1 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_material"} 3 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_media"} 1 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_setting"} 1 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 3 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand"} 2 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand_tab"} 1 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink"} 3 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_cup"} 3 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_reception"} 2 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_error_record"} 2 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_maintain_record"} 1 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_material"} 1 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_media"} 3 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_setting"} 3 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_db_version"} 1 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_clean"} 3 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_machineCount"} 3 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make"} 3 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make_count"} 1 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand"} 2 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand_tab"} 1 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 1 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 1 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_reception"} 2 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_error_record"} 1 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 1 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_material"} 2 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_media"} 2 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_setting"} 2 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_db_version"} 2 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 1 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_machineCount"} 2 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 2 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make_count"} 1 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Events"} 3 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.History"} 2 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 2 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.local.Log"} 2 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 2 kafka_topic_partition_leader{partition="7",topic="CMT_ARCHIVE.state_of_KM.sqlite.v1.production.state"} 2 kafka_topic_partition_leader{partition="7",topic="__consumer_offsets"} 3 kafka_topic_partition_leader{partition="7",topic="coffee.production.commands.clean"} 1 kafka_topic_partition_leader{partition="7",topic="coffee.production.commands.cleans"} 2 kafka_topic_partition_leader{partition="7",topic="coffee.production.commands.execute"} 1 kafka_topic_partition_leader{partition="7",topic="coffee.production.commands.file"} 2 kafka_topic_partition_leader{partition="7",topic="coffee.production.commands.program"} 2 kafka_topic_partition_leader{partition="7",topic="coffee.production.commands.programs"} 2 kafka_topic_partition_leader{partition="7",topic="coffee.production.commands.setting"} 2 kafka_topic_partition_leader{partition="7",topic="coffee.production.commands.settings"} 3 kafka_topic_partition_leader{partition="7",topic="coffee.production.events"} 2 kafka_topic_partition_leader{partition="7",topic="coffee.production.maintain"} 2 kafka_topic_partition_leader{partition="7",topic="coffee.production.make"} 3 kafka_topic_partition_leader{partition="7",topic="coffee.production.menus"} 1 kafka_topic_partition_leader{partition="7",topic="coffee.production.result.clean"} 3 kafka_topic_partition_leader{partition="7",topic="coffee.production.result.cleans"} 2 kafka_topic_partition_leader{partition="7",topic="coffee.production.result.execute"} 1 kafka_topic_partition_leader{partition="7",topic="coffee.production.result.file"} 3 kafka_topic_partition_leader{partition="7",topic="coffee.production.result.program"} 2 kafka_topic_partition_leader{partition="7",topic="coffee.production.result.programs"} 3 kafka_topic_partition_leader{partition="7",topic="coffee.production.result.setting"} 2 kafka_topic_partition_leader{partition="7",topic="coffee.production.result.settings"} 1 kafka_topic_partition_leader{partition="7",topic="coffee.production.status"} 3 kafka_topic_partition_leader{partition="8",topic="CMTS3M75Q.develop.events.device-status"} 2 kafka_topic_partition_leader{partition="8",topic="CMTS3M75Q.develop.events.kso-ui"} 2 kafka_topic_partition_leader{partition="8",topic="CMTS3M75Q.develop.events.screen-capture"} 3 kafka_topic_partition_leader{partition="8",topic="CMTS3M75Q.production.commands.clean"} 3 kafka_topic_partition_leader{partition="8",topic="CMTS3M75Q.production.commands.cleans"} 1 kafka_topic_partition_leader{partition="8",topic="CMTS3M75Q.production.commands.execute"} 1 kafka_topic_partition_leader{partition="8",topic="CMTS3M75Q.production.commands.file"} 2 kafka_topic_partition_leader{partition="8",topic="CMTS3M75Q.production.commands.program"} 1 kafka_topic_partition_leader{partition="8",topic="CMTS3M75Q.production.commands.programs"} 3 kafka_topic_partition_leader{partition="8",topic="CMTS3M75Q.production.commands.setting"} 3 kafka_topic_partition_leader{partition="8",topic="CMTS3M75Q.production.commands.settings"} 3 kafka_topic_partition_leader{partition="8",topic="CMTS3M75Q.production.events"} 1 kafka_topic_partition_leader{partition="8",topic="CMTS3M75Q.production.maintain"} 3 kafka_topic_partition_leader{partition="8",topic="CMTS3M75Q.production.make"} 2 kafka_topic_partition_leader{partition="8",topic="CMTS3M75Q.production.menus"} 1 kafka_topic_partition_leader{partition="8",topic="CMTS3M75Q.production.result.clean"} 1 kafka_topic_partition_leader{partition="8",topic="CMTS3M75Q.production.result.cleans"} 1 kafka_topic_partition_leader{partition="8",topic="CMTS3M75Q.production.result.execute"} 3 kafka_topic_partition_leader{partition="8",topic="CMTS3M75Q.production.result.file"} 1 kafka_topic_partition_leader{partition="8",topic="CMTS3M75Q.production.result.program"} 2 kafka_topic_partition_leader{partition="8",topic="CMTS3M75Q.production.result.programs"} 1 kafka_topic_partition_leader{partition="8",topic="CMTS3M75Q.production.result.setting"} 1 kafka_topic_partition_leader{partition="8",topic="CMTS3M75Q.production.result.settings"} 1 kafka_topic_partition_leader{partition="8",topic="CMTS3M75Q.production.status"} 2 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Temperature"} 1 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Weight"} 2 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Temperature"} 2 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Weight"} 2 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.cb.sqlite.v1.local.database_version"} 3 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter"} 2 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter_default"} 1 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.cb.sqlite.v1.production.database_version"} 3 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter"} 1 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter_default"} 3 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.coffeeInfo"} 1 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.database_version"} 1 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.maintaining_record"} 2 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.making_count"} 3 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.warning_error"} 2 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 3 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.database_version"} 1 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 1 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.making_count"} 3 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.warning_error"} 3 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.maintaining_record"} 2 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_count"} 3 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_details"} 1 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 1 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_count"} 1 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 3 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.coffeeInfo"} 1 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.database_version"} 3 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.maintaining_record"} 1 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.making_count"} 2 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.warning_error"} 1 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 2 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.database_version"} 3 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.making_count"} 3 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.warning_error"} 1 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.coffeeInfo"} 3 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.database_version"} 2 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.maintaining_record"} 1 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.making_count"} 1 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.warning_error"} 2 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 1 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.database_version"} 1 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 1 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.making_count"} 1 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.warning_error"} 2 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.coffeeInfo"} 3 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.database_version"} 1 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.maintaining_record"} 2 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.making_count"} 3 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.warning_error"} 1 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 1 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.database_version"} 1 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 2 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.making_count"} 2 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.warning_error"} 1 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.kso.db.v1.production.receipts"} 3 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.kso.db.v1.production.settings"} 1 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.kso.db.v1.production.shows"} 3 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.lacte.db.v1.production.dict_record"} 2 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 2 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.lacte.db.v1.production.error_record"} 3 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 2 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.lacte.db.v1.production.info"} 3 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.lacte.db.v1.production.info_record"} 3 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 2 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 1 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.lacte.db.v1.production.stat_record"} 3 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand"} 2 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand_tab"} 1 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink"} 3 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_cup"} 1 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_reception"} 2 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_material"} 2 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_media"} 3 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_setting"} 1 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.machine.db.v1.local.yk_db_version"} 1 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_clean"} 1 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_task"} 3 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand"} 3 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand_tab"} 3 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 2 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 2 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_reception"} 1 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_material"} 3 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_media"} 2 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_setting"} 3 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_db_version"} 1 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 3 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_task"} 1 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand"} 3 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand_tab"} 2 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 1 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 2 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_reception"} 2 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_material"} 1 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_media"} 3 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_setting"} 3 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 1 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand"} 3 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand_tab"} 2 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink"} 1 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_cup"} 1 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_reception"} 1 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_error_record"} 1 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_maintain_record"} 2 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_material"} 2 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_media"} 2 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_setting"} 1 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_db_version"} 3 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_clean"} 1 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_machineCount"} 2 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make"} 1 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make_count"} 3 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand"} 1 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand_tab"} 3 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 2 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 3 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_reception"} 1 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_error_record"} 3 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 3 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_material"} 3 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_media"} 3 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_setting"} 3 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_db_version"} 3 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 2 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_machineCount"} 3 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 3 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make_count"} 3 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Events"} 2 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.History"} 3 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 3 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.local.Log"} 1 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 1 kafka_topic_partition_leader{partition="8",topic="CMT_ARCHIVE.state_of_KM.sqlite.v1.production.state"} 1 kafka_topic_partition_leader{partition="8",topic="__consumer_offsets"} 1 kafka_topic_partition_leader{partition="8",topic="coffee.production.commands.clean"} 3 kafka_topic_partition_leader{partition="8",topic="coffee.production.commands.cleans"} 1 kafka_topic_partition_leader{partition="8",topic="coffee.production.commands.execute"} 3 kafka_topic_partition_leader{partition="8",topic="coffee.production.commands.file"} 3 kafka_topic_partition_leader{partition="8",topic="coffee.production.commands.program"} 3 kafka_topic_partition_leader{partition="8",topic="coffee.production.commands.programs"} 1 kafka_topic_partition_leader{partition="8",topic="coffee.production.commands.setting"} 1 kafka_topic_partition_leader{partition="8",topic="coffee.production.commands.settings"} 2 kafka_topic_partition_leader{partition="8",topic="coffee.production.events"} 1 kafka_topic_partition_leader{partition="8",topic="coffee.production.maintain"} 1 kafka_topic_partition_leader{partition="8",topic="coffee.production.make"} 2 kafka_topic_partition_leader{partition="8",topic="coffee.production.menus"} 3 kafka_topic_partition_leader{partition="8",topic="coffee.production.result.clean"} 2 kafka_topic_partition_leader{partition="8",topic="coffee.production.result.cleans"} 1 kafka_topic_partition_leader{partition="8",topic="coffee.production.result.execute"} 2 kafka_topic_partition_leader{partition="8",topic="coffee.production.result.file"} 1 kafka_topic_partition_leader{partition="8",topic="coffee.production.result.program"} 1 kafka_topic_partition_leader{partition="8",topic="coffee.production.result.programs"} 1 kafka_topic_partition_leader{partition="8",topic="coffee.production.result.setting"} 3 kafka_topic_partition_leader{partition="8",topic="coffee.production.result.settings"} 2 kafka_topic_partition_leader{partition="8",topic="coffee.production.status"} 2 kafka_topic_partition_leader{partition="9",topic="CMTS3M75Q.develop.events.device-status"} 1 kafka_topic_partition_leader{partition="9",topic="CMTS3M75Q.develop.events.kso-ui"} 2 kafka_topic_partition_leader{partition="9",topic="CMTS3M75Q.develop.events.screen-capture"} 2 kafka_topic_partition_leader{partition="9",topic="CMTS3M75Q.production.commands.clean"} 2 kafka_topic_partition_leader{partition="9",topic="CMTS3M75Q.production.commands.cleans"} 2 kafka_topic_partition_leader{partition="9",topic="CMTS3M75Q.production.commands.execute"} 2 kafka_topic_partition_leader{partition="9",topic="CMTS3M75Q.production.commands.file"} 3 kafka_topic_partition_leader{partition="9",topic="CMTS3M75Q.production.commands.program"} 2 kafka_topic_partition_leader{partition="9",topic="CMTS3M75Q.production.commands.programs"} 1 kafka_topic_partition_leader{partition="9",topic="CMTS3M75Q.production.commands.setting"} 3 kafka_topic_partition_leader{partition="9",topic="CMTS3M75Q.production.commands.settings"} 3 kafka_topic_partition_leader{partition="9",topic="CMTS3M75Q.production.events"} 2 kafka_topic_partition_leader{partition="9",topic="CMTS3M75Q.production.maintain"} 2 kafka_topic_partition_leader{partition="9",topic="CMTS3M75Q.production.make"} 1 kafka_topic_partition_leader{partition="9",topic="CMTS3M75Q.production.menus"} 2 kafka_topic_partition_leader{partition="9",topic="CMTS3M75Q.production.result.clean"} 1 kafka_topic_partition_leader{partition="9",topic="CMTS3M75Q.production.result.cleans"} 1 kafka_topic_partition_leader{partition="9",topic="CMTS3M75Q.production.result.execute"} 1 kafka_topic_partition_leader{partition="9",topic="CMTS3M75Q.production.result.file"} 1 kafka_topic_partition_leader{partition="9",topic="CMTS3M75Q.production.result.program"} 1 kafka_topic_partition_leader{partition="9",topic="CMTS3M75Q.production.result.programs"} 3 kafka_topic_partition_leader{partition="9",topic="CMTS3M75Q.production.result.setting"} 2 kafka_topic_partition_leader{partition="9",topic="CMTS3M75Q.production.result.settings"} 2 kafka_topic_partition_leader{partition="9",topic="CMTS3M75Q.production.status"} 2 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Temperature"} 2 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Weight"} 3 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Temperature"} 3 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Weight"} 1 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.cb.sqlite.v1.local.database_version"} 1 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter"} 3 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter_default"} 2 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.cb.sqlite.v1.production.database_version"} 3 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter"} 2 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter_default"} 2 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.coffeeInfo"} 1 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.database_version"} 3 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.making_count"} 2 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.warning_error"} 2 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 3 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.database_version"} 1 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.making_count"} 3 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.warning_error"} 1 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_count"} 1 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_details"} 1 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 1 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_count"} 1 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 2 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.coffeeInfo"} 1 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.database_version"} 1 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.making_count"} 1 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.warning_error"} 1 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 1 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.database_version"} 2 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 1 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.making_count"} 2 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.warning_error"} 1 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.coffeeInfo"} 2 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.database_version"} 3 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.making_count"} 3 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.warning_error"} 3 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 1 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.database_version"} 3 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 1 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.making_count"} 2 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.warning_error"} 2 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.coffeeInfo"} 2 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.database_version"} 1 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.making_count"} 2 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.warning_error"} 2 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 2 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.database_version"} 3 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 2 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.making_count"} 3 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.warning_error"} 3 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.kso.db.v1.production.receipts"} 1 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.kso.db.v1.production.settings"} 2 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.kso.db.v1.production.shows"} 1 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.lacte.db.v1.production.dict_record"} 1 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 2 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.lacte.db.v1.production.error_record"} 1 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 1 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.lacte.db.v1.production.info"} 3 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.lacte.db.v1.production.info_record"} 3 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 3 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 3 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.lacte.db.v1.production.stat_record"} 1 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand"} 1 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand_tab"} 3 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink"} 2 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_cup"} 1 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_reception"} 2 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_material"} 2 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_media"} 2 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_setting"} 2 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.machine.db.v1.local.yk_db_version"} 3 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_clean"} 3 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_task"} 3 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand"} 2 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand_tab"} 3 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 1 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 3 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_reception"} 1 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_material"} 2 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_media"} 2 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_setting"} 3 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_db_version"} 2 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 2 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_task"} 3 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand"} 1 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand_tab"} 1 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 2 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 3 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_reception"} 3 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_material"} 2 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_media"} 2 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_setting"} 3 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 1 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand"} 1 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand_tab"} 1 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink"} 1 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_cup"} 1 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_reception"} 2 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_error_record"} 3 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_maintain_record"} 3 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_material"} 1 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_media"} 3 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_setting"} 1 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_db_version"} 2 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_clean"} 2 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_machineCount"} 1 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make"} 1 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make_count"} 1 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand"} 1 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand_tab"} 1 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 3 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 3 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_reception"} 3 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_error_record"} 1 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 3 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_material"} 2 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_media"} 1 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_setting"} 2 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_db_version"} 1 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 2 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_machineCount"} 3 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 2 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make_count"} 1 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Events"} 3 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.History"} 1 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 3 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.local.Log"} 1 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 3 kafka_topic_partition_leader{partition="9",topic="CMT_ARCHIVE.state_of_KM.sqlite.v1.production.state"} 2 kafka_topic_partition_leader{partition="9",topic="__consumer_offsets"} 3 kafka_topic_partition_leader{partition="9",topic="coffee.production.commands.clean"} 1 kafka_topic_partition_leader{partition="9",topic="coffee.production.commands.cleans"} 1 kafka_topic_partition_leader{partition="9",topic="coffee.production.commands.execute"} 1 kafka_topic_partition_leader{partition="9",topic="coffee.production.commands.file"} 2 kafka_topic_partition_leader{partition="9",topic="coffee.production.commands.program"} 1 kafka_topic_partition_leader{partition="9",topic="coffee.production.commands.programs"} 3 kafka_topic_partition_leader{partition="9",topic="coffee.production.commands.setting"} 2 kafka_topic_partition_leader{partition="9",topic="coffee.production.commands.settings"} 2 kafka_topic_partition_leader{partition="9",topic="coffee.production.events"} 3 kafka_topic_partition_leader{partition="9",topic="coffee.production.maintain"} 3 kafka_topic_partition_leader{partition="9",topic="coffee.production.make"} 3 kafka_topic_partition_leader{partition="9",topic="coffee.production.menus"} 3 kafka_topic_partition_leader{partition="9",topic="coffee.production.result.clean"} 3 kafka_topic_partition_leader{partition="9",topic="coffee.production.result.cleans"} 3 kafka_topic_partition_leader{partition="9",topic="coffee.production.result.execute"} 1 kafka_topic_partition_leader{partition="9",topic="coffee.production.result.file"} 3 kafka_topic_partition_leader{partition="9",topic="coffee.production.result.program"} 2 kafka_topic_partition_leader{partition="9",topic="coffee.production.result.programs"} 1 kafka_topic_partition_leader{partition="9",topic="coffee.production.result.setting"} 1 kafka_topic_partition_leader{partition="9",topic="coffee.production.result.settings"} 1 kafka_topic_partition_leader{partition="9",topic="coffee.production.status"} 1 # HELP kafka_topic_partition_leader_is_preferred 1 if Topic/Partition is using the Preferred Broker # TYPE kafka_topic_partition_leader_is_preferred gauge kafka_topic_partition_leader_is_preferred{partition="0",topic="CMTS3M75Q.develop.events.device-status"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMTS3M75Q.develop.events.kso-ui"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMTS3M75Q.develop.events.screen-capture"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMTS3M75Q.production.commands.clean"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMTS3M75Q.production.commands.cleans"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMTS3M75Q.production.commands.execute"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMTS3M75Q.production.commands.file"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMTS3M75Q.production.commands.program"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMTS3M75Q.production.commands.programs"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMTS3M75Q.production.commands.setting"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMTS3M75Q.production.commands.settings"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMTS3M75Q.production.events"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMTS3M75Q.production.maintain"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMTS3M75Q.production.make"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMTS3M75Q.production.menus"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMTS3M75Q.production.result.clean"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMTS3M75Q.production.result.cleans"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMTS3M75Q.production.result.execute"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMTS3M75Q.production.result.file"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMTS3M75Q.production.result.program"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMTS3M75Q.production.result.programs"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMTS3M75Q.production.result.setting"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMTS3M75Q.production.result.settings"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMTS3M75Q.production.status"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Temperature"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Weight"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Temperature"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Weight"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.cb.sqlite.v1.local.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter_default"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.cb.sqlite.v1.production.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter_default"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.coffeeInfo"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.warning_error"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.warning_error"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_details"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.coffeeInfo"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.warning_error"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.warning_error"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.coffeeInfo"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.warning_error"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.warning_error"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.coffeeInfo"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.warning_error"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.warning_error"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.kso.db.v1.production.receipts"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.kso.db.v1.production.settings"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.kso.db.v1.production.shows"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.lacte.db.v1.production.dict_record"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.lacte.db.v1.production.error_record"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.lacte.db.v1.production.info"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.lacte.db.v1.production.info_record"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.lacte.db.v1.production.stat_record"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand_tab"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_cup"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_reception"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_material"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_media"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_setting"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.machine.db.v1.local.yk_db_version"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_clean"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_task"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand_tab"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_reception"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_material"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_media"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_setting"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_db_version"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_task"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand_tab"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_reception"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_material"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_media"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_setting"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand_tab"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_cup"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_reception"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_error_record"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_maintain_record"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_material"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_media"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_setting"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_db_version"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_clean"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_machineCount"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make_count"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand_tab"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_reception"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_error_record"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_material"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_media"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_setting"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_db_version"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_machineCount"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make_count"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Events"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.History"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.local.Log"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_ARCHIVE.state_of_KM.sqlite.v1.production.state"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_RECIPE_API.v1.dev.recipe_ingredients"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_RECIPE_API.v1.develop.recipe_ingredients"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_RECIPE_API.v1.local.recipe_ingredients"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_RECIPE_API.v1.production.recipe_ingredients"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_RECIPE_API.v1.production.recipe_ingredients.dlt"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_RECIPE_API.v1.sandbox.recipe_ingredients"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="CMT_RECIPE_API.v1.stage.recipe_ingredients"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="coffee.production.commands.clean"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="coffee.production.commands.cleans"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="coffee.production.commands.execute"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="coffee.production.commands.file"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="coffee.production.commands.program"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="coffee.production.commands.programs"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="coffee.production.commands.setting"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="coffee.production.commands.settings"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="coffee.production.events"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="coffee.production.maintain"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="coffee.production.make"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="coffee.production.menus"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="coffee.production.result.clean"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="coffee.production.result.cleans"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="coffee.production.result.execute"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="coffee.production.result.file"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="coffee.production.result.program"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="coffee.production.result.programs"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="coffee.production.result.setting"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="coffee.production.result.settings"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="coffee.production.status"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="test"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMTS3M75Q.develop.events.device-status"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMTS3M75Q.develop.events.kso-ui"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMTS3M75Q.develop.events.screen-capture"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMTS3M75Q.production.commands.clean"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMTS3M75Q.production.commands.cleans"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMTS3M75Q.production.commands.execute"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMTS3M75Q.production.commands.file"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMTS3M75Q.production.commands.program"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMTS3M75Q.production.commands.programs"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMTS3M75Q.production.commands.setting"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMTS3M75Q.production.commands.settings"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMTS3M75Q.production.events"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMTS3M75Q.production.maintain"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMTS3M75Q.production.make"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMTS3M75Q.production.menus"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMTS3M75Q.production.result.clean"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMTS3M75Q.production.result.cleans"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMTS3M75Q.production.result.execute"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMTS3M75Q.production.result.file"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMTS3M75Q.production.result.program"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMTS3M75Q.production.result.programs"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMTS3M75Q.production.result.setting"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMTS3M75Q.production.result.settings"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMTS3M75Q.production.status"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Temperature"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Weight"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Temperature"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Weight"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.cb.sqlite.v1.local.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter_default"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.cb.sqlite.v1.production.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter_default"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.coffeeInfo"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.warning_error"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.warning_error"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_details"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.coffeeInfo"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.warning_error"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.warning_error"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.coffeeInfo"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.warning_error"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.warning_error"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.coffeeInfo"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.warning_error"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.warning_error"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.kso.db.v1.production.receipts"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.kso.db.v1.production.settings"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.kso.db.v1.production.shows"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.lacte.db.v1.production.dict_record"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.lacte.db.v1.production.error_record"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.lacte.db.v1.production.info"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.lacte.db.v1.production.info_record"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.lacte.db.v1.production.stat_record"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand_tab"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_cup"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_reception"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_material"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_media"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_setting"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.machine.db.v1.local.yk_db_version"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_clean"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_task"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand_tab"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_reception"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_material"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_media"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_setting"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_db_version"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_task"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand_tab"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_reception"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_material"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_media"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_setting"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand_tab"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_cup"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_reception"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_error_record"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_maintain_record"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_material"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_media"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_setting"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_db_version"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_clean"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_machineCount"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make_count"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand_tab"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_reception"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_error_record"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_material"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_media"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_setting"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_db_version"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_machineCount"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make_count"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Events"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.History"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.local.Log"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="CMT_ARCHIVE.state_of_KM.sqlite.v1.production.state"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="coffee.production.commands.clean"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="coffee.production.commands.cleans"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="coffee.production.commands.execute"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="coffee.production.commands.file"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="coffee.production.commands.program"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="coffee.production.commands.programs"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="coffee.production.commands.setting"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="coffee.production.commands.settings"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="coffee.production.events"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="coffee.production.maintain"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="coffee.production.make"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="coffee.production.menus"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="coffee.production.result.clean"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="coffee.production.result.cleans"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="coffee.production.result.execute"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="coffee.production.result.file"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="coffee.production.result.program"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="coffee.production.result.programs"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="coffee.production.result.setting"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="coffee.production.result.settings"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="coffee.production.status"} 1 kafka_topic_partition_leader_is_preferred{partition="10",topic="CMTS3M75Q.develop.events.device-status"} 1 kafka_topic_partition_leader_is_preferred{partition="10",topic="CMTS3M75Q.develop.events.kso-ui"} 1 kafka_topic_partition_leader_is_preferred{partition="10",topic="CMTS3M75Q.develop.events.screen-capture"} 1 kafka_topic_partition_leader_is_preferred{partition="10",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="11",topic="CMTS3M75Q.develop.events.device-status"} 1 kafka_topic_partition_leader_is_preferred{partition="11",topic="CMTS3M75Q.develop.events.kso-ui"} 1 kafka_topic_partition_leader_is_preferred{partition="11",topic="CMTS3M75Q.develop.events.screen-capture"} 1 kafka_topic_partition_leader_is_preferred{partition="11",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="12",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="13",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="14",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="15",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="16",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="17",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="18",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="19",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMTS3M75Q.develop.events.device-status"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMTS3M75Q.develop.events.kso-ui"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMTS3M75Q.develop.events.screen-capture"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMTS3M75Q.production.commands.clean"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMTS3M75Q.production.commands.cleans"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMTS3M75Q.production.commands.execute"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMTS3M75Q.production.commands.file"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMTS3M75Q.production.commands.program"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMTS3M75Q.production.commands.programs"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMTS3M75Q.production.commands.setting"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMTS3M75Q.production.commands.settings"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMTS3M75Q.production.events"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMTS3M75Q.production.maintain"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMTS3M75Q.production.make"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMTS3M75Q.production.menus"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMTS3M75Q.production.result.clean"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMTS3M75Q.production.result.cleans"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMTS3M75Q.production.result.execute"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMTS3M75Q.production.result.file"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMTS3M75Q.production.result.program"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMTS3M75Q.production.result.programs"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMTS3M75Q.production.result.setting"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMTS3M75Q.production.result.settings"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMTS3M75Q.production.status"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Temperature"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Weight"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Temperature"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Weight"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.cb.sqlite.v1.local.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter_default"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.cb.sqlite.v1.production.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter_default"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.coffeeInfo"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.warning_error"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.warning_error"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_details"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.coffeeInfo"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.warning_error"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.warning_error"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.coffeeInfo"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.warning_error"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.warning_error"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.coffeeInfo"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.warning_error"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.warning_error"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.kso.db.v1.production.receipts"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.kso.db.v1.production.settings"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.kso.db.v1.production.shows"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.lacte.db.v1.production.dict_record"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.lacte.db.v1.production.error_record"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.lacte.db.v1.production.info"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.lacte.db.v1.production.info_record"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.lacte.db.v1.production.stat_record"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand_tab"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_cup"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_reception"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_material"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_media"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_setting"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.machine.db.v1.local.yk_db_version"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_clean"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_task"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand_tab"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_reception"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_material"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_media"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_setting"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_db_version"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_task"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand_tab"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_reception"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_material"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_media"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_setting"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand_tab"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_cup"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_reception"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_error_record"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_maintain_record"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_material"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_media"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_setting"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_db_version"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_clean"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_machineCount"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make_count"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand_tab"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_reception"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_error_record"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_material"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_media"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_setting"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_db_version"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_machineCount"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make_count"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Events"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.History"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.local.Log"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="CMT_ARCHIVE.state_of_KM.sqlite.v1.production.state"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="coffee.production.commands.clean"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="coffee.production.commands.cleans"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="coffee.production.commands.execute"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="coffee.production.commands.file"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="coffee.production.commands.program"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="coffee.production.commands.programs"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="coffee.production.commands.setting"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="coffee.production.commands.settings"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="coffee.production.events"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="coffee.production.maintain"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="coffee.production.make"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="coffee.production.menus"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="coffee.production.result.clean"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="coffee.production.result.cleans"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="coffee.production.result.execute"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="coffee.production.result.file"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="coffee.production.result.program"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="coffee.production.result.programs"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="coffee.production.result.setting"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="coffee.production.result.settings"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="coffee.production.status"} 1 kafka_topic_partition_leader_is_preferred{partition="20",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="21",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="22",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="23",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="24",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="25",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="26",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="27",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="28",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="29",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMTS3M75Q.develop.events.device-status"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMTS3M75Q.develop.events.kso-ui"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMTS3M75Q.develop.events.screen-capture"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMTS3M75Q.production.commands.clean"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMTS3M75Q.production.commands.cleans"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMTS3M75Q.production.commands.execute"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMTS3M75Q.production.commands.file"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMTS3M75Q.production.commands.program"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMTS3M75Q.production.commands.programs"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMTS3M75Q.production.commands.setting"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMTS3M75Q.production.commands.settings"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMTS3M75Q.production.events"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMTS3M75Q.production.maintain"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMTS3M75Q.production.make"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMTS3M75Q.production.menus"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMTS3M75Q.production.result.clean"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMTS3M75Q.production.result.cleans"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMTS3M75Q.production.result.execute"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMTS3M75Q.production.result.file"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMTS3M75Q.production.result.program"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMTS3M75Q.production.result.programs"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMTS3M75Q.production.result.setting"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMTS3M75Q.production.result.settings"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMTS3M75Q.production.status"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Temperature"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Weight"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Temperature"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Weight"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.cb.sqlite.v1.local.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter_default"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.cb.sqlite.v1.production.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter_default"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.coffeeInfo"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.warning_error"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.warning_error"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_details"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.coffeeInfo"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.warning_error"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.warning_error"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.coffeeInfo"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.warning_error"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.warning_error"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.coffeeInfo"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.warning_error"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.warning_error"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.kso.db.v1.production.receipts"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.kso.db.v1.production.settings"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.kso.db.v1.production.shows"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.lacte.db.v1.production.dict_record"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.lacte.db.v1.production.error_record"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.lacte.db.v1.production.info"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.lacte.db.v1.production.info_record"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.lacte.db.v1.production.stat_record"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand_tab"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_cup"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_reception"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_material"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_media"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_setting"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.machine.db.v1.local.yk_db_version"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_clean"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_task"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand_tab"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_reception"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_material"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_media"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_setting"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_db_version"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_task"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand_tab"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_reception"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_material"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_media"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_setting"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand_tab"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_cup"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_reception"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_error_record"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_maintain_record"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_material"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_media"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_setting"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_db_version"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_clean"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_machineCount"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make_count"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand_tab"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_reception"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_error_record"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_material"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_media"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_setting"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_db_version"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_machineCount"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make_count"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Events"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.History"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.local.Log"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="CMT_ARCHIVE.state_of_KM.sqlite.v1.production.state"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="coffee.production.commands.clean"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="coffee.production.commands.cleans"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="coffee.production.commands.execute"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="coffee.production.commands.file"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="coffee.production.commands.program"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="coffee.production.commands.programs"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="coffee.production.commands.setting"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="coffee.production.commands.settings"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="coffee.production.events"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="coffee.production.maintain"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="coffee.production.make"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="coffee.production.menus"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="coffee.production.result.clean"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="coffee.production.result.cleans"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="coffee.production.result.execute"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="coffee.production.result.file"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="coffee.production.result.program"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="coffee.production.result.programs"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="coffee.production.result.setting"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="coffee.production.result.settings"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="coffee.production.status"} 1 kafka_topic_partition_leader_is_preferred{partition="30",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="31",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="32",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="33",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="34",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="35",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="36",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="37",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="38",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="39",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMTS3M75Q.develop.events.device-status"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMTS3M75Q.develop.events.kso-ui"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMTS3M75Q.develop.events.screen-capture"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMTS3M75Q.production.commands.clean"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMTS3M75Q.production.commands.cleans"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMTS3M75Q.production.commands.execute"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMTS3M75Q.production.commands.file"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMTS3M75Q.production.commands.program"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMTS3M75Q.production.commands.programs"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMTS3M75Q.production.commands.setting"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMTS3M75Q.production.commands.settings"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMTS3M75Q.production.events"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMTS3M75Q.production.maintain"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMTS3M75Q.production.make"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMTS3M75Q.production.menus"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMTS3M75Q.production.result.clean"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMTS3M75Q.production.result.cleans"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMTS3M75Q.production.result.execute"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMTS3M75Q.production.result.file"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMTS3M75Q.production.result.program"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMTS3M75Q.production.result.programs"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMTS3M75Q.production.result.setting"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMTS3M75Q.production.result.settings"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMTS3M75Q.production.status"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Temperature"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Weight"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Temperature"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Weight"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.cb.sqlite.v1.local.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter_default"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.cb.sqlite.v1.production.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter_default"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.coffeeInfo"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.warning_error"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.warning_error"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_details"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.coffeeInfo"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.warning_error"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.warning_error"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.coffeeInfo"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.warning_error"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.warning_error"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.coffeeInfo"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.warning_error"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.warning_error"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.kso.db.v1.production.receipts"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.kso.db.v1.production.settings"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.kso.db.v1.production.shows"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.lacte.db.v1.production.dict_record"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.lacte.db.v1.production.error_record"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.lacte.db.v1.production.info"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.lacte.db.v1.production.info_record"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.lacte.db.v1.production.stat_record"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand_tab"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_cup"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_reception"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_material"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_media"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_setting"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.machine.db.v1.local.yk_db_version"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_clean"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_task"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand_tab"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_reception"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_material"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_media"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_setting"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_db_version"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_task"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand_tab"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_reception"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_material"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_media"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_setting"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand_tab"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_cup"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_reception"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_error_record"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_maintain_record"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_material"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_media"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_setting"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_db_version"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_clean"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_machineCount"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make_count"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand_tab"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_reception"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_error_record"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_material"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_media"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_setting"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_db_version"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_machineCount"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make_count"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Events"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.History"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.local.Log"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="CMT_ARCHIVE.state_of_KM.sqlite.v1.production.state"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="coffee.production.commands.clean"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="coffee.production.commands.cleans"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="coffee.production.commands.execute"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="coffee.production.commands.file"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="coffee.production.commands.program"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="coffee.production.commands.programs"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="coffee.production.commands.setting"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="coffee.production.commands.settings"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="coffee.production.events"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="coffee.production.maintain"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="coffee.production.make"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="coffee.production.menus"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="coffee.production.result.clean"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="coffee.production.result.cleans"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="coffee.production.result.execute"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="coffee.production.result.file"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="coffee.production.result.program"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="coffee.production.result.programs"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="coffee.production.result.setting"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="coffee.production.result.settings"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="coffee.production.status"} 1 kafka_topic_partition_leader_is_preferred{partition="40",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="41",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="42",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="43",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="44",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="45",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="46",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="47",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="48",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="49",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMTS3M75Q.develop.events.device-status"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMTS3M75Q.develop.events.kso-ui"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMTS3M75Q.develop.events.screen-capture"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMTS3M75Q.production.commands.clean"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMTS3M75Q.production.commands.cleans"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMTS3M75Q.production.commands.execute"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMTS3M75Q.production.commands.file"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMTS3M75Q.production.commands.program"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMTS3M75Q.production.commands.programs"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMTS3M75Q.production.commands.setting"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMTS3M75Q.production.commands.settings"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMTS3M75Q.production.events"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMTS3M75Q.production.maintain"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMTS3M75Q.production.make"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMTS3M75Q.production.menus"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMTS3M75Q.production.result.clean"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMTS3M75Q.production.result.cleans"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMTS3M75Q.production.result.execute"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMTS3M75Q.production.result.file"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMTS3M75Q.production.result.program"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMTS3M75Q.production.result.programs"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMTS3M75Q.production.result.setting"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMTS3M75Q.production.result.settings"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMTS3M75Q.production.status"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Temperature"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Weight"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Temperature"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Weight"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.cb.sqlite.v1.local.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter_default"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.cb.sqlite.v1.production.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter_default"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.coffeeInfo"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.warning_error"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.warning_error"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_details"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.coffeeInfo"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.warning_error"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.warning_error"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.coffeeInfo"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.warning_error"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.warning_error"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.coffeeInfo"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.warning_error"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.warning_error"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.kso.db.v1.production.receipts"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.kso.db.v1.production.settings"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.kso.db.v1.production.shows"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.lacte.db.v1.production.dict_record"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.lacte.db.v1.production.error_record"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.lacte.db.v1.production.info"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.lacte.db.v1.production.info_record"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.lacte.db.v1.production.stat_record"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand_tab"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_cup"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_reception"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_material"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_media"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_setting"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.machine.db.v1.local.yk_db_version"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_clean"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_task"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand_tab"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_reception"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_material"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_media"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_setting"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_db_version"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_task"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand_tab"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_reception"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_material"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_media"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_setting"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand_tab"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_cup"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_reception"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_error_record"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_maintain_record"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_material"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_media"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_setting"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_db_version"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_clean"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_machineCount"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make_count"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand_tab"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_reception"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_error_record"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_material"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_media"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_setting"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_db_version"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_machineCount"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make_count"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Events"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.History"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.local.Log"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="CMT_ARCHIVE.state_of_KM.sqlite.v1.production.state"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="coffee.production.commands.clean"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="coffee.production.commands.cleans"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="coffee.production.commands.execute"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="coffee.production.commands.file"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="coffee.production.commands.program"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="coffee.production.commands.programs"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="coffee.production.commands.setting"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="coffee.production.commands.settings"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="coffee.production.events"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="coffee.production.maintain"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="coffee.production.make"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="coffee.production.menus"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="coffee.production.result.clean"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="coffee.production.result.cleans"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="coffee.production.result.execute"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="coffee.production.result.file"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="coffee.production.result.program"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="coffee.production.result.programs"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="coffee.production.result.setting"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="coffee.production.result.settings"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="coffee.production.status"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMTS3M75Q.develop.events.device-status"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMTS3M75Q.develop.events.kso-ui"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMTS3M75Q.develop.events.screen-capture"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMTS3M75Q.production.commands.clean"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMTS3M75Q.production.commands.cleans"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMTS3M75Q.production.commands.execute"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMTS3M75Q.production.commands.file"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMTS3M75Q.production.commands.program"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMTS3M75Q.production.commands.programs"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMTS3M75Q.production.commands.setting"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMTS3M75Q.production.commands.settings"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMTS3M75Q.production.events"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMTS3M75Q.production.maintain"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMTS3M75Q.production.make"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMTS3M75Q.production.menus"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMTS3M75Q.production.result.clean"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMTS3M75Q.production.result.cleans"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMTS3M75Q.production.result.execute"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMTS3M75Q.production.result.file"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMTS3M75Q.production.result.program"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMTS3M75Q.production.result.programs"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMTS3M75Q.production.result.setting"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMTS3M75Q.production.result.settings"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMTS3M75Q.production.status"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Temperature"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Weight"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Temperature"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Weight"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.cb.sqlite.v1.local.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter_default"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.cb.sqlite.v1.production.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter_default"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.coffeeInfo"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.warning_error"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.warning_error"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_details"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.coffeeInfo"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.warning_error"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.warning_error"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.coffeeInfo"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.warning_error"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.warning_error"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.coffeeInfo"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.warning_error"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.warning_error"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.kso.db.v1.production.receipts"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.kso.db.v1.production.settings"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.kso.db.v1.production.shows"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.lacte.db.v1.production.dict_record"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.lacte.db.v1.production.error_record"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.lacte.db.v1.production.info"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.lacte.db.v1.production.info_record"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.lacte.db.v1.production.stat_record"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand_tab"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_cup"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_reception"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_material"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_media"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_setting"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.machine.db.v1.local.yk_db_version"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_clean"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_task"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand_tab"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_reception"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_material"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_media"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_setting"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_db_version"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_task"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand_tab"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_reception"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_material"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_media"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_setting"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand_tab"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_cup"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_reception"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_error_record"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_maintain_record"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_material"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_media"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_setting"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_db_version"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_clean"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_machineCount"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make_count"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand_tab"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_reception"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_error_record"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_material"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_media"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_setting"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_db_version"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_machineCount"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make_count"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Events"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.History"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.local.Log"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="CMT_ARCHIVE.state_of_KM.sqlite.v1.production.state"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="coffee.production.commands.clean"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="coffee.production.commands.cleans"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="coffee.production.commands.execute"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="coffee.production.commands.file"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="coffee.production.commands.program"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="coffee.production.commands.programs"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="coffee.production.commands.setting"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="coffee.production.commands.settings"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="coffee.production.events"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="coffee.production.maintain"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="coffee.production.make"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="coffee.production.menus"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="coffee.production.result.clean"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="coffee.production.result.cleans"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="coffee.production.result.execute"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="coffee.production.result.file"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="coffee.production.result.program"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="coffee.production.result.programs"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="coffee.production.result.setting"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="coffee.production.result.settings"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="coffee.production.status"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMTS3M75Q.develop.events.device-status"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMTS3M75Q.develop.events.kso-ui"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMTS3M75Q.develop.events.screen-capture"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMTS3M75Q.production.commands.clean"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMTS3M75Q.production.commands.cleans"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMTS3M75Q.production.commands.execute"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMTS3M75Q.production.commands.file"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMTS3M75Q.production.commands.program"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMTS3M75Q.production.commands.programs"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMTS3M75Q.production.commands.setting"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMTS3M75Q.production.commands.settings"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMTS3M75Q.production.events"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMTS3M75Q.production.maintain"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMTS3M75Q.production.make"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMTS3M75Q.production.menus"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMTS3M75Q.production.result.clean"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMTS3M75Q.production.result.cleans"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMTS3M75Q.production.result.execute"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMTS3M75Q.production.result.file"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMTS3M75Q.production.result.program"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMTS3M75Q.production.result.programs"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMTS3M75Q.production.result.setting"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMTS3M75Q.production.result.settings"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMTS3M75Q.production.status"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Temperature"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Weight"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Temperature"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Weight"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.cb.sqlite.v1.local.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter_default"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.cb.sqlite.v1.production.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter_default"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.coffeeInfo"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.warning_error"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.warning_error"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_details"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.coffeeInfo"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.warning_error"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.warning_error"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.coffeeInfo"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.warning_error"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.warning_error"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.coffeeInfo"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.warning_error"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.warning_error"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.kso.db.v1.production.receipts"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.kso.db.v1.production.settings"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.kso.db.v1.production.shows"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.lacte.db.v1.production.dict_record"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.lacte.db.v1.production.error_record"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.lacte.db.v1.production.info"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.lacte.db.v1.production.info_record"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.lacte.db.v1.production.stat_record"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand_tab"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_cup"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_reception"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_material"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_media"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_setting"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.machine.db.v1.local.yk_db_version"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_clean"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_task"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand_tab"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_reception"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_material"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_media"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_setting"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_db_version"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_task"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand_tab"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_reception"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_material"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_media"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_setting"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand_tab"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_cup"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_reception"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_error_record"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_maintain_record"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_material"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_media"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_setting"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_db_version"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_clean"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_machineCount"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make_count"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand_tab"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_reception"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_error_record"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_material"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_media"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_setting"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_db_version"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_machineCount"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make_count"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Events"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.History"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.local.Log"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="CMT_ARCHIVE.state_of_KM.sqlite.v1.production.state"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="coffee.production.commands.clean"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="coffee.production.commands.cleans"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="coffee.production.commands.execute"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="coffee.production.commands.file"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="coffee.production.commands.program"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="coffee.production.commands.programs"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="coffee.production.commands.setting"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="coffee.production.commands.settings"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="coffee.production.events"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="coffee.production.maintain"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="coffee.production.make"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="coffee.production.menus"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="coffee.production.result.clean"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="coffee.production.result.cleans"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="coffee.production.result.execute"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="coffee.production.result.file"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="coffee.production.result.program"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="coffee.production.result.programs"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="coffee.production.result.setting"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="coffee.production.result.settings"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="coffee.production.status"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMTS3M75Q.develop.events.device-status"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMTS3M75Q.develop.events.kso-ui"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMTS3M75Q.develop.events.screen-capture"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMTS3M75Q.production.commands.clean"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMTS3M75Q.production.commands.cleans"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMTS3M75Q.production.commands.execute"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMTS3M75Q.production.commands.file"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMTS3M75Q.production.commands.program"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMTS3M75Q.production.commands.programs"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMTS3M75Q.production.commands.setting"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMTS3M75Q.production.commands.settings"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMTS3M75Q.production.events"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMTS3M75Q.production.maintain"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMTS3M75Q.production.make"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMTS3M75Q.production.menus"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMTS3M75Q.production.result.clean"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMTS3M75Q.production.result.cleans"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMTS3M75Q.production.result.execute"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMTS3M75Q.production.result.file"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMTS3M75Q.production.result.program"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMTS3M75Q.production.result.programs"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMTS3M75Q.production.result.setting"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMTS3M75Q.production.result.settings"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMTS3M75Q.production.status"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Temperature"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Weight"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Temperature"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Weight"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.cb.sqlite.v1.local.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter_default"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.cb.sqlite.v1.production.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter_default"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.coffeeInfo"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.warning_error"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.warning_error"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_details"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.coffeeInfo"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.warning_error"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.warning_error"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.coffeeInfo"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.warning_error"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.warning_error"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.coffeeInfo"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.warning_error"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.warning_error"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.kso.db.v1.production.receipts"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.kso.db.v1.production.settings"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.kso.db.v1.production.shows"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.lacte.db.v1.production.dict_record"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.lacte.db.v1.production.error_record"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.lacte.db.v1.production.info"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.lacte.db.v1.production.info_record"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.lacte.db.v1.production.stat_record"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand_tab"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_cup"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_reception"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_material"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_media"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_setting"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.machine.db.v1.local.yk_db_version"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_clean"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_task"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand_tab"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_reception"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_material"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_media"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_setting"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_db_version"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_task"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand_tab"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_reception"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_material"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_media"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_setting"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand_tab"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_cup"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_reception"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_error_record"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_maintain_record"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_material"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_media"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_setting"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_db_version"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_clean"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_machineCount"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make_count"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand_tab"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_reception"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_error_record"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_material"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_media"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_setting"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_db_version"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_machineCount"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make_count"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Events"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.History"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.local.Log"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="CMT_ARCHIVE.state_of_KM.sqlite.v1.production.state"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="coffee.production.commands.clean"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="coffee.production.commands.cleans"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="coffee.production.commands.execute"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="coffee.production.commands.file"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="coffee.production.commands.program"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="coffee.production.commands.programs"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="coffee.production.commands.setting"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="coffee.production.commands.settings"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="coffee.production.events"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="coffee.production.maintain"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="coffee.production.make"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="coffee.production.menus"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="coffee.production.result.clean"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="coffee.production.result.cleans"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="coffee.production.result.execute"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="coffee.production.result.file"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="coffee.production.result.program"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="coffee.production.result.programs"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="coffee.production.result.setting"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="coffee.production.result.settings"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="coffee.production.status"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMTS3M75Q.develop.events.device-status"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMTS3M75Q.develop.events.kso-ui"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMTS3M75Q.develop.events.screen-capture"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMTS3M75Q.production.commands.clean"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMTS3M75Q.production.commands.cleans"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMTS3M75Q.production.commands.execute"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMTS3M75Q.production.commands.file"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMTS3M75Q.production.commands.program"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMTS3M75Q.production.commands.programs"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMTS3M75Q.production.commands.setting"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMTS3M75Q.production.commands.settings"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMTS3M75Q.production.events"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMTS3M75Q.production.maintain"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMTS3M75Q.production.make"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMTS3M75Q.production.menus"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMTS3M75Q.production.result.clean"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMTS3M75Q.production.result.cleans"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMTS3M75Q.production.result.execute"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMTS3M75Q.production.result.file"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMTS3M75Q.production.result.program"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMTS3M75Q.production.result.programs"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMTS3M75Q.production.result.setting"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMTS3M75Q.production.result.settings"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMTS3M75Q.production.status"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Temperature"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Weight"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Temperature"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Weight"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.cb.sqlite.v1.local.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter_default"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.cb.sqlite.v1.production.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter_default"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.coffeeInfo"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.warning_error"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.warning_error"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_details"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.coffeeInfo"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.warning_error"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.warning_error"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.coffeeInfo"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.warning_error"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.warning_error"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.coffeeInfo"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.warning_error"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.database_version"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.making_count"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.warning_error"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.kso.db.v1.production.receipts"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.kso.db.v1.production.settings"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.kso.db.v1.production.shows"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.lacte.db.v1.production.dict_record"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.lacte.db.v1.production.error_record"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.lacte.db.v1.production.info"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.lacte.db.v1.production.info_record"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.lacte.db.v1.production.stat_record"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand_tab"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_cup"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_reception"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_material"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_media"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_setting"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.machine.db.v1.local.yk_db_version"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_clean"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_task"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand_tab"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_reception"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_material"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_media"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_setting"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_db_version"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_task"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand_tab"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_reception"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_material"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_media"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_setting"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand_tab"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_cup"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_reception"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_error_record"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_maintain_record"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_material"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_media"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_setting"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_db_version"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_clean"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_machineCount"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make_count"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand_tab"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_reception"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_error_record"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_material"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_media"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_setting"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_db_version"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_machineCount"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make_count"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Events"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.History"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.local.Log"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="CMT_ARCHIVE.state_of_KM.sqlite.v1.production.state"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="coffee.production.commands.clean"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="coffee.production.commands.cleans"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="coffee.production.commands.execute"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="coffee.production.commands.file"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="coffee.production.commands.program"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="coffee.production.commands.programs"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="coffee.production.commands.setting"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="coffee.production.commands.settings"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="coffee.production.events"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="coffee.production.maintain"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="coffee.production.make"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="coffee.production.menus"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="coffee.production.result.clean"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="coffee.production.result.cleans"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="coffee.production.result.execute"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="coffee.production.result.file"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="coffee.production.result.program"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="coffee.production.result.programs"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="coffee.production.result.setting"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="coffee.production.result.settings"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="coffee.production.status"} 1 # HELP kafka_topic_partition_oldest_offset Oldest Offset of a Broker at Topic/Partition # TYPE kafka_topic_partition_oldest_offset gauge kafka_topic_partition_oldest_offset{partition="0",topic="CMTS3M75Q.develop.events.device-status"} 0 kafka_topic_partition_oldest_offset{partition="0",topic="CMTS3M75Q.develop.events.kso-ui"} 0 kafka_topic_partition_oldest_offset{partition="0",topic="CMTS3M75Q.develop.events.screen-capture"} 0 kafka_topic_partition_oldest_offset{partition="0",topic="CMTS3M75Q.production.commands.clean"} 5654 kafka_topic_partition_oldest_offset{partition="0",topic="CMTS3M75Q.production.commands.cleans"} 1843 kafka_topic_partition_oldest_offset{partition="0",topic="CMTS3M75Q.production.commands.execute"} 0 kafka_topic_partition_oldest_offset{partition="0",topic="CMTS3M75Q.production.commands.file"} 10092 kafka_topic_partition_oldest_offset{partition="0",topic="CMTS3M75Q.production.commands.program"} 17695 kafka_topic_partition_oldest_offset{partition="0",topic="CMTS3M75Q.production.commands.programs"} 1678 kafka_topic_partition_oldest_offset{partition="0",topic="CMTS3M75Q.production.commands.setting"} 0 kafka_topic_partition_oldest_offset{partition="0",topic="CMTS3M75Q.production.commands.settings"} 2007 kafka_topic_partition_oldest_offset{partition="0",topic="CMTS3M75Q.production.events"} 5.0227453e+07 kafka_topic_partition_oldest_offset{partition="0",topic="CMTS3M75Q.production.maintain"} 3.230437e+06 kafka_topic_partition_oldest_offset{partition="0",topic="CMTS3M75Q.production.make"} 8.683194e+06 kafka_topic_partition_oldest_offset{partition="0",topic="CMTS3M75Q.production.menus"} 0 kafka_topic_partition_oldest_offset{partition="0",topic="CMTS3M75Q.production.result.clean"} 2543 kafka_topic_partition_oldest_offset{partition="0",topic="CMTS3M75Q.production.result.cleans"} 751 kafka_topic_partition_oldest_offset{partition="0",topic="CMTS3M75Q.production.result.execute"} 52 kafka_topic_partition_oldest_offset{partition="0",topic="CMTS3M75Q.production.result.file"} 5786 kafka_topic_partition_oldest_offset{partition="0",topic="CMTS3M75Q.production.result.program"} 9913 kafka_topic_partition_oldest_offset{partition="0",topic="CMTS3M75Q.production.result.programs"} 717 kafka_topic_partition_oldest_offset{partition="0",topic="CMTS3M75Q.production.result.setting"} 0 kafka_topic_partition_oldest_offset{partition="0",topic="CMTS3M75Q.production.result.settings"} 797 kafka_topic_partition_oldest_offset{partition="0",topic="CMTS3M75Q.production.status"} 473907 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Temperature"} 36 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Weight"} 1602 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Temperature"} 287 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Weight"} 10822 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.cb.sqlite.v1.local.database_version"} 13 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter"} 8 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter_default"} 10 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.cb.sqlite.v1.production.database_version"} 23 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter"} 116 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter_default"} 19 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.coffeeInfo"} 246 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.database_version"} 9 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.maintaining_record"} 78 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.making_count"} 203 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.warning_error"} 394 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 4709 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.database_version"} 22 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 368 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.making_count"} 21099 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.warning_error"} 42101 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.maintaining_record"} 100 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_count"} 367 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_details"} 31099 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 1003 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_count"} 49811 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 379925 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.coffeeInfo"} 70 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.database_version"} 2 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.maintaining_record"} 19 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.making_count"} 68 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.warning_error"} 107 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 208 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.database_version"} 4 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 80 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.making_count"} 536 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.warning_error"} 1031 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.coffeeInfo"} 70 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.database_version"} 1 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.maintaining_record"} 22 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.making_count"} 55 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.warning_error"} 96 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 209 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.database_version"} 4 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 87 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.making_count"} 518 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.warning_error"} 1050 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.coffeeInfo"} 64 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.database_version"} 3 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.maintaining_record"} 21 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.making_count"} 50 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.warning_error"} 96 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 205 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.database_version"} 3 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 87 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.making_count"} 522 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.warning_error"} 1046 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.kso.db.v1.production.receipts"} 25 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.kso.db.v1.production.settings"} 0 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.kso.db.v1.production.shows"} 5093 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.lacte.db.v1.production.dict_record"} 8 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 3301 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.lacte.db.v1.production.error_record"} 209 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 93675 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.lacte.db.v1.production.info"} 11 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.lacte.db.v1.production.info_record"} 728 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 11153 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 15953 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.lacte.db.v1.production.stat_record"} 992 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand"} 0 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand_tab"} 7442 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink"} 180 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_cup"} 540 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_reception"} 7268 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_material"} 0 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_media"} 14 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_setting"} 129185 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.machine.db.v1.local.yk_db_version"} 2 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_clean"} 7440 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_task"} 48 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand"} 0 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand_tab"} 1.4434253e+07 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 1.751596e+06 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 5.908951e+06 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_reception"} 1.4170742e+07 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_material"} 0 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_media"} 7011 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_setting"} 6.737974e+06 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_db_version"} 1270 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 2.983584e+06 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_task"} 301635 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand"} 0 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand_tab"} 4 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 4 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 13 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_reception"} 4 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_material"} 0 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_media"} 0 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_setting"} 56 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 4 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand"} 0 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand_tab"} 50 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink"} 50 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_cup"} 150 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_reception"} 50 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_error_record"} 41669 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_maintain_record"} 405066 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_material"} 0 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_media"} 0 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_setting"} 776 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_db_version"} 1 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_clean"} 50 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_machineCount"} 14482 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make"} 2.561508e+06 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make_count"} 5468 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand"} 0 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand_tab"} 127346 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 22921 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 68763 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_reception"} 1750 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_error_record"} 1.734476e+06 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 2.6584021e+07 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_material"} 0 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_media"} 0 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_setting"} 27492 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_db_version"} 4 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 22912 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_machineCount"} 3.2661287e+07 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 1.32139723e+08 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make_count"} 1.0713582e+07 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Events"} 1.636526e+06 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.History"} 8834 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 1.39841118e+08 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.local.Log"} 8488 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 1.0663469e+07 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_ARCHIVE.state_of_KM.sqlite.v1.production.state"} 1822 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_RECIPE_API.v1.dev.recipe_ingredients"} 2.10373724e+08 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_RECIPE_API.v1.develop.recipe_ingredients"} 96048 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_RECIPE_API.v1.local.recipe_ingredients"} 0 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_RECIPE_API.v1.production.recipe_ingredients"} 8.6753565e+07 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_RECIPE_API.v1.production.recipe_ingredients.dlt"} 81648 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_RECIPE_API.v1.sandbox.recipe_ingredients"} 921714 kafka_topic_partition_oldest_offset{partition="0",topic="CMT_RECIPE_API.v1.stage.recipe_ingredients"} 92185 kafka_topic_partition_oldest_offset{partition="0",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="0",topic="coffee.production.commands.clean"} 0 kafka_topic_partition_oldest_offset{partition="0",topic="coffee.production.commands.cleans"} 0 kafka_topic_partition_oldest_offset{partition="0",topic="coffee.production.commands.execute"} 0 kafka_topic_partition_oldest_offset{partition="0",topic="coffee.production.commands.file"} 0 kafka_topic_partition_oldest_offset{partition="0",topic="coffee.production.commands.program"} 0 kafka_topic_partition_oldest_offset{partition="0",topic="coffee.production.commands.programs"} 0 kafka_topic_partition_oldest_offset{partition="0",topic="coffee.production.commands.setting"} 0 kafka_topic_partition_oldest_offset{partition="0",topic="coffee.production.commands.settings"} 0 kafka_topic_partition_oldest_offset{partition="0",topic="coffee.production.events"} 2.7311687e+07 kafka_topic_partition_oldest_offset{partition="0",topic="coffee.production.maintain"} 1.638841e+06 kafka_topic_partition_oldest_offset{partition="0",topic="coffee.production.make"} 6.001879e+06 kafka_topic_partition_oldest_offset{partition="0",topic="coffee.production.menus"} 0 kafka_topic_partition_oldest_offset{partition="0",topic="coffee.production.result.clean"} 0 kafka_topic_partition_oldest_offset{partition="0",topic="coffee.production.result.cleans"} 0 kafka_topic_partition_oldest_offset{partition="0",topic="coffee.production.result.execute"} 1 kafka_topic_partition_oldest_offset{partition="0",topic="coffee.production.result.file"} 0 kafka_topic_partition_oldest_offset{partition="0",topic="coffee.production.result.program"} 0 kafka_topic_partition_oldest_offset{partition="0",topic="coffee.production.result.programs"} 0 kafka_topic_partition_oldest_offset{partition="0",topic="coffee.production.result.setting"} 0 kafka_topic_partition_oldest_offset{partition="0",topic="coffee.production.result.settings"} 0 kafka_topic_partition_oldest_offset{partition="0",topic="coffee.production.status"} 296416 kafka_topic_partition_oldest_offset{partition="0",topic="test"} 1 kafka_topic_partition_oldest_offset{partition="1",topic="CMTS3M75Q.develop.events.device-status"} 0 kafka_topic_partition_oldest_offset{partition="1",topic="CMTS3M75Q.develop.events.kso-ui"} 0 kafka_topic_partition_oldest_offset{partition="1",topic="CMTS3M75Q.develop.events.screen-capture"} 0 kafka_topic_partition_oldest_offset{partition="1",topic="CMTS3M75Q.production.commands.clean"} 5842 kafka_topic_partition_oldest_offset{partition="1",topic="CMTS3M75Q.production.commands.cleans"} 1712 kafka_topic_partition_oldest_offset{partition="1",topic="CMTS3M75Q.production.commands.execute"} 0 kafka_topic_partition_oldest_offset{partition="1",topic="CMTS3M75Q.production.commands.file"} 11052 kafka_topic_partition_oldest_offset{partition="1",topic="CMTS3M75Q.production.commands.program"} 18256 kafka_topic_partition_oldest_offset{partition="1",topic="CMTS3M75Q.production.commands.programs"} 2078 kafka_topic_partition_oldest_offset{partition="1",topic="CMTS3M75Q.production.commands.setting"} 0 kafka_topic_partition_oldest_offset{partition="1",topic="CMTS3M75Q.production.commands.settings"} 1540 kafka_topic_partition_oldest_offset{partition="1",topic="CMTS3M75Q.production.events"} 7.4794138e+07 kafka_topic_partition_oldest_offset{partition="1",topic="CMTS3M75Q.production.maintain"} 3.530662e+06 kafka_topic_partition_oldest_offset{partition="1",topic="CMTS3M75Q.production.make"} 8.715582e+06 kafka_topic_partition_oldest_offset{partition="1",topic="CMTS3M75Q.production.menus"} 0 kafka_topic_partition_oldest_offset{partition="1",topic="CMTS3M75Q.production.result.clean"} 2703 kafka_topic_partition_oldest_offset{partition="1",topic="CMTS3M75Q.production.result.cleans"} 759 kafka_topic_partition_oldest_offset{partition="1",topic="CMTS3M75Q.production.result.execute"} 0 kafka_topic_partition_oldest_offset{partition="1",topic="CMTS3M75Q.production.result.file"} 5940 kafka_topic_partition_oldest_offset{partition="1",topic="CMTS3M75Q.production.result.program"} 10018 kafka_topic_partition_oldest_offset{partition="1",topic="CMTS3M75Q.production.result.programs"} 711 kafka_topic_partition_oldest_offset{partition="1",topic="CMTS3M75Q.production.result.setting"} 0 kafka_topic_partition_oldest_offset{partition="1",topic="CMTS3M75Q.production.result.settings"} 797 kafka_topic_partition_oldest_offset{partition="1",topic="CMTS3M75Q.production.status"} 588265 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Temperature"} 31 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Weight"} 1655 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Temperature"} 235 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Weight"} 10814 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.cb.sqlite.v1.local.database_version"} 6 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter"} 9 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter_default"} 7 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.cb.sqlite.v1.production.database_version"} 30 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter"} 79 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter_default"} 23 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.coffeeInfo"} 218 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.database_version"} 10 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.maintaining_record"} 49 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.making_count"} 200 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.warning_error"} 375 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 2080 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.database_version"} 6899 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 539 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.making_count"} 7348 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.warning_error"} 35253 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.maintaining_record"} 120 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_count"} 373 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_details"} 31310 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 661 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_count"} 22037 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 449098 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.coffeeInfo"} 56 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.database_version"} 2 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.maintaining_record"} 21 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.making_count"} 56 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.warning_error"} 82 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 240 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.database_version"} 142 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 130 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.making_count"} 236 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.warning_error"} 863 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.coffeeInfo"} 63 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.database_version"} 2 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.maintaining_record"} 14 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.making_count"} 65 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.warning_error"} 102 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 248 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.database_version"} 147 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 128 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.making_count"} 240 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.warning_error"} 919 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.coffeeInfo"} 52 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.database_version"} 1 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.maintaining_record"} 14 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.making_count"} 68 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.warning_error"} 94 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 243 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.database_version"} 151 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 142 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.making_count"} 248 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.warning_error"} 898 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.kso.db.v1.production.receipts"} 2 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.kso.db.v1.production.settings"} 0 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.kso.db.v1.production.shows"} 5129 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.lacte.db.v1.production.dict_record"} 6 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 1635 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.lacte.db.v1.production.error_record"} 217 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 89979 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.lacte.db.v1.production.info"} 9 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.lacte.db.v1.production.info_record"} 686 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 10721 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 15407 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.lacte.db.v1.production.stat_record"} 1017 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand"} 0 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand_tab"} 0 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink"} 3263 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_cup"} 9789 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_reception"} 7268 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_material"} 14882 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_media"} 95 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_setting"} 94039 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.machine.db.v1.local.yk_db_version"} 0 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_clean"} 0 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_task"} 5 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand"} 0 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand_tab"} 0 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 1.285919e+06 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 1.3538414e+07 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_reception"} 1.4169864e+07 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_material"} 461161 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_media"} 181258 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_setting"} 7.946393e+06 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_db_version"} 1424 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 1.952457e+06 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_task"} 277371 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand"} 0 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand_tab"} 0 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 0 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 6 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_reception"} 4 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_material"} 8 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_media"} 0 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_setting"} 36 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 0 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand"} 0 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand_tab"} 0 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink"} 0 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_cup"} 0 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_reception"} 50 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_error_record"} 41703 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_maintain_record"} 422474 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_material"} 100 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_media"} 0 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_setting"} 637 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_db_version"} 0 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_clean"} 0 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_machineCount"} 14563 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make"} 2.556839e+06 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make_count"} 5487 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand"} 0 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand_tab"} 0 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 0 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 0 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_reception"} 1750 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_error_record"} 1.734934e+06 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 2.7404484e+07 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_material"} 3500 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_media"} 0 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_setting"} 23668 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_db_version"} 0 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 0 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_machineCount"} 3.6608039e+07 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 1.32075374e+08 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make_count"} 1.1790035e+07 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Events"} 2.070487e+06 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.History"} 8886 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 1.39806086e+08 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.local.Log"} 8505 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 1.066232e+07 kafka_topic_partition_oldest_offset{partition="1",topic="CMT_ARCHIVE.state_of_KM.sqlite.v1.production.state"} 1821 kafka_topic_partition_oldest_offset{partition="1",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="1",topic="coffee.production.commands.clean"} 0 kafka_topic_partition_oldest_offset{partition="1",topic="coffee.production.commands.cleans"} 0 kafka_topic_partition_oldest_offset{partition="1",topic="coffee.production.commands.execute"} 0 kafka_topic_partition_oldest_offset{partition="1",topic="coffee.production.commands.file"} 0 kafka_topic_partition_oldest_offset{partition="1",topic="coffee.production.commands.program"} 0 kafka_topic_partition_oldest_offset{partition="1",topic="coffee.production.commands.programs"} 0 kafka_topic_partition_oldest_offset{partition="1",topic="coffee.production.commands.setting"} 0 kafka_topic_partition_oldest_offset{partition="1",topic="coffee.production.commands.settings"} 0 kafka_topic_partition_oldest_offset{partition="1",topic="coffee.production.events"} 2.3582421e+07 kafka_topic_partition_oldest_offset{partition="1",topic="coffee.production.maintain"} 1.141317e+06 kafka_topic_partition_oldest_offset{partition="1",topic="coffee.production.make"} 5.528951e+06 kafka_topic_partition_oldest_offset{partition="1",topic="coffee.production.menus"} 0 kafka_topic_partition_oldest_offset{partition="1",topic="coffee.production.result.clean"} 0 kafka_topic_partition_oldest_offset{partition="1",topic="coffee.production.result.cleans"} 0 kafka_topic_partition_oldest_offset{partition="1",topic="coffee.production.result.execute"} 0 kafka_topic_partition_oldest_offset{partition="1",topic="coffee.production.result.file"} 0 kafka_topic_partition_oldest_offset{partition="1",topic="coffee.production.result.program"} 0 kafka_topic_partition_oldest_offset{partition="1",topic="coffee.production.result.programs"} 0 kafka_topic_partition_oldest_offset{partition="1",topic="coffee.production.result.setting"} 0 kafka_topic_partition_oldest_offset{partition="1",topic="coffee.production.result.settings"} 0 kafka_topic_partition_oldest_offset{partition="1",topic="coffee.production.status"} 295334 kafka_topic_partition_oldest_offset{partition="10",topic="CMTS3M75Q.develop.events.device-status"} 0 kafka_topic_partition_oldest_offset{partition="10",topic="CMTS3M75Q.develop.events.kso-ui"} 0 kafka_topic_partition_oldest_offset{partition="10",topic="CMTS3M75Q.develop.events.screen-capture"} 0 kafka_topic_partition_oldest_offset{partition="10",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="11",topic="CMTS3M75Q.develop.events.device-status"} 0 kafka_topic_partition_oldest_offset{partition="11",topic="CMTS3M75Q.develop.events.kso-ui"} 0 kafka_topic_partition_oldest_offset{partition="11",topic="CMTS3M75Q.develop.events.screen-capture"} 0 kafka_topic_partition_oldest_offset{partition="11",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="12",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="13",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="14",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="15",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="16",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="17",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="18",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="19",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="2",topic="CMTS3M75Q.develop.events.device-status"} 0 kafka_topic_partition_oldest_offset{partition="2",topic="CMTS3M75Q.develop.events.kso-ui"} 0 kafka_topic_partition_oldest_offset{partition="2",topic="CMTS3M75Q.develop.events.screen-capture"} 0 kafka_topic_partition_oldest_offset{partition="2",topic="CMTS3M75Q.production.commands.clean"} 4909 kafka_topic_partition_oldest_offset{partition="2",topic="CMTS3M75Q.production.commands.cleans"} 2048 kafka_topic_partition_oldest_offset{partition="2",topic="CMTS3M75Q.production.commands.execute"} 0 kafka_topic_partition_oldest_offset{partition="2",topic="CMTS3M75Q.production.commands.file"} 9391 kafka_topic_partition_oldest_offset{partition="2",topic="CMTS3M75Q.production.commands.program"} 17952 kafka_topic_partition_oldest_offset{partition="2",topic="CMTS3M75Q.production.commands.programs"} 1581 kafka_topic_partition_oldest_offset{partition="2",topic="CMTS3M75Q.production.commands.setting"} 0 kafka_topic_partition_oldest_offset{partition="2",topic="CMTS3M75Q.production.commands.settings"} 2231 kafka_topic_partition_oldest_offset{partition="2",topic="CMTS3M75Q.production.events"} 7.5299623e+07 kafka_topic_partition_oldest_offset{partition="2",topic="CMTS3M75Q.production.maintain"} 3.287281e+06 kafka_topic_partition_oldest_offset{partition="2",topic="CMTS3M75Q.production.make"} 7.234563e+06 kafka_topic_partition_oldest_offset{partition="2",topic="CMTS3M75Q.production.menus"} 1 kafka_topic_partition_oldest_offset{partition="2",topic="CMTS3M75Q.production.result.clean"} 2436 kafka_topic_partition_oldest_offset{partition="2",topic="CMTS3M75Q.production.result.cleans"} 698 kafka_topic_partition_oldest_offset{partition="2",topic="CMTS3M75Q.production.result.execute"} 1 kafka_topic_partition_oldest_offset{partition="2",topic="CMTS3M75Q.production.result.file"} 5800 kafka_topic_partition_oldest_offset{partition="2",topic="CMTS3M75Q.production.result.program"} 9776 kafka_topic_partition_oldest_offset{partition="2",topic="CMTS3M75Q.production.result.programs"} 703 kafka_topic_partition_oldest_offset{partition="2",topic="CMTS3M75Q.production.result.setting"} 0 kafka_topic_partition_oldest_offset{partition="2",topic="CMTS3M75Q.production.result.settings"} 759 kafka_topic_partition_oldest_offset{partition="2",topic="CMTS3M75Q.production.status"} 483596 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Temperature"} 41 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Weight"} 1562 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Temperature"} 240 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Weight"} 10484 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.cb.sqlite.v1.local.database_version"} 8 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter"} 6 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter_default"} 12 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.cb.sqlite.v1.production.database_version"} 15 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter"} 101 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter_default"} 12 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.coffeeInfo"} 216 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.database_version"} 5 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.maintaining_record"} 82 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.making_count"} 206 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.warning_error"} 365 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 5515 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.database_version"} 15 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 138 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.making_count"} 21077 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.warning_error"} 21514 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.maintaining_record"} 111 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_count"} 398 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_details"} 31403 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 952 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_count"} 38923 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 388517 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.coffeeInfo"} 64 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.database_version"} 6 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.maintaining_record"} 25 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.making_count"} 58 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.warning_error"} 111 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 551 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.database_version"} 2 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 57 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.making_count"} 530 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.warning_error"} 649 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.coffeeInfo"} 61 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.database_version"} 1 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.maintaining_record"} 17 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.making_count"} 45 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.warning_error"} 104 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 530 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.database_version"} 2 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 31 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.making_count"} 520 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.warning_error"} 621 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.coffeeInfo"} 58 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.database_version"} 2 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.maintaining_record"} 19 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.making_count"} 46 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.warning_error"} 104 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 539 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.database_version"} 3 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 38 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.making_count"} 526 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.warning_error"} 624 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.kso.db.v1.production.receipts"} 29 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.kso.db.v1.production.settings"} 0 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.kso.db.v1.production.shows"} 8177 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.lacte.db.v1.production.dict_record"} 13 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 3290 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.lacte.db.v1.production.error_record"} 197 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 91694 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.lacte.db.v1.production.info"} 9 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.lacte.db.v1.production.info_record"} 717 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 11071 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 15981 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.lacte.db.v1.production.stat_record"} 1002 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand"} 7442 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand_tab"} 0 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink"} 18583 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_cup"} 35970 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_reception"} 14536 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_material"} 29801 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_media"} 11873 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_setting"} 207221 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.machine.db.v1.local.yk_db_version"} 1 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_clean"} 0 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_task"} 6 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand"} 230601 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand_tab"} 0 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 8.08793e+06 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 5.6616873e+07 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_reception"} 2.8341908e+07 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_material"} 1.4938847e+07 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_media"} 1.2008135e+07 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_setting"} 2.8087412e+07 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_db_version"} 16 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 3.896211e+06 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_task"} 242358 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand"} 4 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand_tab"} 0 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 12 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 28 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_reception"} 8 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_material"} 16 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_media"} 8 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_setting"} 92 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 0 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand"} 50 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand_tab"} 0 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink"} 188 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_cup"} 414 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_reception"} 100 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_error_record"} 41567 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_maintain_record"} 447256 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_material"} 238 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_media"} 100 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_setting"} 1264 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_db_version"} 0 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_clean"} 0 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_machineCount"} 14438 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make"} 2.55992e+06 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make_count"} 5344 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand"} 1751 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand_tab"} 0 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 88923 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 489910 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_reception"} 3500 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_error_record"} 1.754104e+06 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 2.9134072e+07 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_material"} 135579 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_media"} 254692 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_setting"} 44755 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_db_version"} 0 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 0 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_machineCount"} 3.4708156e+07 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 1.32102693e+08 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make_count"} 1.389078e+07 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Events"} 1.919672e+06 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.History"} 9523 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 1.39824555e+08 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.local.Log"} 8524 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 1.0658991e+07 kafka_topic_partition_oldest_offset{partition="2",topic="CMT_ARCHIVE.state_of_KM.sqlite.v1.production.state"} 2735 kafka_topic_partition_oldest_offset{partition="2",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="2",topic="coffee.production.commands.clean"} 0 kafka_topic_partition_oldest_offset{partition="2",topic="coffee.production.commands.cleans"} 0 kafka_topic_partition_oldest_offset{partition="2",topic="coffee.production.commands.execute"} 0 kafka_topic_partition_oldest_offset{partition="2",topic="coffee.production.commands.file"} 0 kafka_topic_partition_oldest_offset{partition="2",topic="coffee.production.commands.program"} 0 kafka_topic_partition_oldest_offset{partition="2",topic="coffee.production.commands.programs"} 0 kafka_topic_partition_oldest_offset{partition="2",topic="coffee.production.commands.setting"} 0 kafka_topic_partition_oldest_offset{partition="2",topic="coffee.production.commands.settings"} 0 kafka_topic_partition_oldest_offset{partition="2",topic="coffee.production.events"} 1.9973367e+07 kafka_topic_partition_oldest_offset{partition="2",topic="coffee.production.maintain"} 964415 kafka_topic_partition_oldest_offset{partition="2",topic="coffee.production.make"} 4.715778e+06 kafka_topic_partition_oldest_offset{partition="2",topic="coffee.production.menus"} 0 kafka_topic_partition_oldest_offset{partition="2",topic="coffee.production.result.clean"} 0 kafka_topic_partition_oldest_offset{partition="2",topic="coffee.production.result.cleans"} 0 kafka_topic_partition_oldest_offset{partition="2",topic="coffee.production.result.execute"} 2 kafka_topic_partition_oldest_offset{partition="2",topic="coffee.production.result.file"} 0 kafka_topic_partition_oldest_offset{partition="2",topic="coffee.production.result.program"} 0 kafka_topic_partition_oldest_offset{partition="2",topic="coffee.production.result.programs"} 0 kafka_topic_partition_oldest_offset{partition="2",topic="coffee.production.result.setting"} 0 kafka_topic_partition_oldest_offset{partition="2",topic="coffee.production.result.settings"} 0 kafka_topic_partition_oldest_offset{partition="2",topic="coffee.production.status"} 282298 kafka_topic_partition_oldest_offset{partition="20",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="21",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="22",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="23",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="24",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="25",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="26",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="27",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="28",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="29",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="3",topic="CMTS3M75Q.develop.events.device-status"} 0 kafka_topic_partition_oldest_offset{partition="3",topic="CMTS3M75Q.develop.events.kso-ui"} 0 kafka_topic_partition_oldest_offset{partition="3",topic="CMTS3M75Q.develop.events.screen-capture"} 0 kafka_topic_partition_oldest_offset{partition="3",topic="CMTS3M75Q.production.commands.clean"} 4978 kafka_topic_partition_oldest_offset{partition="3",topic="CMTS3M75Q.production.commands.cleans"} 1626 kafka_topic_partition_oldest_offset{partition="3",topic="CMTS3M75Q.production.commands.execute"} 0 kafka_topic_partition_oldest_offset{partition="3",topic="CMTS3M75Q.production.commands.file"} 9699 kafka_topic_partition_oldest_offset{partition="3",topic="CMTS3M75Q.production.commands.program"} 17175 kafka_topic_partition_oldest_offset{partition="3",topic="CMTS3M75Q.production.commands.programs"} 1504 kafka_topic_partition_oldest_offset{partition="3",topic="CMTS3M75Q.production.commands.setting"} 0 kafka_topic_partition_oldest_offset{partition="3",topic="CMTS3M75Q.production.commands.settings"} 1788 kafka_topic_partition_oldest_offset{partition="3",topic="CMTS3M75Q.production.events"} 4.925296e+07 kafka_topic_partition_oldest_offset{partition="3",topic="CMTS3M75Q.production.maintain"} 3.027243e+06 kafka_topic_partition_oldest_offset{partition="3",topic="CMTS3M75Q.production.make"} 7.414432e+06 kafka_topic_partition_oldest_offset{partition="3",topic="CMTS3M75Q.production.menus"} 0 kafka_topic_partition_oldest_offset{partition="3",topic="CMTS3M75Q.production.result.clean"} 2613 kafka_topic_partition_oldest_offset{partition="3",topic="CMTS3M75Q.production.result.cleans"} 730 kafka_topic_partition_oldest_offset{partition="3",topic="CMTS3M75Q.production.result.execute"} 2 kafka_topic_partition_oldest_offset{partition="3",topic="CMTS3M75Q.production.result.file"} 6164 kafka_topic_partition_oldest_offset{partition="3",topic="CMTS3M75Q.production.result.program"} 10378 kafka_topic_partition_oldest_offset{partition="3",topic="CMTS3M75Q.production.result.programs"} 724 kafka_topic_partition_oldest_offset{partition="3",topic="CMTS3M75Q.production.result.setting"} 0 kafka_topic_partition_oldest_offset{partition="3",topic="CMTS3M75Q.production.result.settings"} 769 kafka_topic_partition_oldest_offset{partition="3",topic="CMTS3M75Q.production.status"} 512861 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Temperature"} 27 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Weight"} 1694 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Temperature"} 182 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Weight"} 10611 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.cb.sqlite.v1.local.database_version"} 11 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter"} 7 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter_default"} 10 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.cb.sqlite.v1.production.database_version"} 26 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter"} 142 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter_default"} 20 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.coffeeInfo"} 242 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.database_version"} 10 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.maintaining_record"} 75 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.making_count"} 205 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.warning_error"} 374 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 6430 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.database_version"} 19 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 961 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.making_count"} 34850 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.warning_error"} 42154 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.maintaining_record"} 112 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_count"} 373 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_details"} 31279 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 1070 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_count"} 82035 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 442110 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.coffeeInfo"} 46 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.database_version"} 1 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.maintaining_record"} 20 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.making_count"} 49 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.warning_error"} 104 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 717 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.database_version"} 3 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 229 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.making_count"} 801 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.warning_error"} 1059 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.coffeeInfo"} 59 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.database_version"} 7 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.maintaining_record"} 25 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.making_count"} 51 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.warning_error"} 107 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 440 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.database_version"} 4 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 238 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.making_count"} 808 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.warning_error"} 1019 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.coffeeInfo"} 62 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.database_version"} 3 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.maintaining_record"} 22 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.making_count"} 49 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.warning_error"} 101 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 741 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.database_version"} 3 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 226 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.making_count"} 808 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.warning_error"} 1030 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.kso.db.v1.production.receipts"} 215 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.kso.db.v1.production.settings"} 0 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.kso.db.v1.production.shows"} 3026 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.lacte.db.v1.production.dict_record"} 15 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 149 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.lacte.db.v1.production.error_record"} 239 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 91306 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.lacte.db.v1.production.info"} 7 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.lacte.db.v1.production.info_record"} 723 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 12388 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 16295 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.lacte.db.v1.production.stat_record"} 979 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand"} 7442 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand_tab"} 0 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink"} 4678 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_cup"} 14466 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_reception"} 184 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_material"} 37242 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_media"} 1374 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_setting"} 126976 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.machine.db.v1.local.yk_db_version"} 0 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_clean"} 14880 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_task"} 93 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand"} 1.4361563e+07 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand_tab"} 0 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 2.211733e+06 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 2.4385871e+07 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_reception"} 7550 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_material"} 1.154721e+06 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_media"} 6.774366e+06 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_setting"} 1.027195e+07 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_db_version"} 1156 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 389042 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_task"} 363084 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand"} 4 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand_tab"} 0 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 16 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 44 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_reception"} 0 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_material"} 20 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_media"} 0 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_setting"} 60 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 6 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand"} 50 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand_tab"} 0 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink"} 200 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_cup"} 600 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_reception"} 0 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_error_record"} 41953 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_maintain_record"} 441852 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_material"} 288 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_media"} 0 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_setting"} 748 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_db_version"} 0 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_clean"} 100 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_machineCount"} 14519 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make"} 2.560801e+06 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make_count"} 5518 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand"} 82044 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand_tab"} 0 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 91660 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 571727 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_reception"} 0 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_error_record"} 1.728297e+06 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 2.7230717e+07 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_material"} 10244 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_media"} 0 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_setting"} 26217 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_db_version"} 0 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 3490 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_machineCount"} 2.8675012e+07 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 1.32164257e+08 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make_count"} 1.1462874e+07 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Events"} 1.983487e+06 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.History"} 8945 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 1.39804484e+08 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.local.Log"} 8477 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 1.0670419e+07 kafka_topic_partition_oldest_offset{partition="3",topic="CMT_ARCHIVE.state_of_KM.sqlite.v1.production.state"} 930 kafka_topic_partition_oldest_offset{partition="3",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="3",topic="coffee.production.commands.clean"} 0 kafka_topic_partition_oldest_offset{partition="3",topic="coffee.production.commands.cleans"} 0 kafka_topic_partition_oldest_offset{partition="3",topic="coffee.production.commands.execute"} 0 kafka_topic_partition_oldest_offset{partition="3",topic="coffee.production.commands.file"} 0 kafka_topic_partition_oldest_offset{partition="3",topic="coffee.production.commands.program"} 0 kafka_topic_partition_oldest_offset{partition="3",topic="coffee.production.commands.programs"} 0 kafka_topic_partition_oldest_offset{partition="3",topic="coffee.production.commands.setting"} 0 kafka_topic_partition_oldest_offset{partition="3",topic="coffee.production.commands.settings"} 0 kafka_topic_partition_oldest_offset{partition="3",topic="coffee.production.events"} 2.6019611e+07 kafka_topic_partition_oldest_offset{partition="3",topic="coffee.production.maintain"} 1.403471e+06 kafka_topic_partition_oldest_offset{partition="3",topic="coffee.production.make"} 5.653044e+06 kafka_topic_partition_oldest_offset{partition="3",topic="coffee.production.menus"} 0 kafka_topic_partition_oldest_offset{partition="3",topic="coffee.production.result.clean"} 0 kafka_topic_partition_oldest_offset{partition="3",topic="coffee.production.result.cleans"} 0 kafka_topic_partition_oldest_offset{partition="3",topic="coffee.production.result.execute"} 1 kafka_topic_partition_oldest_offset{partition="3",topic="coffee.production.result.file"} 0 kafka_topic_partition_oldest_offset{partition="3",topic="coffee.production.result.program"} 0 kafka_topic_partition_oldest_offset{partition="3",topic="coffee.production.result.programs"} 0 kafka_topic_partition_oldest_offset{partition="3",topic="coffee.production.result.setting"} 0 kafka_topic_partition_oldest_offset{partition="3",topic="coffee.production.result.settings"} 0 kafka_topic_partition_oldest_offset{partition="3",topic="coffee.production.status"} 316883 kafka_topic_partition_oldest_offset{partition="30",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="31",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="32",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="33",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="34",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="35",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="36",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="37",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="38",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="39",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="4",topic="CMTS3M75Q.develop.events.device-status"} 0 kafka_topic_partition_oldest_offset{partition="4",topic="CMTS3M75Q.develop.events.kso-ui"} 0 kafka_topic_partition_oldest_offset{partition="4",topic="CMTS3M75Q.develop.events.screen-capture"} 0 kafka_topic_partition_oldest_offset{partition="4",topic="CMTS3M75Q.production.commands.clean"} 5108 kafka_topic_partition_oldest_offset{partition="4",topic="CMTS3M75Q.production.commands.cleans"} 2029 kafka_topic_partition_oldest_offset{partition="4",topic="CMTS3M75Q.production.commands.execute"} 0 kafka_topic_partition_oldest_offset{partition="4",topic="CMTS3M75Q.production.commands.file"} 9440 kafka_topic_partition_oldest_offset{partition="4",topic="CMTS3M75Q.production.commands.program"} 18048 kafka_topic_partition_oldest_offset{partition="4",topic="CMTS3M75Q.production.commands.programs"} 1810 kafka_topic_partition_oldest_offset{partition="4",topic="CMTS3M75Q.production.commands.setting"} 0 kafka_topic_partition_oldest_offset{partition="4",topic="CMTS3M75Q.production.commands.settings"} 1436 kafka_topic_partition_oldest_offset{partition="4",topic="CMTS3M75Q.production.events"} 7.4871188e+07 kafka_topic_partition_oldest_offset{partition="4",topic="CMTS3M75Q.production.maintain"} 2.964907e+06 kafka_topic_partition_oldest_offset{partition="4",topic="CMTS3M75Q.production.make"} 7.248454e+06 kafka_topic_partition_oldest_offset{partition="4",topic="CMTS3M75Q.production.menus"} 0 kafka_topic_partition_oldest_offset{partition="4",topic="CMTS3M75Q.production.result.clean"} 2392 kafka_topic_partition_oldest_offset{partition="4",topic="CMTS3M75Q.production.result.cleans"} 684 kafka_topic_partition_oldest_offset{partition="4",topic="CMTS3M75Q.production.result.execute"} 10 kafka_topic_partition_oldest_offset{partition="4",topic="CMTS3M75Q.production.result.file"} 5645 kafka_topic_partition_oldest_offset{partition="4",topic="CMTS3M75Q.production.result.program"} 9548 kafka_topic_partition_oldest_offset{partition="4",topic="CMTS3M75Q.production.result.programs"} 698 kafka_topic_partition_oldest_offset{partition="4",topic="CMTS3M75Q.production.result.setting"} 0 kafka_topic_partition_oldest_offset{partition="4",topic="CMTS3M75Q.production.result.settings"} 739 kafka_topic_partition_oldest_offset{partition="4",topic="CMTS3M75Q.production.status"} 485208 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Temperature"} 31 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Weight"} 1657 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Temperature"} 276 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Weight"} 10681 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.cb.sqlite.v1.local.database_version"} 7 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter"} 13 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter_default"} 6 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.cb.sqlite.v1.production.database_version"} 29 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter"} 228 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter_default"} 27 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.coffeeInfo"} 235 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.database_version"} 7 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.maintaining_record"} 75 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.making_count"} 180 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.warning_error"} 359 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 942 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.database_version"} 33 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 556 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.making_count"} 14242 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.warning_error"} 21516 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.maintaining_record"} 120 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_count"} 373 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_details"} 31386 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 999 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_count"} 28690 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 453596 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.coffeeInfo"} 68 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.database_version"} 2 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.maintaining_record"} 23 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.making_count"} 62 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.warning_error"} 101 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 120 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.database_version"} 7 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 134 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.making_count"} 380 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.warning_error"} 590 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.coffeeInfo"} 63 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.database_version"} 4 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.maintaining_record"} 23 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.making_count"} 64 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.warning_error"} 96 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 296 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.database_version"} 6 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 134 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.making_count"} 386 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.warning_error"} 612 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.coffeeInfo"} 71 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.database_version"} 2 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.maintaining_record"} 20 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.making_count"} 55 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.warning_error"} 104 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 101 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.database_version"} 11 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 125 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.making_count"} 383 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.warning_error"} 609 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.kso.db.v1.production.receipts"} 215 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.kso.db.v1.production.settings"} 0 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.kso.db.v1.production.shows"} 4016 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.lacte.db.v1.production.dict_record"} 11 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 1519 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.lacte.db.v1.production.error_record"} 200 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 89695 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.lacte.db.v1.production.info"} 15 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.lacte.db.v1.production.info_record"} 700 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 11422 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 16824 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.lacte.db.v1.production.stat_record"} 1029 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand"} 0 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand_tab"} 0 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink"} 20436 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_cup"} 61416 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_reception"} 14721 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_material"} 37279 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_media"} 7304 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_setting"} 78838 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.machine.db.v1.local.yk_db_version"} 47 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_clean"} 0 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_task"} 7 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand"} 0 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand_tab"} 0 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 7.874152e+06 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 9.2290414e+07 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_reception"} 2.8407589e+07 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_material"} 1.156594e+06 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_media"} 7.405135e+06 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_setting"} 1.2268746e+07 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_db_version"} 117271 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 852370 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_task"} 252523 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand"} 0 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand_tab"} 0 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 16 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 42 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_reception"} 8 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_material"} 20 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_media"} 4 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_setting"} 32 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 1 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand"} 0 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand_tab"} 0 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink"} 162 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_cup"} 486 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_reception"} 100 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_error_record"} 41518 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_maintain_record"} 429929 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_material"} 326 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_media"} 50 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_setting"} 362 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_db_version"} 0 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_clean"} 0 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_machineCount"} 14695 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make"} 2.558678e+06 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make_count"} 5363 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand"} 0 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand_tab"} 0 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 71468 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 214404 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_reception"} 129220 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_error_record"} 1.747875e+06 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 2.7805717e+07 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_material"} 11738 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_media"} 127346 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_setting"} 13000 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_db_version"} 0 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 23032 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_machineCount"} 3.868427e+07 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 1.32067832e+08 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make_count"} 1.6781737e+07 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Events"} 2.070499e+06 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.History"} 9334 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 1.39838707e+08 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.local.Log"} 8407 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 1.0668267e+07 kafka_topic_partition_oldest_offset{partition="4",topic="CMT_ARCHIVE.state_of_KM.sqlite.v1.production.state"} 960 kafka_topic_partition_oldest_offset{partition="4",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="4",topic="coffee.production.commands.clean"} 0 kafka_topic_partition_oldest_offset{partition="4",topic="coffee.production.commands.cleans"} 0 kafka_topic_partition_oldest_offset{partition="4",topic="coffee.production.commands.execute"} 0 kafka_topic_partition_oldest_offset{partition="4",topic="coffee.production.commands.file"} 0 kafka_topic_partition_oldest_offset{partition="4",topic="coffee.production.commands.program"} 0 kafka_topic_partition_oldest_offset{partition="4",topic="coffee.production.commands.programs"} 0 kafka_topic_partition_oldest_offset{partition="4",topic="coffee.production.commands.setting"} 0 kafka_topic_partition_oldest_offset{partition="4",topic="coffee.production.commands.settings"} 0 kafka_topic_partition_oldest_offset{partition="4",topic="coffee.production.events"} 2.5422717e+07 kafka_topic_partition_oldest_offset{partition="4",topic="coffee.production.maintain"} 1.23172e+06 kafka_topic_partition_oldest_offset{partition="4",topic="coffee.production.make"} 5.31655e+06 kafka_topic_partition_oldest_offset{partition="4",topic="coffee.production.menus"} 0 kafka_topic_partition_oldest_offset{partition="4",topic="coffee.production.result.clean"} 0 kafka_topic_partition_oldest_offset{partition="4",topic="coffee.production.result.cleans"} 0 kafka_topic_partition_oldest_offset{partition="4",topic="coffee.production.result.execute"} 0 kafka_topic_partition_oldest_offset{partition="4",topic="coffee.production.result.file"} 0 kafka_topic_partition_oldest_offset{partition="4",topic="coffee.production.result.program"} 0 kafka_topic_partition_oldest_offset{partition="4",topic="coffee.production.result.programs"} 0 kafka_topic_partition_oldest_offset{partition="4",topic="coffee.production.result.setting"} 0 kafka_topic_partition_oldest_offset{partition="4",topic="coffee.production.result.settings"} 0 kafka_topic_partition_oldest_offset{partition="4",topic="coffee.production.status"} 295151 kafka_topic_partition_oldest_offset{partition="40",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="41",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="42",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="43",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="44",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="45",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="46",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="47",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="48",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="49",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="5",topic="CMTS3M75Q.develop.events.device-status"} 0 kafka_topic_partition_oldest_offset{partition="5",topic="CMTS3M75Q.develop.events.kso-ui"} 0 kafka_topic_partition_oldest_offset{partition="5",topic="CMTS3M75Q.develop.events.screen-capture"} 0 kafka_topic_partition_oldest_offset{partition="5",topic="CMTS3M75Q.production.commands.clean"} 4823 kafka_topic_partition_oldest_offset{partition="5",topic="CMTS3M75Q.production.commands.cleans"} 1967 kafka_topic_partition_oldest_offset{partition="5",topic="CMTS3M75Q.production.commands.execute"} 0 kafka_topic_partition_oldest_offset{partition="5",topic="CMTS3M75Q.production.commands.file"} 10059 kafka_topic_partition_oldest_offset{partition="5",topic="CMTS3M75Q.production.commands.program"} 17996 kafka_topic_partition_oldest_offset{partition="5",topic="CMTS3M75Q.production.commands.programs"} 1150 kafka_topic_partition_oldest_offset{partition="5",topic="CMTS3M75Q.production.commands.setting"} 0 kafka_topic_partition_oldest_offset{partition="5",topic="CMTS3M75Q.production.commands.settings"} 1581 kafka_topic_partition_oldest_offset{partition="5",topic="CMTS3M75Q.production.events"} 6.420183e+07 kafka_topic_partition_oldest_offset{partition="5",topic="CMTS3M75Q.production.maintain"} 2.982195e+06 kafka_topic_partition_oldest_offset{partition="5",topic="CMTS3M75Q.production.make"} 6.864068e+06 kafka_topic_partition_oldest_offset{partition="5",topic="CMTS3M75Q.production.menus"} 3 kafka_topic_partition_oldest_offset{partition="5",topic="CMTS3M75Q.production.result.clean"} 2471 kafka_topic_partition_oldest_offset{partition="5",topic="CMTS3M75Q.production.result.cleans"} 699 kafka_topic_partition_oldest_offset{partition="5",topic="CMTS3M75Q.production.result.execute"} 10 kafka_topic_partition_oldest_offset{partition="5",topic="CMTS3M75Q.production.result.file"} 5807 kafka_topic_partition_oldest_offset{partition="5",topic="CMTS3M75Q.production.result.program"} 9557 kafka_topic_partition_oldest_offset{partition="5",topic="CMTS3M75Q.production.result.programs"} 672 kafka_topic_partition_oldest_offset{partition="5",topic="CMTS3M75Q.production.result.setting"} 0 kafka_topic_partition_oldest_offset{partition="5",topic="CMTS3M75Q.production.result.settings"} 709 kafka_topic_partition_oldest_offset{partition="5",topic="CMTS3M75Q.production.status"} 421802 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Temperature"} 34 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Weight"} 1672 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Temperature"} 210 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Weight"} 10468 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.cb.sqlite.v1.local.database_version"} 16 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter"} 12 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter_default"} 11 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.cb.sqlite.v1.production.database_version"} 20 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter"} 115 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter_default"} 6912 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.coffeeInfo"} 214 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.database_version"} 14 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.maintaining_record"} 81 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.making_count"} 194 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.warning_error"} 369 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 9393 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.database_version"} 26 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 1284 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.making_count"} 7339 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.warning_error"} 35239 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.maintaining_record"} 114 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_count"} 384 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_details"} 31304 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 2202 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_count"} 51214 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 379665 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.coffeeInfo"} 56 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.database_version"} 2 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.maintaining_record"} 25 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.making_count"} 45 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.warning_error"} 96 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 721 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.database_version"} 5 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 313 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.making_count"} 237 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.warning_error"} 906 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.coffeeInfo"} 50 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.database_version"} 4 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.maintaining_record"} 17 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.making_count"} 53 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.warning_error"} 91 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 831 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.database_version"} 6 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 317 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.making_count"} 244 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.warning_error"} 908 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.coffeeInfo"} 57 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.database_version"} 1 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.maintaining_record"} 29 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.making_count"} 48 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.warning_error"} 89 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 732 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.database_version"} 1 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 322 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.making_count"} 248 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.warning_error"} 897 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.kso.db.v1.production.receipts"} 25 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.kso.db.v1.production.settings"} 990 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.kso.db.v1.production.shows"} 3496 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.lacte.db.v1.production.dict_record"} 8 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 1658 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.lacte.db.v1.production.error_record"} 205 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 95267 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.lacte.db.v1.production.info"} 9 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.lacte.db.v1.production.info_record"} 712 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 10707 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 16908 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.lacte.db.v1.production.stat_record"} 964 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand"} 0 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand_tab"} 0 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink"} 11777 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_cup"} 35439 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_reception"} 0 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_material"} 37205 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_media"} 17838 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_setting"} 80957 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.machine.db.v1.local.yk_db_version"} 0 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_clean"} 0 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_task"} 6 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand"} 0 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand_tab"} 0 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 1.0955963e+07 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 5.4206674e+07 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_reception"} 0 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_material"} 1.152897e+06 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_media"} 441692 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_setting"} 2.354694e+06 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_db_version"} 6 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 1.941491e+06 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_task"} 258042 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand"} 0 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand_tab"} 0 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 8 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 24 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_reception"} 0 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_material"} 20 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_media"} 12 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_setting"} 40 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 0 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand"} 0 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand_tab"} 0 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink"} 62 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_cup"} 186 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_reception"} 0 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_error_record"} 41645 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_maintain_record"} 416885 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_material"} 250 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_media"} 150 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_setting"} 767 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_db_version"} 0 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_clean"} 0 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_machineCount"} 14423 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make"} 2.559724e+06 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make_count"} 5409 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand"} 0 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand_tab"} 0 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 25634 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 116318 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_reception"} 0 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_error_record"} 1.726367e+06 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 2.7299924e+07 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_material"} 8750 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_media"} 5253 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_setting"} 27976 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_db_version"} 0 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 0 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_machineCount"} 4.0598598e+07 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 1.3214961e+08 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make_count"} 1.5632192e+07 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Events"} 1.524808e+06 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.History"} 9259 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 1.39835624e+08 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.local.Log"} 8397 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 1.0664964e+07 kafka_topic_partition_oldest_offset{partition="5",topic="CMT_ARCHIVE.state_of_KM.sqlite.v1.production.state"} 2740 kafka_topic_partition_oldest_offset{partition="5",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="5",topic="coffee.production.commands.clean"} 0 kafka_topic_partition_oldest_offset{partition="5",topic="coffee.production.commands.cleans"} 0 kafka_topic_partition_oldest_offset{partition="5",topic="coffee.production.commands.execute"} 0 kafka_topic_partition_oldest_offset{partition="5",topic="coffee.production.commands.file"} 0 kafka_topic_partition_oldest_offset{partition="5",topic="coffee.production.commands.program"} 0 kafka_topic_partition_oldest_offset{partition="5",topic="coffee.production.commands.programs"} 0 kafka_topic_partition_oldest_offset{partition="5",topic="coffee.production.commands.setting"} 0 kafka_topic_partition_oldest_offset{partition="5",topic="coffee.production.commands.settings"} 0 kafka_topic_partition_oldest_offset{partition="5",topic="coffee.production.events"} 2.1730019e+07 kafka_topic_partition_oldest_offset{partition="5",topic="coffee.production.maintain"} 998313 kafka_topic_partition_oldest_offset{partition="5",topic="coffee.production.make"} 4.871198e+06 kafka_topic_partition_oldest_offset{partition="5",topic="coffee.production.menus"} 0 kafka_topic_partition_oldest_offset{partition="5",topic="coffee.production.result.clean"} 0 kafka_topic_partition_oldest_offset{partition="5",topic="coffee.production.result.cleans"} 0 kafka_topic_partition_oldest_offset{partition="5",topic="coffee.production.result.execute"} 0 kafka_topic_partition_oldest_offset{partition="5",topic="coffee.production.result.file"} 0 kafka_topic_partition_oldest_offset{partition="5",topic="coffee.production.result.program"} 0 kafka_topic_partition_oldest_offset{partition="5",topic="coffee.production.result.programs"} 0 kafka_topic_partition_oldest_offset{partition="5",topic="coffee.production.result.setting"} 0 kafka_topic_partition_oldest_offset{partition="5",topic="coffee.production.result.settings"} 0 kafka_topic_partition_oldest_offset{partition="5",topic="coffee.production.status"} 312571 kafka_topic_partition_oldest_offset{partition="6",topic="CMTS3M75Q.develop.events.device-status"} 0 kafka_topic_partition_oldest_offset{partition="6",topic="CMTS3M75Q.develop.events.kso-ui"} 0 kafka_topic_partition_oldest_offset{partition="6",topic="CMTS3M75Q.develop.events.screen-capture"} 0 kafka_topic_partition_oldest_offset{partition="6",topic="CMTS3M75Q.production.commands.clean"} 4505 kafka_topic_partition_oldest_offset{partition="6",topic="CMTS3M75Q.production.commands.cleans"} 1441 kafka_topic_partition_oldest_offset{partition="6",topic="CMTS3M75Q.production.commands.execute"} 0 kafka_topic_partition_oldest_offset{partition="6",topic="CMTS3M75Q.production.commands.file"} 10190 kafka_topic_partition_oldest_offset{partition="6",topic="CMTS3M75Q.production.commands.program"} 18436 kafka_topic_partition_oldest_offset{partition="6",topic="CMTS3M75Q.production.commands.programs"} 1813 kafka_topic_partition_oldest_offset{partition="6",topic="CMTS3M75Q.production.commands.setting"} 0 kafka_topic_partition_oldest_offset{partition="6",topic="CMTS3M75Q.production.commands.settings"} 1569 kafka_topic_partition_oldest_offset{partition="6",topic="CMTS3M75Q.production.events"} 6.4248528e+07 kafka_topic_partition_oldest_offset{partition="6",topic="CMTS3M75Q.production.maintain"} 2.972213e+06 kafka_topic_partition_oldest_offset{partition="6",topic="CMTS3M75Q.production.make"} 6.779929e+06 kafka_topic_partition_oldest_offset{partition="6",topic="CMTS3M75Q.production.menus"} 0 kafka_topic_partition_oldest_offset{partition="6",topic="CMTS3M75Q.production.result.clean"} 2388 kafka_topic_partition_oldest_offset{partition="6",topic="CMTS3M75Q.production.result.cleans"} 679 kafka_topic_partition_oldest_offset{partition="6",topic="CMTS3M75Q.production.result.execute"} 3 kafka_topic_partition_oldest_offset{partition="6",topic="CMTS3M75Q.production.result.file"} 5470 kafka_topic_partition_oldest_offset{partition="6",topic="CMTS3M75Q.production.result.program"} 9208 kafka_topic_partition_oldest_offset{partition="6",topic="CMTS3M75Q.production.result.programs"} 658 kafka_topic_partition_oldest_offset{partition="6",topic="CMTS3M75Q.production.result.setting"} 0 kafka_topic_partition_oldest_offset{partition="6",topic="CMTS3M75Q.production.result.settings"} 744 kafka_topic_partition_oldest_offset{partition="6",topic="CMTS3M75Q.production.status"} 552899 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Temperature"} 21 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Weight"} 1601 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Temperature"} 212 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Weight"} 10526 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.cb.sqlite.v1.local.database_version"} 12 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter"} 6 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter_default"} 10 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.cb.sqlite.v1.production.database_version"} 21 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter"} 136 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter_default"} 21 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.coffeeInfo"} 256 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.database_version"} 9 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.maintaining_record"} 77 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.making_count"} 198 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.warning_error"} 339 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 2663 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.database_version"} 17 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 536 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.making_count"} 14180 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.warning_error"} 28370 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.maintaining_record"} 121 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_count"} 377 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_details"} 31177 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 959 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_count"} 35080 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 390054 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.coffeeInfo"} 71 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.database_version"} 4 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.maintaining_record"} 15 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.making_count"} 65 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.warning_error"} 138 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 335 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.database_version"} 4 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 134 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.making_count"} 388 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.warning_error"} 753 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.coffeeInfo"} 65 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.database_version"} 1 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.maintaining_record"} 23 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.making_count"} 50 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.warning_error"} 116 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 343 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.database_version"} 4 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 135 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.making_count"} 402 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.warning_error"} 752 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.coffeeInfo"} 57 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.database_version"} 3 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.maintaining_record"} 25 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.making_count"} 62 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.warning_error"} 95 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 355 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.database_version"} 3 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 128 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.making_count"} 392 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.warning_error"} 762 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.kso.db.v1.production.receipts"} 78 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.kso.db.v1.production.settings"} 25 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.kso.db.v1.production.shows"} 2763 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.lacte.db.v1.production.dict_record"} 13 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 2358 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.lacte.db.v1.production.error_record"} 218 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 92986 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.lacte.db.v1.production.info"} 12 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.lacte.db.v1.production.info_record"} 719 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 10814 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 15896 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.lacte.db.v1.production.stat_record"} 1029 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand"} 0 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand_tab"} 0 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink"} 7529 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_cup"} 22803 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_reception"} 0 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_material"} 7441 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_media"} 43 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_setting"} 138767 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.machine.db.v1.local.yk_db_version"} 0 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_clean"} 7440 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_task"} 4 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand"} 0 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand_tab"} 0 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 3.17303e+06 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 3.3586425e+07 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_reception"} 1756 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_material"} 230580 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_media"} 58853 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_setting"} 2.5690379e+07 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_db_version"} 343 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 1.875807e+06 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_task"} 235604 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand"} 0 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand_tab"} 0 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 12 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 34 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_reception"} 0 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_material"} 4 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_media"} 0 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_setting"} 52 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 5 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand"} 0 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand_tab"} 0 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink"} 112 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_cup"} 336 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_reception"} 0 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_error_record"} 41499 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_maintain_record"} 416184 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_material"} 50 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_media"} 0 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_setting"} 646 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_db_version"} 0 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_clean"} 50 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_machineCount"} 14595 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make"} 2.562286e+06 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make_count"} 5381 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand"} 0 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand_tab"} 0 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 48555 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 145665 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_reception"} 0 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_error_record"} 1.721618e+06 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 2.7295219e+07 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_material"} 1750 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_media"} 0 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_setting"} 37220 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_db_version"} 0 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 44079 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_machineCount"} 3.8568232e+07 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 1.32101108e+08 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make_count"} 1.2338432e+07 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Events"} 1.115559e+06 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.History"} 9109 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 1.39853567e+08 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.local.Log"} 8622 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 1.068509e+07 kafka_topic_partition_oldest_offset{partition="6",topic="CMT_ARCHIVE.state_of_KM.sqlite.v1.production.state"} 2698 kafka_topic_partition_oldest_offset{partition="6",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="6",topic="coffee.production.commands.clean"} 0 kafka_topic_partition_oldest_offset{partition="6",topic="coffee.production.commands.cleans"} 0 kafka_topic_partition_oldest_offset{partition="6",topic="coffee.production.commands.execute"} 0 kafka_topic_partition_oldest_offset{partition="6",topic="coffee.production.commands.file"} 0 kafka_topic_partition_oldest_offset{partition="6",topic="coffee.production.commands.program"} 0 kafka_topic_partition_oldest_offset{partition="6",topic="coffee.production.commands.programs"} 0 kafka_topic_partition_oldest_offset{partition="6",topic="coffee.production.commands.setting"} 0 kafka_topic_partition_oldest_offset{partition="6",topic="coffee.production.commands.settings"} 0 kafka_topic_partition_oldest_offset{partition="6",topic="coffee.production.events"} 2.8189171e+07 kafka_topic_partition_oldest_offset{partition="6",topic="coffee.production.maintain"} 1.157122e+06 kafka_topic_partition_oldest_offset{partition="6",topic="coffee.production.make"} 5.372602e+06 kafka_topic_partition_oldest_offset{partition="6",topic="coffee.production.menus"} 0 kafka_topic_partition_oldest_offset{partition="6",topic="coffee.production.result.clean"} 0 kafka_topic_partition_oldest_offset{partition="6",topic="coffee.production.result.cleans"} 0 kafka_topic_partition_oldest_offset{partition="6",topic="coffee.production.result.execute"} 3 kafka_topic_partition_oldest_offset{partition="6",topic="coffee.production.result.file"} 0 kafka_topic_partition_oldest_offset{partition="6",topic="coffee.production.result.program"} 0 kafka_topic_partition_oldest_offset{partition="6",topic="coffee.production.result.programs"} 0 kafka_topic_partition_oldest_offset{partition="6",topic="coffee.production.result.setting"} 0 kafka_topic_partition_oldest_offset{partition="6",topic="coffee.production.result.settings"} 0 kafka_topic_partition_oldest_offset{partition="6",topic="coffee.production.status"} 316575 kafka_topic_partition_oldest_offset{partition="7",topic="CMTS3M75Q.develop.events.device-status"} 0 kafka_topic_partition_oldest_offset{partition="7",topic="CMTS3M75Q.develop.events.kso-ui"} 0 kafka_topic_partition_oldest_offset{partition="7",topic="CMTS3M75Q.develop.events.screen-capture"} 0 kafka_topic_partition_oldest_offset{partition="7",topic="CMTS3M75Q.production.commands.clean"} 4650 kafka_topic_partition_oldest_offset{partition="7",topic="CMTS3M75Q.production.commands.cleans"} 1376 kafka_topic_partition_oldest_offset{partition="7",topic="CMTS3M75Q.production.commands.execute"} 0 kafka_topic_partition_oldest_offset{partition="7",topic="CMTS3M75Q.production.commands.file"} 10045 kafka_topic_partition_oldest_offset{partition="7",topic="CMTS3M75Q.production.commands.program"} 18598 kafka_topic_partition_oldest_offset{partition="7",topic="CMTS3M75Q.production.commands.programs"} 1853 kafka_topic_partition_oldest_offset{partition="7",topic="CMTS3M75Q.production.commands.setting"} 0 kafka_topic_partition_oldest_offset{partition="7",topic="CMTS3M75Q.production.commands.settings"} 1840 kafka_topic_partition_oldest_offset{partition="7",topic="CMTS3M75Q.production.events"} 5.3337532e+07 kafka_topic_partition_oldest_offset{partition="7",topic="CMTS3M75Q.production.maintain"} 2.818845e+06 kafka_topic_partition_oldest_offset{partition="7",topic="CMTS3M75Q.production.make"} 6.649037e+06 kafka_topic_partition_oldest_offset{partition="7",topic="CMTS3M75Q.production.menus"} 0 kafka_topic_partition_oldest_offset{partition="7",topic="CMTS3M75Q.production.result.clean"} 2677 kafka_topic_partition_oldest_offset{partition="7",topic="CMTS3M75Q.production.result.cleans"} 773 kafka_topic_partition_oldest_offset{partition="7",topic="CMTS3M75Q.production.result.execute"} 18 kafka_topic_partition_oldest_offset{partition="7",topic="CMTS3M75Q.production.result.file"} 5930 kafka_topic_partition_oldest_offset{partition="7",topic="CMTS3M75Q.production.result.program"} 10186 kafka_topic_partition_oldest_offset{partition="7",topic="CMTS3M75Q.production.result.programs"} 728 kafka_topic_partition_oldest_offset{partition="7",topic="CMTS3M75Q.production.result.setting"} 0 kafka_topic_partition_oldest_offset{partition="7",topic="CMTS3M75Q.production.result.settings"} 765 kafka_topic_partition_oldest_offset{partition="7",topic="CMTS3M75Q.production.status"} 612961 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Temperature"} 24 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Weight"} 1585 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Temperature"} 242 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Weight"} 10611 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.cb.sqlite.v1.local.database_version"} 7 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter"} 11 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter_default"} 8 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.cb.sqlite.v1.production.database_version"} 22 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter"} 5998 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter_default"} 23 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.coffeeInfo"} 221 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.database_version"} 10 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.maintaining_record"} 70 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.making_count"} 202 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.warning_error"} 329 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 7770 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.database_version"} 15 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 6404 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.making_count"} 14253 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.warning_error"} 42151 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.maintaining_record"} 110 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_count"} 367 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_details"} 31385 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 3903 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_count"} 27500 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 387623 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.coffeeInfo"} 54 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.database_version"} 0 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.maintaining_record"} 19 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.making_count"} 41 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.warning_error"} 88 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 362 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.database_version"} 12 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 79 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.making_count"} 390 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.warning_error"} 1033 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.coffeeInfo"} 55 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.database_version"} 3 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.maintaining_record"} 22 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.making_count"} 55 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.warning_error"} 119 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 536 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.database_version"} 6 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 77 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.making_count"} 366 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.warning_error"} 1027 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.coffeeInfo"} 56 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.database_version"} 5 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.maintaining_record"} 13 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.making_count"} 48 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.warning_error"} 118 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 346 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.database_version"} 5 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 77 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.making_count"} 391 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.warning_error"} 1037 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.kso.db.v1.production.receipts"} 77 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.kso.db.v1.production.settings"} 0 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.kso.db.v1.production.shows"} 4805 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.lacte.db.v1.production.dict_record"} 9 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 846 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.lacte.db.v1.production.error_record"} 212 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 91688 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.lacte.db.v1.production.info"} 9 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.lacte.db.v1.production.info_record"} 750 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 11256 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 15904 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.lacte.db.v1.production.stat_record"} 985 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand"} 7442 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand_tab"} 0 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink"} 587 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_cup"} 1869 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_reception"} 0 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_material"} 14919 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_media"} 6032 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_setting"} 123175 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.machine.db.v1.local.yk_db_version"} 2503 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_clean"} 0 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_task"} 9 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand"} 250604 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand_tab"} 0 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 314980 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 2.219353e+06 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_reception"} 0 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_material"} 462981 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_media"} 139383 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_setting"} 2.3402976e+07 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_db_version"} 4.195725e+06 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 2.793757e+06 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_task"} 202393 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand"} 4 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand_tab"} 0 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 8 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 29 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_reception"} 0 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_material"} 8 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_media"} 4 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_setting"} 52 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 1 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand"} 50 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand_tab"} 0 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink"} 100 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_cup"} 300 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_reception"} 0 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_error_record"} 41425 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_maintain_record"} 414585 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_material"} 138 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_media"} 50 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_setting"} 799 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_db_version"} 0 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_clean"} 0 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_machineCount"} 14612 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make"} 2.564118e+06 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make_count"} 5450 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand"} 47438 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand_tab"} 0 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 152115 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 425796 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_reception"} 0 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_error_record"} 1.717283e+06 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 2.7333811e+07 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_material"} 4994 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_media"} 1751 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_setting"} 147488 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_db_version"} 0 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 23032 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_machineCount"} 3.0620253e+07 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 1.32169961e+08 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make_count"} 1.1864531e+07 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Events"} 3.013063e+06 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.History"} 10141 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 1.3983372e+08 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.local.Log"} 8445 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 1.0673444e+07 kafka_topic_partition_oldest_offset{partition="7",topic="CMT_ARCHIVE.state_of_KM.sqlite.v1.production.state"} 2735 kafka_topic_partition_oldest_offset{partition="7",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="7",topic="coffee.production.commands.clean"} 0 kafka_topic_partition_oldest_offset{partition="7",topic="coffee.production.commands.cleans"} 0 kafka_topic_partition_oldest_offset{partition="7",topic="coffee.production.commands.execute"} 0 kafka_topic_partition_oldest_offset{partition="7",topic="coffee.production.commands.file"} 0 kafka_topic_partition_oldest_offset{partition="7",topic="coffee.production.commands.program"} 0 kafka_topic_partition_oldest_offset{partition="7",topic="coffee.production.commands.programs"} 0 kafka_topic_partition_oldest_offset{partition="7",topic="coffee.production.commands.setting"} 0 kafka_topic_partition_oldest_offset{partition="7",topic="coffee.production.commands.settings"} 0 kafka_topic_partition_oldest_offset{partition="7",topic="coffee.production.events"} 2.5160331e+07 kafka_topic_partition_oldest_offset{partition="7",topic="coffee.production.maintain"} 1.439189e+06 kafka_topic_partition_oldest_offset{partition="7",topic="coffee.production.make"} 5.769068e+06 kafka_topic_partition_oldest_offset{partition="7",topic="coffee.production.menus"} 0 kafka_topic_partition_oldest_offset{partition="7",topic="coffee.production.result.clean"} 0 kafka_topic_partition_oldest_offset{partition="7",topic="coffee.production.result.cleans"} 0 kafka_topic_partition_oldest_offset{partition="7",topic="coffee.production.result.execute"} 0 kafka_topic_partition_oldest_offset{partition="7",topic="coffee.production.result.file"} 0 kafka_topic_partition_oldest_offset{partition="7",topic="coffee.production.result.program"} 0 kafka_topic_partition_oldest_offset{partition="7",topic="coffee.production.result.programs"} 0 kafka_topic_partition_oldest_offset{partition="7",topic="coffee.production.result.setting"} 0 kafka_topic_partition_oldest_offset{partition="7",topic="coffee.production.result.settings"} 0 kafka_topic_partition_oldest_offset{partition="7",topic="coffee.production.status"} 331079 kafka_topic_partition_oldest_offset{partition="8",topic="CMTS3M75Q.develop.events.device-status"} 0 kafka_topic_partition_oldest_offset{partition="8",topic="CMTS3M75Q.develop.events.kso-ui"} 0 kafka_topic_partition_oldest_offset{partition="8",topic="CMTS3M75Q.develop.events.screen-capture"} 0 kafka_topic_partition_oldest_offset{partition="8",topic="CMTS3M75Q.production.commands.clean"} 4492 kafka_topic_partition_oldest_offset{partition="8",topic="CMTS3M75Q.production.commands.cleans"} 1507 kafka_topic_partition_oldest_offset{partition="8",topic="CMTS3M75Q.production.commands.execute"} 0 kafka_topic_partition_oldest_offset{partition="8",topic="CMTS3M75Q.production.commands.file"} 9355 kafka_topic_partition_oldest_offset{partition="8",topic="CMTS3M75Q.production.commands.program"} 18014 kafka_topic_partition_oldest_offset{partition="8",topic="CMTS3M75Q.production.commands.programs"} 1978 kafka_topic_partition_oldest_offset{partition="8",topic="CMTS3M75Q.production.commands.setting"} 0 kafka_topic_partition_oldest_offset{partition="8",topic="CMTS3M75Q.production.commands.settings"} 1192 kafka_topic_partition_oldest_offset{partition="8",topic="CMTS3M75Q.production.events"} 4.3079372e+07 kafka_topic_partition_oldest_offset{partition="8",topic="CMTS3M75Q.production.maintain"} 2.90996e+06 kafka_topic_partition_oldest_offset{partition="8",topic="CMTS3M75Q.production.make"} 6.42563e+06 kafka_topic_partition_oldest_offset{partition="8",topic="CMTS3M75Q.production.menus"} 0 kafka_topic_partition_oldest_offset{partition="8",topic="CMTS3M75Q.production.result.clean"} 2597 kafka_topic_partition_oldest_offset{partition="8",topic="CMTS3M75Q.production.result.cleans"} 752 kafka_topic_partition_oldest_offset{partition="8",topic="CMTS3M75Q.production.result.execute"} 3 kafka_topic_partition_oldest_offset{partition="8",topic="CMTS3M75Q.production.result.file"} 6164 kafka_topic_partition_oldest_offset{partition="8",topic="CMTS3M75Q.production.result.program"} 10370 kafka_topic_partition_oldest_offset{partition="8",topic="CMTS3M75Q.production.result.programs"} 735 kafka_topic_partition_oldest_offset{partition="8",topic="CMTS3M75Q.production.result.setting"} 0 kafka_topic_partition_oldest_offset{partition="8",topic="CMTS3M75Q.production.result.settings"} 765 kafka_topic_partition_oldest_offset{partition="8",topic="CMTS3M75Q.production.status"} 497907 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Temperature"} 31 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Weight"} 1576 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Temperature"} 307 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Weight"} 10768 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.cb.sqlite.v1.local.database_version"} 5 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter"} 7 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter_default"} 8 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.cb.sqlite.v1.production.database_version"} 6917 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter"} 133 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter_default"} 35 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.coffeeInfo"} 191 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.database_version"} 8 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.maintaining_record"} 65 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.making_count"} 192 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.warning_error"} 367 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 9019 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.database_version"} 15 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 964 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.making_count"} 14228 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.warning_error"} 14643 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.maintaining_record"} 130 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_count"} 392 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_details"} 31375 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 6366 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_count"} 77728 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 383233 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.coffeeInfo"} 56 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.database_version"} 3 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.maintaining_record"} 12 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.making_count"} 65 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.warning_error"} 92 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 670 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.database_version"} 7 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 226 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.making_count"} 393 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.warning_error"} 477 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.coffeeInfo"} 47 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.database_version"} 2 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.maintaining_record"} 16 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.making_count"} 58 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.warning_error"} 79 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 667 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.database_version"} 6 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 228 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.making_count"} 394 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.warning_error"} 462 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.coffeeInfo"} 64 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.database_version"} 4 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.maintaining_record"} 23 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.making_count"} 60 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.warning_error"} 110 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 679 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.database_version"} 3 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 226 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.making_count"} 380 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.warning_error"} 471 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.kso.db.v1.production.receipts"} 190 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.kso.db.v1.production.settings"} 838 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.kso.db.v1.production.shows"} 4602 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.lacte.db.v1.production.dict_record"} 9 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 1327 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.lacte.db.v1.production.error_record"} 207 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 94107 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.lacte.db.v1.production.info"} 6 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.lacte.db.v1.production.info_record"} 713 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 10789 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 16040 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.lacte.db.v1.production.stat_record"} 1012 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand"} 7442 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand_tab"} 0 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink"} 356 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_cup"} 1284 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_reception"} 0 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_material"} 15092 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_media"} 8 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_setting"} 90584 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.machine.db.v1.local.yk_db_version"} 139 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_clean"} 14881 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_task"} 54 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand"} 230601 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand_tab"} 0 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 273999 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 1.484623e+06 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_reception"} 0 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_material"} 602176 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_media"} 2641 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_setting"} 1.2785518e+07 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_db_version"} 222561 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 1.4579883e+07 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_task"} 298194 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand"} 4 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand_tab"} 0 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 8 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 20 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_reception"} 0 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_material"} 8 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_media"} 0 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_setting"} 32 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 7 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand"} 50 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand_tab"} 0 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink"} 100 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_cup"} 300 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_reception"} 0 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_error_record"} 41505 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_maintain_record"} 489657 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_material"} 138 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_media"} 0 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_setting"} 435 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_db_version"} 0 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_clean"} 100 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_machineCount"} 14414 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make"} 2.56069e+06 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make_count"} 5428 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand"} 1751 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand_tab"} 0 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 45826 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 137478 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_reception"} 0 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_error_record"} 1.816412e+06 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 3.0910209e+07 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_material"} 4994 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_media"} 0 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_setting"} 15455 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_db_version"} 0 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 129090 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_machineCount"} 3.8690355e+07 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 1.32117016e+08 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make_count"} 1.1356841e+07 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Events"} 1.710653e+06 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.History"} 9453 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 1.39810717e+08 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.local.Log"} 8261 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 1.06725e+07 kafka_topic_partition_oldest_offset{partition="8",topic="CMT_ARCHIVE.state_of_KM.sqlite.v1.production.state"} 912 kafka_topic_partition_oldest_offset{partition="8",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="8",topic="coffee.production.commands.clean"} 0 kafka_topic_partition_oldest_offset{partition="8",topic="coffee.production.commands.cleans"} 0 kafka_topic_partition_oldest_offset{partition="8",topic="coffee.production.commands.execute"} 0 kafka_topic_partition_oldest_offset{partition="8",topic="coffee.production.commands.file"} 0 kafka_topic_partition_oldest_offset{partition="8",topic="coffee.production.commands.program"} 0 kafka_topic_partition_oldest_offset{partition="8",topic="coffee.production.commands.programs"} 0 kafka_topic_partition_oldest_offset{partition="8",topic="coffee.production.commands.setting"} 0 kafka_topic_partition_oldest_offset{partition="8",topic="coffee.production.commands.settings"} 0 kafka_topic_partition_oldest_offset{partition="8",topic="coffee.production.events"} 2.4811028e+07 kafka_topic_partition_oldest_offset{partition="8",topic="coffee.production.maintain"} 1.216501e+06 kafka_topic_partition_oldest_offset{partition="8",topic="coffee.production.make"} 5.689135e+06 kafka_topic_partition_oldest_offset{partition="8",topic="coffee.production.menus"} 0 kafka_topic_partition_oldest_offset{partition="8",topic="coffee.production.result.clean"} 0 kafka_topic_partition_oldest_offset{partition="8",topic="coffee.production.result.cleans"} 0 kafka_topic_partition_oldest_offset{partition="8",topic="coffee.production.result.execute"} 1 kafka_topic_partition_oldest_offset{partition="8",topic="coffee.production.result.file"} 0 kafka_topic_partition_oldest_offset{partition="8",topic="coffee.production.result.program"} 0 kafka_topic_partition_oldest_offset{partition="8",topic="coffee.production.result.programs"} 0 kafka_topic_partition_oldest_offset{partition="8",topic="coffee.production.result.setting"} 0 kafka_topic_partition_oldest_offset{partition="8",topic="coffee.production.result.settings"} 0 kafka_topic_partition_oldest_offset{partition="8",topic="coffee.production.status"} 294122 kafka_topic_partition_oldest_offset{partition="9",topic="CMTS3M75Q.develop.events.device-status"} 0 kafka_topic_partition_oldest_offset{partition="9",topic="CMTS3M75Q.develop.events.kso-ui"} 0 kafka_topic_partition_oldest_offset{partition="9",topic="CMTS3M75Q.develop.events.screen-capture"} 0 kafka_topic_partition_oldest_offset{partition="9",topic="CMTS3M75Q.production.commands.clean"} 5593 kafka_topic_partition_oldest_offset{partition="9",topic="CMTS3M75Q.production.commands.cleans"} 1753 kafka_topic_partition_oldest_offset{partition="9",topic="CMTS3M75Q.production.commands.execute"} 0 kafka_topic_partition_oldest_offset{partition="9",topic="CMTS3M75Q.production.commands.file"} 9605 kafka_topic_partition_oldest_offset{partition="9",topic="CMTS3M75Q.production.commands.program"} 19083 kafka_topic_partition_oldest_offset{partition="9",topic="CMTS3M75Q.production.commands.programs"} 1864 kafka_topic_partition_oldest_offset{partition="9",topic="CMTS3M75Q.production.commands.setting"} 0 kafka_topic_partition_oldest_offset{partition="9",topic="CMTS3M75Q.production.commands.settings"} 2118 kafka_topic_partition_oldest_offset{partition="9",topic="CMTS3M75Q.production.events"} 6.1601247e+07 kafka_topic_partition_oldest_offset{partition="9",topic="CMTS3M75Q.production.maintain"} 3.233336e+06 kafka_topic_partition_oldest_offset{partition="9",topic="CMTS3M75Q.production.make"} 7.119556e+06 kafka_topic_partition_oldest_offset{partition="9",topic="CMTS3M75Q.production.menus"} 0 kafka_topic_partition_oldest_offset{partition="9",topic="CMTS3M75Q.production.result.clean"} 2414 kafka_topic_partition_oldest_offset{partition="9",topic="CMTS3M75Q.production.result.cleans"} 697 kafka_topic_partition_oldest_offset{partition="9",topic="CMTS3M75Q.production.result.execute"} 4 kafka_topic_partition_oldest_offset{partition="9",topic="CMTS3M75Q.production.result.file"} 6090 kafka_topic_partition_oldest_offset{partition="9",topic="CMTS3M75Q.production.result.program"} 10123 kafka_topic_partition_oldest_offset{partition="9",topic="CMTS3M75Q.production.result.programs"} 716 kafka_topic_partition_oldest_offset{partition="9",topic="CMTS3M75Q.production.result.setting"} 0 kafka_topic_partition_oldest_offset{partition="9",topic="CMTS3M75Q.production.result.settings"} 766 kafka_topic_partition_oldest_offset{partition="9",topic="CMTS3M75Q.production.status"} 514015 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Temperature"} 25 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Weight"} 1633 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Temperature"} 289 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Weight"} 10831 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.cb.sqlite.v1.local.database_version"} 5 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter"} 11 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter_default"} 8 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.cb.sqlite.v1.production.database_version"} 10 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter"} 222 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter_default"} 21 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.coffeeInfo"} 236 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.database_version"} 7 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.maintaining_record"} 60 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.making_count"} 178 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.warning_error"} 378 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 3780 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.database_version"} 28 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 581 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.making_count"} 7342 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.warning_error"} 7708 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.maintaining_record"} 112 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_count"} 370 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_details"} 31381 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 1173 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_count"} 17914 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 456378 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.coffeeInfo"} 59 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.database_version"} 3 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.maintaining_record"} 21 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.making_count"} 41 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.warning_error"} 106 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 588 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.database_version"} 2 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 122 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.making_count"} 245 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.warning_error"} 347 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.coffeeInfo"} 67 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.database_version"} 0 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.maintaining_record"} 21 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.making_count"} 54 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.warning_error"} 115 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 412 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.database_version"} 3 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 129 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.making_count"} 258 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.warning_error"} 338 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.coffeeInfo"} 59 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.database_version"} 1 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.maintaining_record"} 14 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.making_count"} 64 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.warning_error"} 114 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 571 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.database_version"} 5 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 133 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.making_count"} 238 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.warning_error"} 334 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.kso.db.v1.production.receipts"} 25 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.kso.db.v1.production.settings"} 693 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.kso.db.v1.production.shows"} 5290 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.lacte.db.v1.production.dict_record"} 12 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 1675 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.lacte.db.v1.production.error_record"} 223 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 91547 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.lacte.db.v1.production.info"} 8 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.lacte.db.v1.production.info_record"} 740 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 11997 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 15364 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.lacte.db.v1.production.stat_record"} 1040 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand"} 0 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand_tab"} 0 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink"} 3023 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_cup"} 9303 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_reception"} 0 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_material"} 44646 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_media"} 11873 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_setting"} 164326 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.machine.db.v1.local.yk_db_version"} 4748 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_clean"} 7440 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_task"} 6 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand"} 0 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand_tab"} 0 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 3.599495e+06 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 1.3922183e+07 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_reception"} 0 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_material"} 1.38348e+06 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_media"} 278674 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_setting"} 1.4576185e+07 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_db_version"} 9.824161e+06 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 1.046051e+06 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_task"} 256074 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand"} 0 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand_tab"} 0 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 8 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 24 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_reception"} 0 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_material"} 24 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_media"} 8 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_setting"} 64 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 4 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand"} 0 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand_tab"} 0 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink"} 138 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_cup"} 414 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_reception"} 0 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_error_record"} 41505 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_maintain_record"} 413591 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_material"} 300 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_media"} 100 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_setting"} 724 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_db_version"} 0 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_clean"} 50 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_machineCount"} 14525 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make"} 2.55778e+06 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make_count"} 5457 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand"} 0 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand_tab"} 0 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 66018 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 489401 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_reception"} 0 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_error_record"} 1.744815e+06 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 2.7875523e+07 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_material"} 10500 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_media"} 3502 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_setting"} 25018 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_db_version"} 0 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 22912 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_machineCount"} 3.2682756e+07 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 1.32114533e+08 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make_count"} 1.0458349e+07 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Events"} 2.306261e+06 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.History"} 10287 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 1.39836374e+08 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.local.Log"} 8386 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 1.0656383e+07 kafka_topic_partition_oldest_offset{partition="9",topic="CMT_ARCHIVE.state_of_KM.sqlite.v1.production.state"} 6333 kafka_topic_partition_oldest_offset{partition="9",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="9",topic="coffee.production.commands.clean"} 0 kafka_topic_partition_oldest_offset{partition="9",topic="coffee.production.commands.cleans"} 0 kafka_topic_partition_oldest_offset{partition="9",topic="coffee.production.commands.execute"} 0 kafka_topic_partition_oldest_offset{partition="9",topic="coffee.production.commands.file"} 0 kafka_topic_partition_oldest_offset{partition="9",topic="coffee.production.commands.program"} 0 kafka_topic_partition_oldest_offset{partition="9",topic="coffee.production.commands.programs"} 0 kafka_topic_partition_oldest_offset{partition="9",topic="coffee.production.commands.setting"} 0 kafka_topic_partition_oldest_offset{partition="9",topic="coffee.production.commands.settings"} 0 kafka_topic_partition_oldest_offset{partition="9",topic="coffee.production.events"} 2.4766334e+07 kafka_topic_partition_oldest_offset{partition="9",topic="coffee.production.maintain"} 1.18901e+06 kafka_topic_partition_oldest_offset{partition="9",topic="coffee.production.make"} 5.105971e+06 kafka_topic_partition_oldest_offset{partition="9",topic="coffee.production.menus"} 0 kafka_topic_partition_oldest_offset{partition="9",topic="coffee.production.result.clean"} 0 kafka_topic_partition_oldest_offset{partition="9",topic="coffee.production.result.cleans"} 0 kafka_topic_partition_oldest_offset{partition="9",topic="coffee.production.result.execute"} 0 kafka_topic_partition_oldest_offset{partition="9",topic="coffee.production.result.file"} 0 kafka_topic_partition_oldest_offset{partition="9",topic="coffee.production.result.program"} 0 kafka_topic_partition_oldest_offset{partition="9",topic="coffee.production.result.programs"} 0 kafka_topic_partition_oldest_offset{partition="9",topic="coffee.production.result.setting"} 0 kafka_topic_partition_oldest_offset{partition="9",topic="coffee.production.result.settings"} 0 kafka_topic_partition_oldest_offset{partition="9",topic="coffee.production.status"} 287365 # HELP kafka_topic_partition_replicas Number of Replicas for this Topic/Partition # TYPE kafka_topic_partition_replicas gauge kafka_topic_partition_replicas{partition="0",topic="CMTS3M75Q.develop.events.device-status"} 1 kafka_topic_partition_replicas{partition="0",topic="CMTS3M75Q.develop.events.kso-ui"} 1 kafka_topic_partition_replicas{partition="0",topic="CMTS3M75Q.develop.events.screen-capture"} 1 kafka_topic_partition_replicas{partition="0",topic="CMTS3M75Q.production.commands.clean"} 3 kafka_topic_partition_replicas{partition="0",topic="CMTS3M75Q.production.commands.cleans"} 3 kafka_topic_partition_replicas{partition="0",topic="CMTS3M75Q.production.commands.execute"} 3 kafka_topic_partition_replicas{partition="0",topic="CMTS3M75Q.production.commands.file"} 3 kafka_topic_partition_replicas{partition="0",topic="CMTS3M75Q.production.commands.program"} 3 kafka_topic_partition_replicas{partition="0",topic="CMTS3M75Q.production.commands.programs"} 3 kafka_topic_partition_replicas{partition="0",topic="CMTS3M75Q.production.commands.setting"} 3 kafka_topic_partition_replicas{partition="0",topic="CMTS3M75Q.production.commands.settings"} 3 kafka_topic_partition_replicas{partition="0",topic="CMTS3M75Q.production.events"} 3 kafka_topic_partition_replicas{partition="0",topic="CMTS3M75Q.production.maintain"} 3 kafka_topic_partition_replicas{partition="0",topic="CMTS3M75Q.production.make"} 3 kafka_topic_partition_replicas{partition="0",topic="CMTS3M75Q.production.menus"} 3 kafka_topic_partition_replicas{partition="0",topic="CMTS3M75Q.production.result.clean"} 3 kafka_topic_partition_replicas{partition="0",topic="CMTS3M75Q.production.result.cleans"} 3 kafka_topic_partition_replicas{partition="0",topic="CMTS3M75Q.production.result.execute"} 3 kafka_topic_partition_replicas{partition="0",topic="CMTS3M75Q.production.result.file"} 3 kafka_topic_partition_replicas{partition="0",topic="CMTS3M75Q.production.result.program"} 3 kafka_topic_partition_replicas{partition="0",topic="CMTS3M75Q.production.result.programs"} 3 kafka_topic_partition_replicas{partition="0",topic="CMTS3M75Q.production.result.setting"} 3 kafka_topic_partition_replicas{partition="0",topic="CMTS3M75Q.production.result.settings"} 3 kafka_topic_partition_replicas{partition="0",topic="CMTS3M75Q.production.status"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Temperature"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Weight"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Temperature"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Weight"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.cb.sqlite.v1.local.database_version"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter_default"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.cb.sqlite.v1.production.database_version"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter_default"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.coffeeInfo"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.database_version"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.making_count"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.warning_error"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.database_version"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.making_count"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.warning_error"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_count"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_details"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_count"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.coffeeInfo"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.database_version"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.making_count"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.warning_error"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.database_version"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.making_count"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.warning_error"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.coffeeInfo"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.database_version"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.making_count"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.warning_error"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.database_version"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.making_count"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.warning_error"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.coffeeInfo"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.database_version"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.making_count"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.warning_error"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.database_version"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.making_count"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.warning_error"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.kso.db.v1.production.receipts"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.kso.db.v1.production.settings"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.kso.db.v1.production.shows"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.lacte.db.v1.production.dict_record"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.lacte.db.v1.production.error_record"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.lacte.db.v1.production.info"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.lacte.db.v1.production.info_record"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.lacte.db.v1.production.stat_record"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand_tab"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_cup"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_reception"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_material"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_media"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_setting"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.machine.db.v1.local.yk_db_version"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_clean"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_task"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand_tab"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_reception"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_material"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_media"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_setting"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_db_version"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_task"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand_tab"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_reception"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_material"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_media"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_setting"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand_tab"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_cup"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_reception"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_error_record"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_maintain_record"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_material"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_media"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_setting"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_db_version"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_clean"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_machineCount"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make_count"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand_tab"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_reception"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_error_record"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_material"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_media"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_setting"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_db_version"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_machineCount"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make_count"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Events"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.History"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.local.Log"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_ARCHIVE.state_of_KM.sqlite.v1.production.state"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_RECIPE_API.v1.dev.recipe_ingredients"} 1 kafka_topic_partition_replicas{partition="0",topic="CMT_RECIPE_API.v1.develop.recipe_ingredients"} 1 kafka_topic_partition_replicas{partition="0",topic="CMT_RECIPE_API.v1.local.recipe_ingredients"} 1 kafka_topic_partition_replicas{partition="0",topic="CMT_RECIPE_API.v1.production.recipe_ingredients"} 1 kafka_topic_partition_replicas{partition="0",topic="CMT_RECIPE_API.v1.production.recipe_ingredients.dlt"} 3 kafka_topic_partition_replicas{partition="0",topic="CMT_RECIPE_API.v1.sandbox.recipe_ingredients"} 1 kafka_topic_partition_replicas{partition="0",topic="CMT_RECIPE_API.v1.stage.recipe_ingredients"} 1 kafka_topic_partition_replicas{partition="0",topic="__consumer_offsets"} 3 kafka_topic_partition_replicas{partition="0",topic="coffee.production.commands.clean"} 3 kafka_topic_partition_replicas{partition="0",topic="coffee.production.commands.cleans"} 3 kafka_topic_partition_replicas{partition="0",topic="coffee.production.commands.execute"} 3 kafka_topic_partition_replicas{partition="0",topic="coffee.production.commands.file"} 3 kafka_topic_partition_replicas{partition="0",topic="coffee.production.commands.program"} 3 kafka_topic_partition_replicas{partition="0",topic="coffee.production.commands.programs"} 3 kafka_topic_partition_replicas{partition="0",topic="coffee.production.commands.setting"} 3 kafka_topic_partition_replicas{partition="0",topic="coffee.production.commands.settings"} 3 kafka_topic_partition_replicas{partition="0",topic="coffee.production.events"} 3 kafka_topic_partition_replicas{partition="0",topic="coffee.production.maintain"} 3 kafka_topic_partition_replicas{partition="0",topic="coffee.production.make"} 3 kafka_topic_partition_replicas{partition="0",topic="coffee.production.menus"} 3 kafka_topic_partition_replicas{partition="0",topic="coffee.production.result.clean"} 3 kafka_topic_partition_replicas{partition="0",topic="coffee.production.result.cleans"} 3 kafka_topic_partition_replicas{partition="0",topic="coffee.production.result.execute"} 3 kafka_topic_partition_replicas{partition="0",topic="coffee.production.result.file"} 3 kafka_topic_partition_replicas{partition="0",topic="coffee.production.result.program"} 3 kafka_topic_partition_replicas{partition="0",topic="coffee.production.result.programs"} 3 kafka_topic_partition_replicas{partition="0",topic="coffee.production.result.setting"} 3 kafka_topic_partition_replicas{partition="0",topic="coffee.production.result.settings"} 3 kafka_topic_partition_replicas{partition="0",topic="coffee.production.status"} 3 kafka_topic_partition_replicas{partition="0",topic="test"} 3 kafka_topic_partition_replicas{partition="1",topic="CMTS3M75Q.develop.events.device-status"} 1 kafka_topic_partition_replicas{partition="1",topic="CMTS3M75Q.develop.events.kso-ui"} 1 kafka_topic_partition_replicas{partition="1",topic="CMTS3M75Q.develop.events.screen-capture"} 1 kafka_topic_partition_replicas{partition="1",topic="CMTS3M75Q.production.commands.clean"} 3 kafka_topic_partition_replicas{partition="1",topic="CMTS3M75Q.production.commands.cleans"} 3 kafka_topic_partition_replicas{partition="1",topic="CMTS3M75Q.production.commands.execute"} 3 kafka_topic_partition_replicas{partition="1",topic="CMTS3M75Q.production.commands.file"} 3 kafka_topic_partition_replicas{partition="1",topic="CMTS3M75Q.production.commands.program"} 3 kafka_topic_partition_replicas{partition="1",topic="CMTS3M75Q.production.commands.programs"} 3 kafka_topic_partition_replicas{partition="1",topic="CMTS3M75Q.production.commands.setting"} 3 kafka_topic_partition_replicas{partition="1",topic="CMTS3M75Q.production.commands.settings"} 3 kafka_topic_partition_replicas{partition="1",topic="CMTS3M75Q.production.events"} 3 kafka_topic_partition_replicas{partition="1",topic="CMTS3M75Q.production.maintain"} 3 kafka_topic_partition_replicas{partition="1",topic="CMTS3M75Q.production.make"} 3 kafka_topic_partition_replicas{partition="1",topic="CMTS3M75Q.production.menus"} 3 kafka_topic_partition_replicas{partition="1",topic="CMTS3M75Q.production.result.clean"} 3 kafka_topic_partition_replicas{partition="1",topic="CMTS3M75Q.production.result.cleans"} 3 kafka_topic_partition_replicas{partition="1",topic="CMTS3M75Q.production.result.execute"} 3 kafka_topic_partition_replicas{partition="1",topic="CMTS3M75Q.production.result.file"} 3 kafka_topic_partition_replicas{partition="1",topic="CMTS3M75Q.production.result.program"} 3 kafka_topic_partition_replicas{partition="1",topic="CMTS3M75Q.production.result.programs"} 3 kafka_topic_partition_replicas{partition="1",topic="CMTS3M75Q.production.result.setting"} 3 kafka_topic_partition_replicas{partition="1",topic="CMTS3M75Q.production.result.settings"} 3 kafka_topic_partition_replicas{partition="1",topic="CMTS3M75Q.production.status"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Temperature"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Weight"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Temperature"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Weight"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.cb.sqlite.v1.local.database_version"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter_default"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.cb.sqlite.v1.production.database_version"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter_default"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.coffeeInfo"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.database_version"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.making_count"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.warning_error"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.database_version"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.making_count"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.warning_error"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_count"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_details"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_count"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.coffeeInfo"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.database_version"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.making_count"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.warning_error"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.database_version"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.making_count"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.warning_error"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.coffeeInfo"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.database_version"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.making_count"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.warning_error"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.database_version"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.making_count"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.warning_error"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.coffeeInfo"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.database_version"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.making_count"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.warning_error"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.database_version"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.making_count"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.warning_error"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.kso.db.v1.production.receipts"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.kso.db.v1.production.settings"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.kso.db.v1.production.shows"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.lacte.db.v1.production.dict_record"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.lacte.db.v1.production.error_record"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.lacte.db.v1.production.info"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.lacte.db.v1.production.info_record"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.lacte.db.v1.production.stat_record"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand_tab"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_cup"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_reception"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_material"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_media"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_setting"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.machine.db.v1.local.yk_db_version"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_clean"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_task"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand_tab"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_reception"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_material"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_media"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_setting"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_db_version"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_task"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand_tab"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_reception"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_material"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_media"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_setting"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand_tab"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_cup"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_reception"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_error_record"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_maintain_record"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_material"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_media"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_setting"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_db_version"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_clean"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_machineCount"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make_count"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand_tab"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_reception"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_error_record"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_material"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_media"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_setting"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_db_version"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_machineCount"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make_count"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Events"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.History"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.local.Log"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 3 kafka_topic_partition_replicas{partition="1",topic="CMT_ARCHIVE.state_of_KM.sqlite.v1.production.state"} 3 kafka_topic_partition_replicas{partition="1",topic="__consumer_offsets"} 3 kafka_topic_partition_replicas{partition="1",topic="coffee.production.commands.clean"} 3 kafka_topic_partition_replicas{partition="1",topic="coffee.production.commands.cleans"} 3 kafka_topic_partition_replicas{partition="1",topic="coffee.production.commands.execute"} 3 kafka_topic_partition_replicas{partition="1",topic="coffee.production.commands.file"} 3 kafka_topic_partition_replicas{partition="1",topic="coffee.production.commands.program"} 3 kafka_topic_partition_replicas{partition="1",topic="coffee.production.commands.programs"} 3 kafka_topic_partition_replicas{partition="1",topic="coffee.production.commands.setting"} 3 kafka_topic_partition_replicas{partition="1",topic="coffee.production.commands.settings"} 3 kafka_topic_partition_replicas{partition="1",topic="coffee.production.events"} 3 kafka_topic_partition_replicas{partition="1",topic="coffee.production.maintain"} 3 kafka_topic_partition_replicas{partition="1",topic="coffee.production.make"} 3 kafka_topic_partition_replicas{partition="1",topic="coffee.production.menus"} 3 kafka_topic_partition_replicas{partition="1",topic="coffee.production.result.clean"} 3 kafka_topic_partition_replicas{partition="1",topic="coffee.production.result.cleans"} 3 kafka_topic_partition_replicas{partition="1",topic="coffee.production.result.execute"} 3 kafka_topic_partition_replicas{partition="1",topic="coffee.production.result.file"} 3 kafka_topic_partition_replicas{partition="1",topic="coffee.production.result.program"} 3 kafka_topic_partition_replicas{partition="1",topic="coffee.production.result.programs"} 3 kafka_topic_partition_replicas{partition="1",topic="coffee.production.result.setting"} 3 kafka_topic_partition_replicas{partition="1",topic="coffee.production.result.settings"} 3 kafka_topic_partition_replicas{partition="1",topic="coffee.production.status"} 3 kafka_topic_partition_replicas{partition="10",topic="CMTS3M75Q.develop.events.device-status"} 1 kafka_topic_partition_replicas{partition="10",topic="CMTS3M75Q.develop.events.kso-ui"} 1 kafka_topic_partition_replicas{partition="10",topic="CMTS3M75Q.develop.events.screen-capture"} 1 kafka_topic_partition_replicas{partition="10",topic="__consumer_offsets"} 3 kafka_topic_partition_replicas{partition="11",topic="CMTS3M75Q.develop.events.device-status"} 1 kafka_topic_partition_replicas{partition="11",topic="CMTS3M75Q.develop.events.kso-ui"} 1 kafka_topic_partition_replicas{partition="11",topic="CMTS3M75Q.develop.events.screen-capture"} 1 kafka_topic_partition_replicas{partition="11",topic="__consumer_offsets"} 3 kafka_topic_partition_replicas{partition="12",topic="__consumer_offsets"} 3 kafka_topic_partition_replicas{partition="13",topic="__consumer_offsets"} 3 kafka_topic_partition_replicas{partition="14",topic="__consumer_offsets"} 3 kafka_topic_partition_replicas{partition="15",topic="__consumer_offsets"} 3 kafka_topic_partition_replicas{partition="16",topic="__consumer_offsets"} 3 kafka_topic_partition_replicas{partition="17",topic="__consumer_offsets"} 3 kafka_topic_partition_replicas{partition="18",topic="__consumer_offsets"} 3 kafka_topic_partition_replicas{partition="19",topic="__consumer_offsets"} 3 kafka_topic_partition_replicas{partition="2",topic="CMTS3M75Q.develop.events.device-status"} 1 kafka_topic_partition_replicas{partition="2",topic="CMTS3M75Q.develop.events.kso-ui"} 1 kafka_topic_partition_replicas{partition="2",topic="CMTS3M75Q.develop.events.screen-capture"} 1 kafka_topic_partition_replicas{partition="2",topic="CMTS3M75Q.production.commands.clean"} 3 kafka_topic_partition_replicas{partition="2",topic="CMTS3M75Q.production.commands.cleans"} 3 kafka_topic_partition_replicas{partition="2",topic="CMTS3M75Q.production.commands.execute"} 3 kafka_topic_partition_replicas{partition="2",topic="CMTS3M75Q.production.commands.file"} 3 kafka_topic_partition_replicas{partition="2",topic="CMTS3M75Q.production.commands.program"} 3 kafka_topic_partition_replicas{partition="2",topic="CMTS3M75Q.production.commands.programs"} 3 kafka_topic_partition_replicas{partition="2",topic="CMTS3M75Q.production.commands.setting"} 3 kafka_topic_partition_replicas{partition="2",topic="CMTS3M75Q.production.commands.settings"} 3 kafka_topic_partition_replicas{partition="2",topic="CMTS3M75Q.production.events"} 3 kafka_topic_partition_replicas{partition="2",topic="CMTS3M75Q.production.maintain"} 3 kafka_topic_partition_replicas{partition="2",topic="CMTS3M75Q.production.make"} 3 kafka_topic_partition_replicas{partition="2",topic="CMTS3M75Q.production.menus"} 3 kafka_topic_partition_replicas{partition="2",topic="CMTS3M75Q.production.result.clean"} 3 kafka_topic_partition_replicas{partition="2",topic="CMTS3M75Q.production.result.cleans"} 3 kafka_topic_partition_replicas{partition="2",topic="CMTS3M75Q.production.result.execute"} 3 kafka_topic_partition_replicas{partition="2",topic="CMTS3M75Q.production.result.file"} 3 kafka_topic_partition_replicas{partition="2",topic="CMTS3M75Q.production.result.program"} 3 kafka_topic_partition_replicas{partition="2",topic="CMTS3M75Q.production.result.programs"} 3 kafka_topic_partition_replicas{partition="2",topic="CMTS3M75Q.production.result.setting"} 3 kafka_topic_partition_replicas{partition="2",topic="CMTS3M75Q.production.result.settings"} 3 kafka_topic_partition_replicas{partition="2",topic="CMTS3M75Q.production.status"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Temperature"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Weight"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Temperature"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Weight"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.cb.sqlite.v1.local.database_version"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter_default"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.cb.sqlite.v1.production.database_version"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter_default"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.coffeeInfo"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.database_version"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.making_count"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.warning_error"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.database_version"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.making_count"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.warning_error"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_count"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_details"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_count"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.coffeeInfo"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.database_version"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.making_count"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.warning_error"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.database_version"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.making_count"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.warning_error"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.coffeeInfo"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.database_version"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.making_count"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.warning_error"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.database_version"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.making_count"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.warning_error"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.coffeeInfo"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.database_version"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.making_count"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.warning_error"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.database_version"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.making_count"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.warning_error"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.kso.db.v1.production.receipts"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.kso.db.v1.production.settings"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.kso.db.v1.production.shows"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.lacte.db.v1.production.dict_record"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.lacte.db.v1.production.error_record"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.lacte.db.v1.production.info"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.lacte.db.v1.production.info_record"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.lacte.db.v1.production.stat_record"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand_tab"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_cup"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_reception"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_material"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_media"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_setting"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.machine.db.v1.local.yk_db_version"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_clean"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_task"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand_tab"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_reception"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_material"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_media"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_setting"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_db_version"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_task"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand_tab"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_reception"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_material"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_media"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_setting"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand_tab"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_cup"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_reception"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_error_record"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_maintain_record"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_material"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_media"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_setting"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_db_version"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_clean"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_machineCount"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make_count"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand_tab"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_reception"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_error_record"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_material"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_media"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_setting"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_db_version"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_machineCount"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make_count"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Events"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.History"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.local.Log"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 3 kafka_topic_partition_replicas{partition="2",topic="CMT_ARCHIVE.state_of_KM.sqlite.v1.production.state"} 3 kafka_topic_partition_replicas{partition="2",topic="__consumer_offsets"} 3 kafka_topic_partition_replicas{partition="2",topic="coffee.production.commands.clean"} 3 kafka_topic_partition_replicas{partition="2",topic="coffee.production.commands.cleans"} 3 kafka_topic_partition_replicas{partition="2",topic="coffee.production.commands.execute"} 3 kafka_topic_partition_replicas{partition="2",topic="coffee.production.commands.file"} 3 kafka_topic_partition_replicas{partition="2",topic="coffee.production.commands.program"} 3 kafka_topic_partition_replicas{partition="2",topic="coffee.production.commands.programs"} 3 kafka_topic_partition_replicas{partition="2",topic="coffee.production.commands.setting"} 3 kafka_topic_partition_replicas{partition="2",topic="coffee.production.commands.settings"} 3 kafka_topic_partition_replicas{partition="2",topic="coffee.production.events"} 3 kafka_topic_partition_replicas{partition="2",topic="coffee.production.maintain"} 3 kafka_topic_partition_replicas{partition="2",topic="coffee.production.make"} 3 kafka_topic_partition_replicas{partition="2",topic="coffee.production.menus"} 3 kafka_topic_partition_replicas{partition="2",topic="coffee.production.result.clean"} 3 kafka_topic_partition_replicas{partition="2",topic="coffee.production.result.cleans"} 3 kafka_topic_partition_replicas{partition="2",topic="coffee.production.result.execute"} 3 kafka_topic_partition_replicas{partition="2",topic="coffee.production.result.file"} 3 kafka_topic_partition_replicas{partition="2",topic="coffee.production.result.program"} 3 kafka_topic_partition_replicas{partition="2",topic="coffee.production.result.programs"} 3 kafka_topic_partition_replicas{partition="2",topic="coffee.production.result.setting"} 3 kafka_topic_partition_replicas{partition="2",topic="coffee.production.result.settings"} 3 kafka_topic_partition_replicas{partition="2",topic="coffee.production.status"} 3 kafka_topic_partition_replicas{partition="20",topic="__consumer_offsets"} 3 kafka_topic_partition_replicas{partition="21",topic="__consumer_offsets"} 3 kafka_topic_partition_replicas{partition="22",topic="__consumer_offsets"} 3 kafka_topic_partition_replicas{partition="23",topic="__consumer_offsets"} 3 kafka_topic_partition_replicas{partition="24",topic="__consumer_offsets"} 3 kafka_topic_partition_replicas{partition="25",topic="__consumer_offsets"} 3 kafka_topic_partition_replicas{partition="26",topic="__consumer_offsets"} 3 kafka_topic_partition_replicas{partition="27",topic="__consumer_offsets"} 3 kafka_topic_partition_replicas{partition="28",topic="__consumer_offsets"} 3 kafka_topic_partition_replicas{partition="29",topic="__consumer_offsets"} 3 kafka_topic_partition_replicas{partition="3",topic="CMTS3M75Q.develop.events.device-status"} 1 kafka_topic_partition_replicas{partition="3",topic="CMTS3M75Q.develop.events.kso-ui"} 1 kafka_topic_partition_replicas{partition="3",topic="CMTS3M75Q.develop.events.screen-capture"} 1 kafka_topic_partition_replicas{partition="3",topic="CMTS3M75Q.production.commands.clean"} 3 kafka_topic_partition_replicas{partition="3",topic="CMTS3M75Q.production.commands.cleans"} 3 kafka_topic_partition_replicas{partition="3",topic="CMTS3M75Q.production.commands.execute"} 3 kafka_topic_partition_replicas{partition="3",topic="CMTS3M75Q.production.commands.file"} 3 kafka_topic_partition_replicas{partition="3",topic="CMTS3M75Q.production.commands.program"} 3 kafka_topic_partition_replicas{partition="3",topic="CMTS3M75Q.production.commands.programs"} 3 kafka_topic_partition_replicas{partition="3",topic="CMTS3M75Q.production.commands.setting"} 3 kafka_topic_partition_replicas{partition="3",topic="CMTS3M75Q.production.commands.settings"} 3 kafka_topic_partition_replicas{partition="3",topic="CMTS3M75Q.production.events"} 3 kafka_topic_partition_replicas{partition="3",topic="CMTS3M75Q.production.maintain"} 3 kafka_topic_partition_replicas{partition="3",topic="CMTS3M75Q.production.make"} 3 kafka_topic_partition_replicas{partition="3",topic="CMTS3M75Q.production.menus"} 3 kafka_topic_partition_replicas{partition="3",topic="CMTS3M75Q.production.result.clean"} 3 kafka_topic_partition_replicas{partition="3",topic="CMTS3M75Q.production.result.cleans"} 3 kafka_topic_partition_replicas{partition="3",topic="CMTS3M75Q.production.result.execute"} 3 kafka_topic_partition_replicas{partition="3",topic="CMTS3M75Q.production.result.file"} 3 kafka_topic_partition_replicas{partition="3",topic="CMTS3M75Q.production.result.program"} 3 kafka_topic_partition_replicas{partition="3",topic="CMTS3M75Q.production.result.programs"} 3 kafka_topic_partition_replicas{partition="3",topic="CMTS3M75Q.production.result.setting"} 3 kafka_topic_partition_replicas{partition="3",topic="CMTS3M75Q.production.result.settings"} 3 kafka_topic_partition_replicas{partition="3",topic="CMTS3M75Q.production.status"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Temperature"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Weight"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Temperature"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Weight"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.cb.sqlite.v1.local.database_version"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter_default"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.cb.sqlite.v1.production.database_version"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter_default"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.coffeeInfo"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.database_version"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.making_count"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.warning_error"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.database_version"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.making_count"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.warning_error"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_count"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_details"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_count"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.coffeeInfo"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.database_version"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.making_count"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.warning_error"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.database_version"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.making_count"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.warning_error"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.coffeeInfo"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.database_version"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.making_count"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.warning_error"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.database_version"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.making_count"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.warning_error"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.coffeeInfo"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.database_version"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.making_count"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.warning_error"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.database_version"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.making_count"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.warning_error"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.kso.db.v1.production.receipts"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.kso.db.v1.production.settings"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.kso.db.v1.production.shows"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.lacte.db.v1.production.dict_record"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.lacte.db.v1.production.error_record"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.lacte.db.v1.production.info"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.lacte.db.v1.production.info_record"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.lacte.db.v1.production.stat_record"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand_tab"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_cup"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_reception"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_material"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_media"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_setting"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.machine.db.v1.local.yk_db_version"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_clean"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_task"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand_tab"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_reception"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_material"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_media"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_setting"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_db_version"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_task"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand_tab"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_reception"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_material"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_media"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_setting"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand_tab"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_cup"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_reception"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_error_record"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_maintain_record"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_material"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_media"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_setting"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_db_version"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_clean"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_machineCount"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make_count"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand_tab"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_reception"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_error_record"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_material"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_media"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_setting"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_db_version"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_machineCount"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make_count"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Events"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.History"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.local.Log"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 3 kafka_topic_partition_replicas{partition="3",topic="CMT_ARCHIVE.state_of_KM.sqlite.v1.production.state"} 3 kafka_topic_partition_replicas{partition="3",topic="__consumer_offsets"} 3 kafka_topic_partition_replicas{partition="3",topic="coffee.production.commands.clean"} 3 kafka_topic_partition_replicas{partition="3",topic="coffee.production.commands.cleans"} 3 kafka_topic_partition_replicas{partition="3",topic="coffee.production.commands.execute"} 3 kafka_topic_partition_replicas{partition="3",topic="coffee.production.commands.file"} 3 kafka_topic_partition_replicas{partition="3",topic="coffee.production.commands.program"} 3 kafka_topic_partition_replicas{partition="3",topic="coffee.production.commands.programs"} 3 kafka_topic_partition_replicas{partition="3",topic="coffee.production.commands.setting"} 3 kafka_topic_partition_replicas{partition="3",topic="coffee.production.commands.settings"} 3 kafka_topic_partition_replicas{partition="3",topic="coffee.production.events"} 3 kafka_topic_partition_replicas{partition="3",topic="coffee.production.maintain"} 3 kafka_topic_partition_replicas{partition="3",topic="coffee.production.make"} 3 kafka_topic_partition_replicas{partition="3",topic="coffee.production.menus"} 3 kafka_topic_partition_replicas{partition="3",topic="coffee.production.result.clean"} 3 kafka_topic_partition_replicas{partition="3",topic="coffee.production.result.cleans"} 3 kafka_topic_partition_replicas{partition="3",topic="coffee.production.result.execute"} 3 kafka_topic_partition_replicas{partition="3",topic="coffee.production.result.file"} 3 kafka_topic_partition_replicas{partition="3",topic="coffee.production.result.program"} 3 kafka_topic_partition_replicas{partition="3",topic="coffee.production.result.programs"} 3 kafka_topic_partition_replicas{partition="3",topic="coffee.production.result.setting"} 3 kafka_topic_partition_replicas{partition="3",topic="coffee.production.result.settings"} 3 kafka_topic_partition_replicas{partition="3",topic="coffee.production.status"} 3 kafka_topic_partition_replicas{partition="30",topic="__consumer_offsets"} 3 kafka_topic_partition_replicas{partition="31",topic="__consumer_offsets"} 3 kafka_topic_partition_replicas{partition="32",topic="__consumer_offsets"} 3 kafka_topic_partition_replicas{partition="33",topic="__consumer_offsets"} 3 kafka_topic_partition_replicas{partition="34",topic="__consumer_offsets"} 3 kafka_topic_partition_replicas{partition="35",topic="__consumer_offsets"} 3 kafka_topic_partition_replicas{partition="36",topic="__consumer_offsets"} 3 kafka_topic_partition_replicas{partition="37",topic="__consumer_offsets"} 3 kafka_topic_partition_replicas{partition="38",topic="__consumer_offsets"} 3 kafka_topic_partition_replicas{partition="39",topic="__consumer_offsets"} 3 kafka_topic_partition_replicas{partition="4",topic="CMTS3M75Q.develop.events.device-status"} 1 kafka_topic_partition_replicas{partition="4",topic="CMTS3M75Q.develop.events.kso-ui"} 1 kafka_topic_partition_replicas{partition="4",topic="CMTS3M75Q.develop.events.screen-capture"} 1 kafka_topic_partition_replicas{partition="4",topic="CMTS3M75Q.production.commands.clean"} 3 kafka_topic_partition_replicas{partition="4",topic="CMTS3M75Q.production.commands.cleans"} 3 kafka_topic_partition_replicas{partition="4",topic="CMTS3M75Q.production.commands.execute"} 3 kafka_topic_partition_replicas{partition="4",topic="CMTS3M75Q.production.commands.file"} 3 kafka_topic_partition_replicas{partition="4",topic="CMTS3M75Q.production.commands.program"} 3 kafka_topic_partition_replicas{partition="4",topic="CMTS3M75Q.production.commands.programs"} 3 kafka_topic_partition_replicas{partition="4",topic="CMTS3M75Q.production.commands.setting"} 3 kafka_topic_partition_replicas{partition="4",topic="CMTS3M75Q.production.commands.settings"} 3 kafka_topic_partition_replicas{partition="4",topic="CMTS3M75Q.production.events"} 3 kafka_topic_partition_replicas{partition="4",topic="CMTS3M75Q.production.maintain"} 3 kafka_topic_partition_replicas{partition="4",topic="CMTS3M75Q.production.make"} 3 kafka_topic_partition_replicas{partition="4",topic="CMTS3M75Q.production.menus"} 3 kafka_topic_partition_replicas{partition="4",topic="CMTS3M75Q.production.result.clean"} 3 kafka_topic_partition_replicas{partition="4",topic="CMTS3M75Q.production.result.cleans"} 3 kafka_topic_partition_replicas{partition="4",topic="CMTS3M75Q.production.result.execute"} 3 kafka_topic_partition_replicas{partition="4",topic="CMTS3M75Q.production.result.file"} 3 kafka_topic_partition_replicas{partition="4",topic="CMTS3M75Q.production.result.program"} 3 kafka_topic_partition_replicas{partition="4",topic="CMTS3M75Q.production.result.programs"} 3 kafka_topic_partition_replicas{partition="4",topic="CMTS3M75Q.production.result.setting"} 3 kafka_topic_partition_replicas{partition="4",topic="CMTS3M75Q.production.result.settings"} 3 kafka_topic_partition_replicas{partition="4",topic="CMTS3M75Q.production.status"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Temperature"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Weight"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Temperature"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Weight"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.cb.sqlite.v1.local.database_version"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter_default"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.cb.sqlite.v1.production.database_version"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter_default"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.coffeeInfo"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.database_version"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.making_count"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.warning_error"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.database_version"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.making_count"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.warning_error"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_count"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_details"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_count"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.coffeeInfo"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.database_version"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.making_count"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.warning_error"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.database_version"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.making_count"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.warning_error"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.coffeeInfo"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.database_version"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.making_count"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.warning_error"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.database_version"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.making_count"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.warning_error"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.coffeeInfo"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.database_version"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.making_count"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.warning_error"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.database_version"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.making_count"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.warning_error"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.kso.db.v1.production.receipts"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.kso.db.v1.production.settings"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.kso.db.v1.production.shows"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.lacte.db.v1.production.dict_record"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.lacte.db.v1.production.error_record"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.lacte.db.v1.production.info"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.lacte.db.v1.production.info_record"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.lacte.db.v1.production.stat_record"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand_tab"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_cup"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_reception"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_material"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_media"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_setting"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.machine.db.v1.local.yk_db_version"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_clean"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_task"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand_tab"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_reception"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_material"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_media"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_setting"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_db_version"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_task"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand_tab"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_reception"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_material"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_media"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_setting"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand_tab"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_cup"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_reception"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_error_record"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_maintain_record"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_material"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_media"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_setting"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_db_version"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_clean"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_machineCount"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make_count"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand_tab"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_reception"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_error_record"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_material"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_media"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_setting"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_db_version"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_machineCount"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make_count"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Events"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.History"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.local.Log"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 3 kafka_topic_partition_replicas{partition="4",topic="CMT_ARCHIVE.state_of_KM.sqlite.v1.production.state"} 3 kafka_topic_partition_replicas{partition="4",topic="__consumer_offsets"} 3 kafka_topic_partition_replicas{partition="4",topic="coffee.production.commands.clean"} 3 kafka_topic_partition_replicas{partition="4",topic="coffee.production.commands.cleans"} 3 kafka_topic_partition_replicas{partition="4",topic="coffee.production.commands.execute"} 3 kafka_topic_partition_replicas{partition="4",topic="coffee.production.commands.file"} 3 kafka_topic_partition_replicas{partition="4",topic="coffee.production.commands.program"} 3 kafka_topic_partition_replicas{partition="4",topic="coffee.production.commands.programs"} 3 kafka_topic_partition_replicas{partition="4",topic="coffee.production.commands.setting"} 3 kafka_topic_partition_replicas{partition="4",topic="coffee.production.commands.settings"} 3 kafka_topic_partition_replicas{partition="4",topic="coffee.production.events"} 3 kafka_topic_partition_replicas{partition="4",topic="coffee.production.maintain"} 3 kafka_topic_partition_replicas{partition="4",topic="coffee.production.make"} 3 kafka_topic_partition_replicas{partition="4",topic="coffee.production.menus"} 3 kafka_topic_partition_replicas{partition="4",topic="coffee.production.result.clean"} 3 kafka_topic_partition_replicas{partition="4",topic="coffee.production.result.cleans"} 3 kafka_topic_partition_replicas{partition="4",topic="coffee.production.result.execute"} 3 kafka_topic_partition_replicas{partition="4",topic="coffee.production.result.file"} 3 kafka_topic_partition_replicas{partition="4",topic="coffee.production.result.program"} 3 kafka_topic_partition_replicas{partition="4",topic="coffee.production.result.programs"} 3 kafka_topic_partition_replicas{partition="4",topic="coffee.production.result.setting"} 3 kafka_topic_partition_replicas{partition="4",topic="coffee.production.result.settings"} 3 kafka_topic_partition_replicas{partition="4",topic="coffee.production.status"} 3 kafka_topic_partition_replicas{partition="40",topic="__consumer_offsets"} 3 kafka_topic_partition_replicas{partition="41",topic="__consumer_offsets"} 3 kafka_topic_partition_replicas{partition="42",topic="__consumer_offsets"} 3 kafka_topic_partition_replicas{partition="43",topic="__consumer_offsets"} 3 kafka_topic_partition_replicas{partition="44",topic="__consumer_offsets"} 3 kafka_topic_partition_replicas{partition="45",topic="__consumer_offsets"} 3 kafka_topic_partition_replicas{partition="46",topic="__consumer_offsets"} 3 kafka_topic_partition_replicas{partition="47",topic="__consumer_offsets"} 3 kafka_topic_partition_replicas{partition="48",topic="__consumer_offsets"} 3 kafka_topic_partition_replicas{partition="49",topic="__consumer_offsets"} 3 kafka_topic_partition_replicas{partition="5",topic="CMTS3M75Q.develop.events.device-status"} 1 kafka_topic_partition_replicas{partition="5",topic="CMTS3M75Q.develop.events.kso-ui"} 1 kafka_topic_partition_replicas{partition="5",topic="CMTS3M75Q.develop.events.screen-capture"} 1 kafka_topic_partition_replicas{partition="5",topic="CMTS3M75Q.production.commands.clean"} 3 kafka_topic_partition_replicas{partition="5",topic="CMTS3M75Q.production.commands.cleans"} 3 kafka_topic_partition_replicas{partition="5",topic="CMTS3M75Q.production.commands.execute"} 3 kafka_topic_partition_replicas{partition="5",topic="CMTS3M75Q.production.commands.file"} 3 kafka_topic_partition_replicas{partition="5",topic="CMTS3M75Q.production.commands.program"} 3 kafka_topic_partition_replicas{partition="5",topic="CMTS3M75Q.production.commands.programs"} 3 kafka_topic_partition_replicas{partition="5",topic="CMTS3M75Q.production.commands.setting"} 3 kafka_topic_partition_replicas{partition="5",topic="CMTS3M75Q.production.commands.settings"} 3 kafka_topic_partition_replicas{partition="5",topic="CMTS3M75Q.production.events"} 3 kafka_topic_partition_replicas{partition="5",topic="CMTS3M75Q.production.maintain"} 3 kafka_topic_partition_replicas{partition="5",topic="CMTS3M75Q.production.make"} 3 kafka_topic_partition_replicas{partition="5",topic="CMTS3M75Q.production.menus"} 3 kafka_topic_partition_replicas{partition="5",topic="CMTS3M75Q.production.result.clean"} 3 kafka_topic_partition_replicas{partition="5",topic="CMTS3M75Q.production.result.cleans"} 3 kafka_topic_partition_replicas{partition="5",topic="CMTS3M75Q.production.result.execute"} 3 kafka_topic_partition_replicas{partition="5",topic="CMTS3M75Q.production.result.file"} 3 kafka_topic_partition_replicas{partition="5",topic="CMTS3M75Q.production.result.program"} 3 kafka_topic_partition_replicas{partition="5",topic="CMTS3M75Q.production.result.programs"} 3 kafka_topic_partition_replicas{partition="5",topic="CMTS3M75Q.production.result.setting"} 3 kafka_topic_partition_replicas{partition="5",topic="CMTS3M75Q.production.result.settings"} 3 kafka_topic_partition_replicas{partition="5",topic="CMTS3M75Q.production.status"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Temperature"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Weight"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Temperature"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Weight"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.cb.sqlite.v1.local.database_version"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter_default"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.cb.sqlite.v1.production.database_version"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter_default"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.coffeeInfo"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.database_version"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.making_count"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.warning_error"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.database_version"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.making_count"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.warning_error"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_count"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_details"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_count"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.coffeeInfo"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.database_version"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.making_count"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.warning_error"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.database_version"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.making_count"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.warning_error"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.coffeeInfo"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.database_version"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.making_count"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.warning_error"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.database_version"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.making_count"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.warning_error"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.coffeeInfo"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.database_version"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.making_count"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.warning_error"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.database_version"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.making_count"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.warning_error"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.kso.db.v1.production.receipts"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.kso.db.v1.production.settings"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.kso.db.v1.production.shows"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.lacte.db.v1.production.dict_record"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.lacte.db.v1.production.error_record"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.lacte.db.v1.production.info"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.lacte.db.v1.production.info_record"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.lacte.db.v1.production.stat_record"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand_tab"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_cup"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_reception"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_material"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_media"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_setting"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.machine.db.v1.local.yk_db_version"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_clean"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_task"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand_tab"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_reception"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_material"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_media"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_setting"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_db_version"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_task"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand_tab"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_reception"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_material"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_media"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_setting"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand_tab"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_cup"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_reception"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_error_record"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_maintain_record"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_material"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_media"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_setting"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_db_version"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_clean"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_machineCount"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make_count"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand_tab"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_reception"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_error_record"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_material"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_media"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_setting"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_db_version"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_machineCount"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make_count"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Events"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.History"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.local.Log"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 3 kafka_topic_partition_replicas{partition="5",topic="CMT_ARCHIVE.state_of_KM.sqlite.v1.production.state"} 3 kafka_topic_partition_replicas{partition="5",topic="__consumer_offsets"} 3 kafka_topic_partition_replicas{partition="5",topic="coffee.production.commands.clean"} 3 kafka_topic_partition_replicas{partition="5",topic="coffee.production.commands.cleans"} 3 kafka_topic_partition_replicas{partition="5",topic="coffee.production.commands.execute"} 3 kafka_topic_partition_replicas{partition="5",topic="coffee.production.commands.file"} 3 kafka_topic_partition_replicas{partition="5",topic="coffee.production.commands.program"} 3 kafka_topic_partition_replicas{partition="5",topic="coffee.production.commands.programs"} 3 kafka_topic_partition_replicas{partition="5",topic="coffee.production.commands.setting"} 3 kafka_topic_partition_replicas{partition="5",topic="coffee.production.commands.settings"} 3 kafka_topic_partition_replicas{partition="5",topic="coffee.production.events"} 3 kafka_topic_partition_replicas{partition="5",topic="coffee.production.maintain"} 3 kafka_topic_partition_replicas{partition="5",topic="coffee.production.make"} 3 kafka_topic_partition_replicas{partition="5",topic="coffee.production.menus"} 3 kafka_topic_partition_replicas{partition="5",topic="coffee.production.result.clean"} 3 kafka_topic_partition_replicas{partition="5",topic="coffee.production.result.cleans"} 3 kafka_topic_partition_replicas{partition="5",topic="coffee.production.result.execute"} 3 kafka_topic_partition_replicas{partition="5",topic="coffee.production.result.file"} 3 kafka_topic_partition_replicas{partition="5",topic="coffee.production.result.program"} 3 kafka_topic_partition_replicas{partition="5",topic="coffee.production.result.programs"} 3 kafka_topic_partition_replicas{partition="5",topic="coffee.production.result.setting"} 3 kafka_topic_partition_replicas{partition="5",topic="coffee.production.result.settings"} 3 kafka_topic_partition_replicas{partition="5",topic="coffee.production.status"} 3 kafka_topic_partition_replicas{partition="6",topic="CMTS3M75Q.develop.events.device-status"} 1 kafka_topic_partition_replicas{partition="6",topic="CMTS3M75Q.develop.events.kso-ui"} 1 kafka_topic_partition_replicas{partition="6",topic="CMTS3M75Q.develop.events.screen-capture"} 1 kafka_topic_partition_replicas{partition="6",topic="CMTS3M75Q.production.commands.clean"} 3 kafka_topic_partition_replicas{partition="6",topic="CMTS3M75Q.production.commands.cleans"} 3 kafka_topic_partition_replicas{partition="6",topic="CMTS3M75Q.production.commands.execute"} 3 kafka_topic_partition_replicas{partition="6",topic="CMTS3M75Q.production.commands.file"} 3 kafka_topic_partition_replicas{partition="6",topic="CMTS3M75Q.production.commands.program"} 3 kafka_topic_partition_replicas{partition="6",topic="CMTS3M75Q.production.commands.programs"} 3 kafka_topic_partition_replicas{partition="6",topic="CMTS3M75Q.production.commands.setting"} 3 kafka_topic_partition_replicas{partition="6",topic="CMTS3M75Q.production.commands.settings"} 3 kafka_topic_partition_replicas{partition="6",topic="CMTS3M75Q.production.events"} 3 kafka_topic_partition_replicas{partition="6",topic="CMTS3M75Q.production.maintain"} 3 kafka_topic_partition_replicas{partition="6",topic="CMTS3M75Q.production.make"} 3 kafka_topic_partition_replicas{partition="6",topic="CMTS3M75Q.production.menus"} 3 kafka_topic_partition_replicas{partition="6",topic="CMTS3M75Q.production.result.clean"} 3 kafka_topic_partition_replicas{partition="6",topic="CMTS3M75Q.production.result.cleans"} 3 kafka_topic_partition_replicas{partition="6",topic="CMTS3M75Q.production.result.execute"} 3 kafka_topic_partition_replicas{partition="6",topic="CMTS3M75Q.production.result.file"} 3 kafka_topic_partition_replicas{partition="6",topic="CMTS3M75Q.production.result.program"} 3 kafka_topic_partition_replicas{partition="6",topic="CMTS3M75Q.production.result.programs"} 3 kafka_topic_partition_replicas{partition="6",topic="CMTS3M75Q.production.result.setting"} 3 kafka_topic_partition_replicas{partition="6",topic="CMTS3M75Q.production.result.settings"} 3 kafka_topic_partition_replicas{partition="6",topic="CMTS3M75Q.production.status"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Temperature"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Weight"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Temperature"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Weight"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.cb.sqlite.v1.local.database_version"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter_default"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.cb.sqlite.v1.production.database_version"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter_default"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.coffeeInfo"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.database_version"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.making_count"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.warning_error"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.database_version"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.making_count"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.warning_error"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_count"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_details"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_count"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.coffeeInfo"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.database_version"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.making_count"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.warning_error"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.database_version"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.making_count"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.warning_error"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.coffeeInfo"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.database_version"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.making_count"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.warning_error"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.database_version"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.making_count"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.warning_error"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.coffeeInfo"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.database_version"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.making_count"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.warning_error"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.database_version"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.making_count"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.warning_error"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.kso.db.v1.production.receipts"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.kso.db.v1.production.settings"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.kso.db.v1.production.shows"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.lacte.db.v1.production.dict_record"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.lacte.db.v1.production.error_record"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.lacte.db.v1.production.info"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.lacte.db.v1.production.info_record"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.lacte.db.v1.production.stat_record"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand_tab"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_cup"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_reception"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_material"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_media"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_setting"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.machine.db.v1.local.yk_db_version"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_clean"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_task"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand_tab"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_reception"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_material"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_media"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_setting"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_db_version"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_task"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand_tab"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_reception"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_material"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_media"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_setting"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand_tab"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_cup"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_reception"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_error_record"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_maintain_record"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_material"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_media"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_setting"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_db_version"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_clean"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_machineCount"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make_count"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand_tab"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_reception"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_error_record"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_material"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_media"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_setting"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_db_version"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_machineCount"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make_count"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Events"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.History"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.local.Log"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 3 kafka_topic_partition_replicas{partition="6",topic="CMT_ARCHIVE.state_of_KM.sqlite.v1.production.state"} 3 kafka_topic_partition_replicas{partition="6",topic="__consumer_offsets"} 3 kafka_topic_partition_replicas{partition="6",topic="coffee.production.commands.clean"} 3 kafka_topic_partition_replicas{partition="6",topic="coffee.production.commands.cleans"} 3 kafka_topic_partition_replicas{partition="6",topic="coffee.production.commands.execute"} 3 kafka_topic_partition_replicas{partition="6",topic="coffee.production.commands.file"} 3 kafka_topic_partition_replicas{partition="6",topic="coffee.production.commands.program"} 3 kafka_topic_partition_replicas{partition="6",topic="coffee.production.commands.programs"} 3 kafka_topic_partition_replicas{partition="6",topic="coffee.production.commands.setting"} 3 kafka_topic_partition_replicas{partition="6",topic="coffee.production.commands.settings"} 3 kafka_topic_partition_replicas{partition="6",topic="coffee.production.events"} 3 kafka_topic_partition_replicas{partition="6",topic="coffee.production.maintain"} 3 kafka_topic_partition_replicas{partition="6",topic="coffee.production.make"} 3 kafka_topic_partition_replicas{partition="6",topic="coffee.production.menus"} 3 kafka_topic_partition_replicas{partition="6",topic="coffee.production.result.clean"} 3 kafka_topic_partition_replicas{partition="6",topic="coffee.production.result.cleans"} 3 kafka_topic_partition_replicas{partition="6",topic="coffee.production.result.execute"} 3 kafka_topic_partition_replicas{partition="6",topic="coffee.production.result.file"} 3 kafka_topic_partition_replicas{partition="6",topic="coffee.production.result.program"} 3 kafka_topic_partition_replicas{partition="6",topic="coffee.production.result.programs"} 3 kafka_topic_partition_replicas{partition="6",topic="coffee.production.result.setting"} 3 kafka_topic_partition_replicas{partition="6",topic="coffee.production.result.settings"} 3 kafka_topic_partition_replicas{partition="6",topic="coffee.production.status"} 3 kafka_topic_partition_replicas{partition="7",topic="CMTS3M75Q.develop.events.device-status"} 1 kafka_topic_partition_replicas{partition="7",topic="CMTS3M75Q.develop.events.kso-ui"} 1 kafka_topic_partition_replicas{partition="7",topic="CMTS3M75Q.develop.events.screen-capture"} 1 kafka_topic_partition_replicas{partition="7",topic="CMTS3M75Q.production.commands.clean"} 3 kafka_topic_partition_replicas{partition="7",topic="CMTS3M75Q.production.commands.cleans"} 3 kafka_topic_partition_replicas{partition="7",topic="CMTS3M75Q.production.commands.execute"} 3 kafka_topic_partition_replicas{partition="7",topic="CMTS3M75Q.production.commands.file"} 3 kafka_topic_partition_replicas{partition="7",topic="CMTS3M75Q.production.commands.program"} 3 kafka_topic_partition_replicas{partition="7",topic="CMTS3M75Q.production.commands.programs"} 3 kafka_topic_partition_replicas{partition="7",topic="CMTS3M75Q.production.commands.setting"} 3 kafka_topic_partition_replicas{partition="7",topic="CMTS3M75Q.production.commands.settings"} 3 kafka_topic_partition_replicas{partition="7",topic="CMTS3M75Q.production.events"} 3 kafka_topic_partition_replicas{partition="7",topic="CMTS3M75Q.production.maintain"} 3 kafka_topic_partition_replicas{partition="7",topic="CMTS3M75Q.production.make"} 3 kafka_topic_partition_replicas{partition="7",topic="CMTS3M75Q.production.menus"} 3 kafka_topic_partition_replicas{partition="7",topic="CMTS3M75Q.production.result.clean"} 3 kafka_topic_partition_replicas{partition="7",topic="CMTS3M75Q.production.result.cleans"} 3 kafka_topic_partition_replicas{partition="7",topic="CMTS3M75Q.production.result.execute"} 3 kafka_topic_partition_replicas{partition="7",topic="CMTS3M75Q.production.result.file"} 3 kafka_topic_partition_replicas{partition="7",topic="CMTS3M75Q.production.result.program"} 3 kafka_topic_partition_replicas{partition="7",topic="CMTS3M75Q.production.result.programs"} 3 kafka_topic_partition_replicas{partition="7",topic="CMTS3M75Q.production.result.setting"} 3 kafka_topic_partition_replicas{partition="7",topic="CMTS3M75Q.production.result.settings"} 3 kafka_topic_partition_replicas{partition="7",topic="CMTS3M75Q.production.status"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Temperature"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Weight"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Temperature"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Weight"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.cb.sqlite.v1.local.database_version"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter_default"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.cb.sqlite.v1.production.database_version"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter_default"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.coffeeInfo"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.database_version"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.making_count"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.warning_error"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.database_version"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.making_count"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.warning_error"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_count"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_details"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_count"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.coffeeInfo"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.database_version"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.making_count"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.warning_error"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.database_version"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.making_count"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.warning_error"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.coffeeInfo"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.database_version"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.making_count"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.warning_error"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.database_version"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.making_count"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.warning_error"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.coffeeInfo"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.database_version"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.making_count"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.warning_error"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.database_version"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.making_count"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.warning_error"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.kso.db.v1.production.receipts"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.kso.db.v1.production.settings"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.kso.db.v1.production.shows"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.lacte.db.v1.production.dict_record"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.lacte.db.v1.production.error_record"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.lacte.db.v1.production.info"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.lacte.db.v1.production.info_record"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.lacte.db.v1.production.stat_record"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand_tab"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_cup"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_reception"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_material"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_media"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_setting"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.machine.db.v1.local.yk_db_version"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_clean"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_task"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand_tab"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_reception"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_material"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_media"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_setting"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_db_version"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_task"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand_tab"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_reception"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_material"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_media"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_setting"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand_tab"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_cup"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_reception"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_error_record"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_maintain_record"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_material"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_media"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_setting"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_db_version"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_clean"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_machineCount"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make_count"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand_tab"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_reception"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_error_record"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_material"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_media"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_setting"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_db_version"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_machineCount"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make_count"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Events"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.History"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.local.Log"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 3 kafka_topic_partition_replicas{partition="7",topic="CMT_ARCHIVE.state_of_KM.sqlite.v1.production.state"} 3 kafka_topic_partition_replicas{partition="7",topic="__consumer_offsets"} 3 kafka_topic_partition_replicas{partition="7",topic="coffee.production.commands.clean"} 3 kafka_topic_partition_replicas{partition="7",topic="coffee.production.commands.cleans"} 3 kafka_topic_partition_replicas{partition="7",topic="coffee.production.commands.execute"} 3 kafka_topic_partition_replicas{partition="7",topic="coffee.production.commands.file"} 3 kafka_topic_partition_replicas{partition="7",topic="coffee.production.commands.program"} 3 kafka_topic_partition_replicas{partition="7",topic="coffee.production.commands.programs"} 3 kafka_topic_partition_replicas{partition="7",topic="coffee.production.commands.setting"} 3 kafka_topic_partition_replicas{partition="7",topic="coffee.production.commands.settings"} 3 kafka_topic_partition_replicas{partition="7",topic="coffee.production.events"} 3 kafka_topic_partition_replicas{partition="7",topic="coffee.production.maintain"} 3 kafka_topic_partition_replicas{partition="7",topic="coffee.production.make"} 3 kafka_topic_partition_replicas{partition="7",topic="coffee.production.menus"} 3 kafka_topic_partition_replicas{partition="7",topic="coffee.production.result.clean"} 3 kafka_topic_partition_replicas{partition="7",topic="coffee.production.result.cleans"} 3 kafka_topic_partition_replicas{partition="7",topic="coffee.production.result.execute"} 3 kafka_topic_partition_replicas{partition="7",topic="coffee.production.result.file"} 3 kafka_topic_partition_replicas{partition="7",topic="coffee.production.result.program"} 3 kafka_topic_partition_replicas{partition="7",topic="coffee.production.result.programs"} 3 kafka_topic_partition_replicas{partition="7",topic="coffee.production.result.setting"} 3 kafka_topic_partition_replicas{partition="7",topic="coffee.production.result.settings"} 3 kafka_topic_partition_replicas{partition="7",topic="coffee.production.status"} 3 kafka_topic_partition_replicas{partition="8",topic="CMTS3M75Q.develop.events.device-status"} 1 kafka_topic_partition_replicas{partition="8",topic="CMTS3M75Q.develop.events.kso-ui"} 1 kafka_topic_partition_replicas{partition="8",topic="CMTS3M75Q.develop.events.screen-capture"} 1 kafka_topic_partition_replicas{partition="8",topic="CMTS3M75Q.production.commands.clean"} 3 kafka_topic_partition_replicas{partition="8",topic="CMTS3M75Q.production.commands.cleans"} 3 kafka_topic_partition_replicas{partition="8",topic="CMTS3M75Q.production.commands.execute"} 3 kafka_topic_partition_replicas{partition="8",topic="CMTS3M75Q.production.commands.file"} 3 kafka_topic_partition_replicas{partition="8",topic="CMTS3M75Q.production.commands.program"} 3 kafka_topic_partition_replicas{partition="8",topic="CMTS3M75Q.production.commands.programs"} 3 kafka_topic_partition_replicas{partition="8",topic="CMTS3M75Q.production.commands.setting"} 3 kafka_topic_partition_replicas{partition="8",topic="CMTS3M75Q.production.commands.settings"} 3 kafka_topic_partition_replicas{partition="8",topic="CMTS3M75Q.production.events"} 3 kafka_topic_partition_replicas{partition="8",topic="CMTS3M75Q.production.maintain"} 3 kafka_topic_partition_replicas{partition="8",topic="CMTS3M75Q.production.make"} 3 kafka_topic_partition_replicas{partition="8",topic="CMTS3M75Q.production.menus"} 3 kafka_topic_partition_replicas{partition="8",topic="CMTS3M75Q.production.result.clean"} 3 kafka_topic_partition_replicas{partition="8",topic="CMTS3M75Q.production.result.cleans"} 3 kafka_topic_partition_replicas{partition="8",topic="CMTS3M75Q.production.result.execute"} 3 kafka_topic_partition_replicas{partition="8",topic="CMTS3M75Q.production.result.file"} 3 kafka_topic_partition_replicas{partition="8",topic="CMTS3M75Q.production.result.program"} 3 kafka_topic_partition_replicas{partition="8",topic="CMTS3M75Q.production.result.programs"} 3 kafka_topic_partition_replicas{partition="8",topic="CMTS3M75Q.production.result.setting"} 3 kafka_topic_partition_replicas{partition="8",topic="CMTS3M75Q.production.result.settings"} 3 kafka_topic_partition_replicas{partition="8",topic="CMTS3M75Q.production.status"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Temperature"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Weight"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Temperature"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Weight"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.cb.sqlite.v1.local.database_version"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter_default"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.cb.sqlite.v1.production.database_version"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter_default"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.coffeeInfo"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.database_version"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.making_count"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.warning_error"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.database_version"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.making_count"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.warning_error"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_count"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_details"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_count"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.coffeeInfo"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.database_version"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.making_count"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.warning_error"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.database_version"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.making_count"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.warning_error"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.coffeeInfo"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.database_version"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.making_count"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.warning_error"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.database_version"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.making_count"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.warning_error"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.coffeeInfo"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.database_version"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.making_count"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.warning_error"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.database_version"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.making_count"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.warning_error"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.kso.db.v1.production.receipts"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.kso.db.v1.production.settings"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.kso.db.v1.production.shows"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.lacte.db.v1.production.dict_record"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.lacte.db.v1.production.error_record"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.lacte.db.v1.production.info"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.lacte.db.v1.production.info_record"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.lacte.db.v1.production.stat_record"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand_tab"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_cup"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_reception"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_material"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_media"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_setting"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.machine.db.v1.local.yk_db_version"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_clean"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_task"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand_tab"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_reception"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_material"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_media"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_setting"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_db_version"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_task"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand_tab"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_reception"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_material"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_media"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_setting"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand_tab"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_cup"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_reception"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_error_record"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_maintain_record"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_material"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_media"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_setting"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_db_version"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_clean"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_machineCount"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make_count"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand_tab"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_reception"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_error_record"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_material"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_media"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_setting"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_db_version"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_machineCount"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make_count"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Events"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.History"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.local.Log"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 3 kafka_topic_partition_replicas{partition="8",topic="CMT_ARCHIVE.state_of_KM.sqlite.v1.production.state"} 3 kafka_topic_partition_replicas{partition="8",topic="__consumer_offsets"} 3 kafka_topic_partition_replicas{partition="8",topic="coffee.production.commands.clean"} 3 kafka_topic_partition_replicas{partition="8",topic="coffee.production.commands.cleans"} 3 kafka_topic_partition_replicas{partition="8",topic="coffee.production.commands.execute"} 3 kafka_topic_partition_replicas{partition="8",topic="coffee.production.commands.file"} 3 kafka_topic_partition_replicas{partition="8",topic="coffee.production.commands.program"} 3 kafka_topic_partition_replicas{partition="8",topic="coffee.production.commands.programs"} 3 kafka_topic_partition_replicas{partition="8",topic="coffee.production.commands.setting"} 3 kafka_topic_partition_replicas{partition="8",topic="coffee.production.commands.settings"} 3 kafka_topic_partition_replicas{partition="8",topic="coffee.production.events"} 3 kafka_topic_partition_replicas{partition="8",topic="coffee.production.maintain"} 3 kafka_topic_partition_replicas{partition="8",topic="coffee.production.make"} 3 kafka_topic_partition_replicas{partition="8",topic="coffee.production.menus"} 3 kafka_topic_partition_replicas{partition="8",topic="coffee.production.result.clean"} 3 kafka_topic_partition_replicas{partition="8",topic="coffee.production.result.cleans"} 3 kafka_topic_partition_replicas{partition="8",topic="coffee.production.result.execute"} 3 kafka_topic_partition_replicas{partition="8",topic="coffee.production.result.file"} 3 kafka_topic_partition_replicas{partition="8",topic="coffee.production.result.program"} 3 kafka_topic_partition_replicas{partition="8",topic="coffee.production.result.programs"} 3 kafka_topic_partition_replicas{partition="8",topic="coffee.production.result.setting"} 3 kafka_topic_partition_replicas{partition="8",topic="coffee.production.result.settings"} 3 kafka_topic_partition_replicas{partition="8",topic="coffee.production.status"} 3 kafka_topic_partition_replicas{partition="9",topic="CMTS3M75Q.develop.events.device-status"} 1 kafka_topic_partition_replicas{partition="9",topic="CMTS3M75Q.develop.events.kso-ui"} 1 kafka_topic_partition_replicas{partition="9",topic="CMTS3M75Q.develop.events.screen-capture"} 1 kafka_topic_partition_replicas{partition="9",topic="CMTS3M75Q.production.commands.clean"} 3 kafka_topic_partition_replicas{partition="9",topic="CMTS3M75Q.production.commands.cleans"} 3 kafka_topic_partition_replicas{partition="9",topic="CMTS3M75Q.production.commands.execute"} 3 kafka_topic_partition_replicas{partition="9",topic="CMTS3M75Q.production.commands.file"} 3 kafka_topic_partition_replicas{partition="9",topic="CMTS3M75Q.production.commands.program"} 3 kafka_topic_partition_replicas{partition="9",topic="CMTS3M75Q.production.commands.programs"} 3 kafka_topic_partition_replicas{partition="9",topic="CMTS3M75Q.production.commands.setting"} 3 kafka_topic_partition_replicas{partition="9",topic="CMTS3M75Q.production.commands.settings"} 3 kafka_topic_partition_replicas{partition="9",topic="CMTS3M75Q.production.events"} 3 kafka_topic_partition_replicas{partition="9",topic="CMTS3M75Q.production.maintain"} 3 kafka_topic_partition_replicas{partition="9",topic="CMTS3M75Q.production.make"} 3 kafka_topic_partition_replicas{partition="9",topic="CMTS3M75Q.production.menus"} 3 kafka_topic_partition_replicas{partition="9",topic="CMTS3M75Q.production.result.clean"} 3 kafka_topic_partition_replicas{partition="9",topic="CMTS3M75Q.production.result.cleans"} 3 kafka_topic_partition_replicas{partition="9",topic="CMTS3M75Q.production.result.execute"} 3 kafka_topic_partition_replicas{partition="9",topic="CMTS3M75Q.production.result.file"} 3 kafka_topic_partition_replicas{partition="9",topic="CMTS3M75Q.production.result.program"} 3 kafka_topic_partition_replicas{partition="9",topic="CMTS3M75Q.production.result.programs"} 3 kafka_topic_partition_replicas{partition="9",topic="CMTS3M75Q.production.result.setting"} 3 kafka_topic_partition_replicas{partition="9",topic="CMTS3M75Q.production.result.settings"} 3 kafka_topic_partition_replicas{partition="9",topic="CMTS3M75Q.production.status"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Temperature"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Weight"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Temperature"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Weight"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.cb.sqlite.v1.local.database_version"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter_default"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.cb.sqlite.v1.production.database_version"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter_default"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.coffeeInfo"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.database_version"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.making_count"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.warning_error"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.database_version"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.making_count"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.warning_error"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_count"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_details"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_count"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.coffeeInfo"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.database_version"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.making_count"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.warning_error"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.database_version"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.making_count"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.warning_error"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.coffeeInfo"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.database_version"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.making_count"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.warning_error"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.database_version"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.making_count"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.warning_error"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.coffeeInfo"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.database_version"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.maintaining_record"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.making_count"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.warning_error"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.database_version"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.making_count"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.warning_error"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.kso.db.v1.production.receipts"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.kso.db.v1.production.settings"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.kso.db.v1.production.shows"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.lacte.db.v1.production.dict_record"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.lacte.db.v1.production.error_record"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.lacte.db.v1.production.info"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.lacte.db.v1.production.info_record"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.lacte.db.v1.production.stat_record"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand_tab"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_cup"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_reception"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_material"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_media"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_setting"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.machine.db.v1.local.yk_db_version"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_clean"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_task"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand_tab"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_reception"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_material"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_media"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_setting"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_db_version"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_task"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand_tab"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_reception"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_material"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_media"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_setting"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand_tab"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_cup"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_reception"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_error_record"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_maintain_record"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_material"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_media"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_setting"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_db_version"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_clean"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_machineCount"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make_count"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand_tab"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_reception"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_error_record"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_material"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_media"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_setting"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_db_version"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_machineCount"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make_count"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Events"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.History"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.local.Log"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 3 kafka_topic_partition_replicas{partition="9",topic="CMT_ARCHIVE.state_of_KM.sqlite.v1.production.state"} 3 kafka_topic_partition_replicas{partition="9",topic="__consumer_offsets"} 3 kafka_topic_partition_replicas{partition="9",topic="coffee.production.commands.clean"} 3 kafka_topic_partition_replicas{partition="9",topic="coffee.production.commands.cleans"} 3 kafka_topic_partition_replicas{partition="9",topic="coffee.production.commands.execute"} 3 kafka_topic_partition_replicas{partition="9",topic="coffee.production.commands.file"} 3 kafka_topic_partition_replicas{partition="9",topic="coffee.production.commands.program"} 3 kafka_topic_partition_replicas{partition="9",topic="coffee.production.commands.programs"} 3 kafka_topic_partition_replicas{partition="9",topic="coffee.production.commands.setting"} 3 kafka_topic_partition_replicas{partition="9",topic="coffee.production.commands.settings"} 3 kafka_topic_partition_replicas{partition="9",topic="coffee.production.events"} 3 kafka_topic_partition_replicas{partition="9",topic="coffee.production.maintain"} 3 kafka_topic_partition_replicas{partition="9",topic="coffee.production.make"} 3 kafka_topic_partition_replicas{partition="9",topic="coffee.production.menus"} 3 kafka_topic_partition_replicas{partition="9",topic="coffee.production.result.clean"} 3 kafka_topic_partition_replicas{partition="9",topic="coffee.production.result.cleans"} 3 kafka_topic_partition_replicas{partition="9",topic="coffee.production.result.execute"} 3 kafka_topic_partition_replicas{partition="9",topic="coffee.production.result.file"} 3 kafka_topic_partition_replicas{partition="9",topic="coffee.production.result.program"} 3 kafka_topic_partition_replicas{partition="9",topic="coffee.production.result.programs"} 3 kafka_topic_partition_replicas{partition="9",topic="coffee.production.result.setting"} 3 kafka_topic_partition_replicas{partition="9",topic="coffee.production.result.settings"} 3 kafka_topic_partition_replicas{partition="9",topic="coffee.production.status"} 3 # HELP kafka_topic_partition_under_replicated_partition 1 if Topic/Partition is under Replicated # TYPE kafka_topic_partition_under_replicated_partition gauge kafka_topic_partition_under_replicated_partition{partition="0",topic="CMTS3M75Q.develop.events.device-status"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMTS3M75Q.develop.events.kso-ui"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMTS3M75Q.develop.events.screen-capture"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMTS3M75Q.production.commands.clean"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMTS3M75Q.production.commands.cleans"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMTS3M75Q.production.commands.execute"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMTS3M75Q.production.commands.file"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMTS3M75Q.production.commands.program"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMTS3M75Q.production.commands.programs"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMTS3M75Q.production.commands.setting"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMTS3M75Q.production.commands.settings"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMTS3M75Q.production.events"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMTS3M75Q.production.maintain"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMTS3M75Q.production.make"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMTS3M75Q.production.menus"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMTS3M75Q.production.result.clean"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMTS3M75Q.production.result.cleans"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMTS3M75Q.production.result.execute"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMTS3M75Q.production.result.file"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMTS3M75Q.production.result.program"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMTS3M75Q.production.result.programs"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMTS3M75Q.production.result.setting"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMTS3M75Q.production.result.settings"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMTS3M75Q.production.status"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Temperature"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Weight"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Temperature"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Weight"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.cb.sqlite.v1.local.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter_default"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.cb.sqlite.v1.production.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter_default"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.coffeeInfo"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.warning_error"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.warning_error"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_details"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.coffeeInfo"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.warning_error"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.warning_error"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.coffeeInfo"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.warning_error"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.warning_error"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.coffeeInfo"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.warning_error"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.warning_error"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.kso.db.v1.production.receipts"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.kso.db.v1.production.settings"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.kso.db.v1.production.shows"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.lacte.db.v1.production.dict_record"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.lacte.db.v1.production.error_record"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.lacte.db.v1.production.info"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.lacte.db.v1.production.info_record"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.lacte.db.v1.production.stat_record"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand_tab"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_cup"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_reception"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_material"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_media"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_setting"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.machine.db.v1.local.yk_db_version"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_clean"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_task"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand_tab"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_reception"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_material"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_media"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_setting"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_db_version"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_task"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand_tab"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_reception"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_material"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_media"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_setting"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand_tab"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_cup"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_reception"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_error_record"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_maintain_record"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_material"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_media"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_setting"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_db_version"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_clean"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_machineCount"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make_count"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand_tab"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_reception"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_error_record"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_material"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_media"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_setting"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_db_version"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_machineCount"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make_count"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Events"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.History"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.local.Log"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_ARCHIVE.state_of_KM.sqlite.v1.production.state"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_RECIPE_API.v1.dev.recipe_ingredients"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_RECIPE_API.v1.develop.recipe_ingredients"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_RECIPE_API.v1.local.recipe_ingredients"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_RECIPE_API.v1.production.recipe_ingredients"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_RECIPE_API.v1.production.recipe_ingredients.dlt"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_RECIPE_API.v1.sandbox.recipe_ingredients"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="CMT_RECIPE_API.v1.stage.recipe_ingredients"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="coffee.production.commands.clean"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="coffee.production.commands.cleans"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="coffee.production.commands.execute"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="coffee.production.commands.file"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="coffee.production.commands.program"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="coffee.production.commands.programs"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="coffee.production.commands.setting"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="coffee.production.commands.settings"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="coffee.production.events"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="coffee.production.maintain"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="coffee.production.make"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="coffee.production.menus"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="coffee.production.result.clean"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="coffee.production.result.cleans"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="coffee.production.result.execute"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="coffee.production.result.file"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="coffee.production.result.program"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="coffee.production.result.programs"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="coffee.production.result.setting"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="coffee.production.result.settings"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="coffee.production.status"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="test"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMTS3M75Q.develop.events.device-status"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMTS3M75Q.develop.events.kso-ui"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMTS3M75Q.develop.events.screen-capture"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMTS3M75Q.production.commands.clean"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMTS3M75Q.production.commands.cleans"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMTS3M75Q.production.commands.execute"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMTS3M75Q.production.commands.file"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMTS3M75Q.production.commands.program"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMTS3M75Q.production.commands.programs"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMTS3M75Q.production.commands.setting"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMTS3M75Q.production.commands.settings"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMTS3M75Q.production.events"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMTS3M75Q.production.maintain"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMTS3M75Q.production.make"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMTS3M75Q.production.menus"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMTS3M75Q.production.result.clean"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMTS3M75Q.production.result.cleans"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMTS3M75Q.production.result.execute"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMTS3M75Q.production.result.file"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMTS3M75Q.production.result.program"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMTS3M75Q.production.result.programs"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMTS3M75Q.production.result.setting"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMTS3M75Q.production.result.settings"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMTS3M75Q.production.status"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Temperature"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Weight"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Temperature"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Weight"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.cb.sqlite.v1.local.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter_default"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.cb.sqlite.v1.production.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter_default"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.coffeeInfo"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.warning_error"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.warning_error"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_details"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.coffeeInfo"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.warning_error"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.warning_error"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.coffeeInfo"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.warning_error"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.warning_error"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.coffeeInfo"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.warning_error"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.warning_error"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.kso.db.v1.production.receipts"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.kso.db.v1.production.settings"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.kso.db.v1.production.shows"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.lacte.db.v1.production.dict_record"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.lacte.db.v1.production.error_record"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.lacte.db.v1.production.info"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.lacte.db.v1.production.info_record"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.lacte.db.v1.production.stat_record"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand_tab"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_cup"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_reception"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_material"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_media"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_setting"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.machine.db.v1.local.yk_db_version"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_clean"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_task"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand_tab"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_reception"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_material"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_media"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_setting"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_db_version"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_task"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand_tab"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_reception"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_material"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_media"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_setting"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand_tab"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_cup"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_reception"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_error_record"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_maintain_record"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_material"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_media"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_setting"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_db_version"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_clean"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_machineCount"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make_count"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand_tab"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_reception"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_error_record"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_material"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_media"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_setting"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_db_version"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_machineCount"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make_count"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Events"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.History"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.local.Log"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="CMT_ARCHIVE.state_of_KM.sqlite.v1.production.state"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="coffee.production.commands.clean"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="coffee.production.commands.cleans"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="coffee.production.commands.execute"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="coffee.production.commands.file"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="coffee.production.commands.program"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="coffee.production.commands.programs"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="coffee.production.commands.setting"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="coffee.production.commands.settings"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="coffee.production.events"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="coffee.production.maintain"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="coffee.production.make"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="coffee.production.menus"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="coffee.production.result.clean"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="coffee.production.result.cleans"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="coffee.production.result.execute"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="coffee.production.result.file"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="coffee.production.result.program"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="coffee.production.result.programs"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="coffee.production.result.setting"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="coffee.production.result.settings"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="coffee.production.status"} 0 kafka_topic_partition_under_replicated_partition{partition="10",topic="CMTS3M75Q.develop.events.device-status"} 0 kafka_topic_partition_under_replicated_partition{partition="10",topic="CMTS3M75Q.develop.events.kso-ui"} 0 kafka_topic_partition_under_replicated_partition{partition="10",topic="CMTS3M75Q.develop.events.screen-capture"} 0 kafka_topic_partition_under_replicated_partition{partition="10",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="11",topic="CMTS3M75Q.develop.events.device-status"} 0 kafka_topic_partition_under_replicated_partition{partition="11",topic="CMTS3M75Q.develop.events.kso-ui"} 0 kafka_topic_partition_under_replicated_partition{partition="11",topic="CMTS3M75Q.develop.events.screen-capture"} 0 kafka_topic_partition_under_replicated_partition{partition="11",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="12",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="13",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="14",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="15",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="16",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="17",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="18",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="19",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMTS3M75Q.develop.events.device-status"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMTS3M75Q.develop.events.kso-ui"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMTS3M75Q.develop.events.screen-capture"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMTS3M75Q.production.commands.clean"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMTS3M75Q.production.commands.cleans"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMTS3M75Q.production.commands.execute"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMTS3M75Q.production.commands.file"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMTS3M75Q.production.commands.program"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMTS3M75Q.production.commands.programs"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMTS3M75Q.production.commands.setting"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMTS3M75Q.production.commands.settings"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMTS3M75Q.production.events"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMTS3M75Q.production.maintain"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMTS3M75Q.production.make"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMTS3M75Q.production.menus"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMTS3M75Q.production.result.clean"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMTS3M75Q.production.result.cleans"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMTS3M75Q.production.result.execute"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMTS3M75Q.production.result.file"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMTS3M75Q.production.result.program"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMTS3M75Q.production.result.programs"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMTS3M75Q.production.result.setting"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMTS3M75Q.production.result.settings"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMTS3M75Q.production.status"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Temperature"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Weight"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Temperature"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Weight"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.cb.sqlite.v1.local.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter_default"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.cb.sqlite.v1.production.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter_default"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.coffeeInfo"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.warning_error"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.warning_error"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_details"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.coffeeInfo"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.warning_error"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.warning_error"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.coffeeInfo"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.warning_error"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.warning_error"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.coffeeInfo"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.warning_error"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.warning_error"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.kso.db.v1.production.receipts"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.kso.db.v1.production.settings"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.kso.db.v1.production.shows"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.lacte.db.v1.production.dict_record"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.lacte.db.v1.production.error_record"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.lacte.db.v1.production.info"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.lacte.db.v1.production.info_record"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.lacte.db.v1.production.stat_record"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand_tab"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_cup"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_reception"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_material"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_media"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_setting"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.machine.db.v1.local.yk_db_version"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_clean"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_task"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand_tab"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_reception"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_material"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_media"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_setting"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_db_version"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_task"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand_tab"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_reception"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_material"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_media"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_setting"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand_tab"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_cup"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_reception"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_error_record"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_maintain_record"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_material"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_media"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_setting"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_db_version"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_clean"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_machineCount"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make_count"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand_tab"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_reception"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_error_record"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_material"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_media"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_setting"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_db_version"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_machineCount"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make_count"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Events"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.History"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.local.Log"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="CMT_ARCHIVE.state_of_KM.sqlite.v1.production.state"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="coffee.production.commands.clean"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="coffee.production.commands.cleans"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="coffee.production.commands.execute"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="coffee.production.commands.file"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="coffee.production.commands.program"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="coffee.production.commands.programs"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="coffee.production.commands.setting"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="coffee.production.commands.settings"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="coffee.production.events"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="coffee.production.maintain"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="coffee.production.make"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="coffee.production.menus"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="coffee.production.result.clean"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="coffee.production.result.cleans"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="coffee.production.result.execute"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="coffee.production.result.file"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="coffee.production.result.program"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="coffee.production.result.programs"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="coffee.production.result.setting"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="coffee.production.result.settings"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="coffee.production.status"} 0 kafka_topic_partition_under_replicated_partition{partition="20",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="21",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="22",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="23",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="24",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="25",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="26",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="27",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="28",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="29",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMTS3M75Q.develop.events.device-status"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMTS3M75Q.develop.events.kso-ui"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMTS3M75Q.develop.events.screen-capture"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMTS3M75Q.production.commands.clean"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMTS3M75Q.production.commands.cleans"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMTS3M75Q.production.commands.execute"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMTS3M75Q.production.commands.file"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMTS3M75Q.production.commands.program"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMTS3M75Q.production.commands.programs"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMTS3M75Q.production.commands.setting"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMTS3M75Q.production.commands.settings"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMTS3M75Q.production.events"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMTS3M75Q.production.maintain"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMTS3M75Q.production.make"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMTS3M75Q.production.menus"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMTS3M75Q.production.result.clean"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMTS3M75Q.production.result.cleans"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMTS3M75Q.production.result.execute"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMTS3M75Q.production.result.file"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMTS3M75Q.production.result.program"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMTS3M75Q.production.result.programs"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMTS3M75Q.production.result.setting"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMTS3M75Q.production.result.settings"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMTS3M75Q.production.status"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Temperature"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Weight"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Temperature"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Weight"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.cb.sqlite.v1.local.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter_default"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.cb.sqlite.v1.production.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter_default"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.coffeeInfo"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.warning_error"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.warning_error"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_details"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.coffeeInfo"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.warning_error"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.warning_error"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.coffeeInfo"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.warning_error"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.warning_error"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.coffeeInfo"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.warning_error"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.warning_error"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.kso.db.v1.production.receipts"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.kso.db.v1.production.settings"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.kso.db.v1.production.shows"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.lacte.db.v1.production.dict_record"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.lacte.db.v1.production.error_record"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.lacte.db.v1.production.info"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.lacte.db.v1.production.info_record"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.lacte.db.v1.production.stat_record"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand_tab"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_cup"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_reception"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_material"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_media"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_setting"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.machine.db.v1.local.yk_db_version"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_clean"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_task"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand_tab"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_reception"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_material"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_media"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_setting"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_db_version"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_task"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand_tab"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_reception"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_material"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_media"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_setting"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand_tab"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_cup"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_reception"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_error_record"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_maintain_record"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_material"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_media"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_setting"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_db_version"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_clean"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_machineCount"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make_count"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand_tab"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_reception"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_error_record"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_material"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_media"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_setting"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_db_version"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_machineCount"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make_count"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Events"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.History"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.local.Log"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="CMT_ARCHIVE.state_of_KM.sqlite.v1.production.state"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="coffee.production.commands.clean"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="coffee.production.commands.cleans"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="coffee.production.commands.execute"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="coffee.production.commands.file"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="coffee.production.commands.program"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="coffee.production.commands.programs"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="coffee.production.commands.setting"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="coffee.production.commands.settings"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="coffee.production.events"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="coffee.production.maintain"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="coffee.production.make"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="coffee.production.menus"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="coffee.production.result.clean"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="coffee.production.result.cleans"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="coffee.production.result.execute"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="coffee.production.result.file"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="coffee.production.result.program"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="coffee.production.result.programs"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="coffee.production.result.setting"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="coffee.production.result.settings"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="coffee.production.status"} 0 kafka_topic_partition_under_replicated_partition{partition="30",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="31",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="32",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="33",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="34",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="35",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="36",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="37",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="38",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="39",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMTS3M75Q.develop.events.device-status"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMTS3M75Q.develop.events.kso-ui"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMTS3M75Q.develop.events.screen-capture"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMTS3M75Q.production.commands.clean"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMTS3M75Q.production.commands.cleans"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMTS3M75Q.production.commands.execute"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMTS3M75Q.production.commands.file"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMTS3M75Q.production.commands.program"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMTS3M75Q.production.commands.programs"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMTS3M75Q.production.commands.setting"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMTS3M75Q.production.commands.settings"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMTS3M75Q.production.events"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMTS3M75Q.production.maintain"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMTS3M75Q.production.make"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMTS3M75Q.production.menus"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMTS3M75Q.production.result.clean"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMTS3M75Q.production.result.cleans"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMTS3M75Q.production.result.execute"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMTS3M75Q.production.result.file"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMTS3M75Q.production.result.program"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMTS3M75Q.production.result.programs"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMTS3M75Q.production.result.setting"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMTS3M75Q.production.result.settings"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMTS3M75Q.production.status"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Temperature"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Weight"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Temperature"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Weight"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.cb.sqlite.v1.local.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter_default"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.cb.sqlite.v1.production.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter_default"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.coffeeInfo"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.warning_error"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.warning_error"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_details"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.coffeeInfo"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.warning_error"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.warning_error"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.coffeeInfo"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.warning_error"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.warning_error"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.coffeeInfo"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.warning_error"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.warning_error"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.kso.db.v1.production.receipts"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.kso.db.v1.production.settings"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.kso.db.v1.production.shows"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.lacte.db.v1.production.dict_record"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.lacte.db.v1.production.error_record"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.lacte.db.v1.production.info"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.lacte.db.v1.production.info_record"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.lacte.db.v1.production.stat_record"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand_tab"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_cup"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_reception"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_material"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_media"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_setting"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.machine.db.v1.local.yk_db_version"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_clean"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_task"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand_tab"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_reception"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_material"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_media"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_setting"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_db_version"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_task"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand_tab"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_reception"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_material"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_media"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_setting"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand_tab"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_cup"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_reception"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_error_record"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_maintain_record"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_material"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_media"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_setting"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_db_version"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_clean"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_machineCount"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make_count"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand_tab"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_reception"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_error_record"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_material"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_media"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_setting"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_db_version"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_machineCount"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make_count"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Events"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.History"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.local.Log"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="CMT_ARCHIVE.state_of_KM.sqlite.v1.production.state"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="coffee.production.commands.clean"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="coffee.production.commands.cleans"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="coffee.production.commands.execute"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="coffee.production.commands.file"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="coffee.production.commands.program"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="coffee.production.commands.programs"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="coffee.production.commands.setting"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="coffee.production.commands.settings"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="coffee.production.events"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="coffee.production.maintain"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="coffee.production.make"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="coffee.production.menus"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="coffee.production.result.clean"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="coffee.production.result.cleans"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="coffee.production.result.execute"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="coffee.production.result.file"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="coffee.production.result.program"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="coffee.production.result.programs"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="coffee.production.result.setting"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="coffee.production.result.settings"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="coffee.production.status"} 0 kafka_topic_partition_under_replicated_partition{partition="40",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="41",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="42",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="43",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="44",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="45",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="46",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="47",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="48",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="49",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMTS3M75Q.develop.events.device-status"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMTS3M75Q.develop.events.kso-ui"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMTS3M75Q.develop.events.screen-capture"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMTS3M75Q.production.commands.clean"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMTS3M75Q.production.commands.cleans"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMTS3M75Q.production.commands.execute"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMTS3M75Q.production.commands.file"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMTS3M75Q.production.commands.program"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMTS3M75Q.production.commands.programs"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMTS3M75Q.production.commands.setting"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMTS3M75Q.production.commands.settings"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMTS3M75Q.production.events"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMTS3M75Q.production.maintain"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMTS3M75Q.production.make"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMTS3M75Q.production.menus"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMTS3M75Q.production.result.clean"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMTS3M75Q.production.result.cleans"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMTS3M75Q.production.result.execute"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMTS3M75Q.production.result.file"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMTS3M75Q.production.result.program"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMTS3M75Q.production.result.programs"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMTS3M75Q.production.result.setting"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMTS3M75Q.production.result.settings"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMTS3M75Q.production.status"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Temperature"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Weight"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Temperature"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Weight"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.cb.sqlite.v1.local.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter_default"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.cb.sqlite.v1.production.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter_default"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.coffeeInfo"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.warning_error"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.warning_error"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_details"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.coffeeInfo"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.warning_error"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.warning_error"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.coffeeInfo"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.warning_error"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.warning_error"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.coffeeInfo"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.warning_error"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.warning_error"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.kso.db.v1.production.receipts"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.kso.db.v1.production.settings"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.kso.db.v1.production.shows"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.lacte.db.v1.production.dict_record"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.lacte.db.v1.production.error_record"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.lacte.db.v1.production.info"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.lacte.db.v1.production.info_record"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.lacte.db.v1.production.stat_record"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand_tab"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_cup"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_reception"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_material"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_media"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_setting"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.machine.db.v1.local.yk_db_version"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_clean"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_task"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand_tab"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_reception"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_material"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_media"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_setting"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_db_version"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_task"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand_tab"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_reception"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_material"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_media"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_setting"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand_tab"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_cup"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_reception"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_error_record"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_maintain_record"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_material"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_media"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_setting"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_db_version"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_clean"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_machineCount"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make_count"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand_tab"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_reception"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_error_record"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_material"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_media"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_setting"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_db_version"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_machineCount"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make_count"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Events"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.History"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.local.Log"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="CMT_ARCHIVE.state_of_KM.sqlite.v1.production.state"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="coffee.production.commands.clean"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="coffee.production.commands.cleans"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="coffee.production.commands.execute"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="coffee.production.commands.file"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="coffee.production.commands.program"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="coffee.production.commands.programs"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="coffee.production.commands.setting"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="coffee.production.commands.settings"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="coffee.production.events"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="coffee.production.maintain"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="coffee.production.make"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="coffee.production.menus"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="coffee.production.result.clean"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="coffee.production.result.cleans"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="coffee.production.result.execute"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="coffee.production.result.file"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="coffee.production.result.program"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="coffee.production.result.programs"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="coffee.production.result.setting"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="coffee.production.result.settings"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="coffee.production.status"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMTS3M75Q.develop.events.device-status"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMTS3M75Q.develop.events.kso-ui"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMTS3M75Q.develop.events.screen-capture"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMTS3M75Q.production.commands.clean"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMTS3M75Q.production.commands.cleans"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMTS3M75Q.production.commands.execute"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMTS3M75Q.production.commands.file"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMTS3M75Q.production.commands.program"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMTS3M75Q.production.commands.programs"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMTS3M75Q.production.commands.setting"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMTS3M75Q.production.commands.settings"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMTS3M75Q.production.events"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMTS3M75Q.production.maintain"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMTS3M75Q.production.make"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMTS3M75Q.production.menus"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMTS3M75Q.production.result.clean"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMTS3M75Q.production.result.cleans"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMTS3M75Q.production.result.execute"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMTS3M75Q.production.result.file"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMTS3M75Q.production.result.program"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMTS3M75Q.production.result.programs"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMTS3M75Q.production.result.setting"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMTS3M75Q.production.result.settings"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMTS3M75Q.production.status"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Temperature"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Weight"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Temperature"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Weight"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.cb.sqlite.v1.local.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter_default"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.cb.sqlite.v1.production.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter_default"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.coffeeInfo"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.warning_error"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.warning_error"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_details"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.coffeeInfo"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.warning_error"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.warning_error"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.coffeeInfo"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.warning_error"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.warning_error"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.coffeeInfo"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.warning_error"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.warning_error"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.kso.db.v1.production.receipts"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.kso.db.v1.production.settings"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.kso.db.v1.production.shows"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.lacte.db.v1.production.dict_record"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.lacte.db.v1.production.error_record"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.lacte.db.v1.production.info"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.lacte.db.v1.production.info_record"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.lacte.db.v1.production.stat_record"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand_tab"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_cup"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_reception"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_material"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_media"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_setting"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.machine.db.v1.local.yk_db_version"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_clean"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_task"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand_tab"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_reception"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_material"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_media"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_setting"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_db_version"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_task"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand_tab"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_reception"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_material"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_media"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_setting"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand_tab"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_cup"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_reception"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_error_record"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_maintain_record"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_material"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_media"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_setting"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_db_version"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_clean"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_machineCount"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make_count"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand_tab"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_reception"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_error_record"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_material"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_media"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_setting"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_db_version"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_machineCount"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make_count"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Events"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.History"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.local.Log"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="CMT_ARCHIVE.state_of_KM.sqlite.v1.production.state"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="coffee.production.commands.clean"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="coffee.production.commands.cleans"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="coffee.production.commands.execute"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="coffee.production.commands.file"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="coffee.production.commands.program"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="coffee.production.commands.programs"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="coffee.production.commands.setting"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="coffee.production.commands.settings"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="coffee.production.events"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="coffee.production.maintain"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="coffee.production.make"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="coffee.production.menus"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="coffee.production.result.clean"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="coffee.production.result.cleans"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="coffee.production.result.execute"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="coffee.production.result.file"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="coffee.production.result.program"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="coffee.production.result.programs"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="coffee.production.result.setting"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="coffee.production.result.settings"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="coffee.production.status"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMTS3M75Q.develop.events.device-status"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMTS3M75Q.develop.events.kso-ui"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMTS3M75Q.develop.events.screen-capture"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMTS3M75Q.production.commands.clean"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMTS3M75Q.production.commands.cleans"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMTS3M75Q.production.commands.execute"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMTS3M75Q.production.commands.file"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMTS3M75Q.production.commands.program"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMTS3M75Q.production.commands.programs"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMTS3M75Q.production.commands.setting"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMTS3M75Q.production.commands.settings"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMTS3M75Q.production.events"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMTS3M75Q.production.maintain"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMTS3M75Q.production.make"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMTS3M75Q.production.menus"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMTS3M75Q.production.result.clean"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMTS3M75Q.production.result.cleans"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMTS3M75Q.production.result.execute"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMTS3M75Q.production.result.file"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMTS3M75Q.production.result.program"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMTS3M75Q.production.result.programs"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMTS3M75Q.production.result.setting"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMTS3M75Q.production.result.settings"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMTS3M75Q.production.status"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Temperature"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Weight"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Temperature"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Weight"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.cb.sqlite.v1.local.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter_default"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.cb.sqlite.v1.production.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter_default"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.coffeeInfo"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.warning_error"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.warning_error"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_details"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.coffeeInfo"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.warning_error"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.warning_error"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.coffeeInfo"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.warning_error"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.warning_error"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.coffeeInfo"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.warning_error"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.warning_error"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.kso.db.v1.production.receipts"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.kso.db.v1.production.settings"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.kso.db.v1.production.shows"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.lacte.db.v1.production.dict_record"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.lacte.db.v1.production.error_record"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.lacte.db.v1.production.info"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.lacte.db.v1.production.info_record"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.lacte.db.v1.production.stat_record"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand_tab"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_cup"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_reception"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_material"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_media"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_setting"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.machine.db.v1.local.yk_db_version"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_clean"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_task"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand_tab"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_reception"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_material"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_media"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_setting"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_db_version"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_task"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand_tab"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_reception"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_material"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_media"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_setting"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand_tab"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_cup"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_reception"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_error_record"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_maintain_record"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_material"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_media"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_setting"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_db_version"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_clean"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_machineCount"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make_count"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand_tab"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_reception"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_error_record"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_material"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_media"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_setting"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_db_version"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_machineCount"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make_count"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Events"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.History"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.local.Log"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="CMT_ARCHIVE.state_of_KM.sqlite.v1.production.state"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="coffee.production.commands.clean"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="coffee.production.commands.cleans"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="coffee.production.commands.execute"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="coffee.production.commands.file"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="coffee.production.commands.program"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="coffee.production.commands.programs"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="coffee.production.commands.setting"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="coffee.production.commands.settings"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="coffee.production.events"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="coffee.production.maintain"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="coffee.production.make"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="coffee.production.menus"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="coffee.production.result.clean"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="coffee.production.result.cleans"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="coffee.production.result.execute"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="coffee.production.result.file"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="coffee.production.result.program"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="coffee.production.result.programs"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="coffee.production.result.setting"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="coffee.production.result.settings"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="coffee.production.status"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMTS3M75Q.develop.events.device-status"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMTS3M75Q.develop.events.kso-ui"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMTS3M75Q.develop.events.screen-capture"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMTS3M75Q.production.commands.clean"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMTS3M75Q.production.commands.cleans"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMTS3M75Q.production.commands.execute"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMTS3M75Q.production.commands.file"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMTS3M75Q.production.commands.program"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMTS3M75Q.production.commands.programs"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMTS3M75Q.production.commands.setting"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMTS3M75Q.production.commands.settings"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMTS3M75Q.production.events"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMTS3M75Q.production.maintain"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMTS3M75Q.production.make"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMTS3M75Q.production.menus"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMTS3M75Q.production.result.clean"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMTS3M75Q.production.result.cleans"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMTS3M75Q.production.result.execute"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMTS3M75Q.production.result.file"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMTS3M75Q.production.result.program"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMTS3M75Q.production.result.programs"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMTS3M75Q.production.result.setting"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMTS3M75Q.production.result.settings"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMTS3M75Q.production.status"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Temperature"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Weight"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Temperature"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Weight"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.cb.sqlite.v1.local.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter_default"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.cb.sqlite.v1.production.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter_default"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.coffeeInfo"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.warning_error"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.warning_error"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_details"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.coffeeInfo"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.warning_error"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.warning_error"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.coffeeInfo"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.warning_error"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.warning_error"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.coffeeInfo"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.warning_error"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.warning_error"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.kso.db.v1.production.receipts"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.kso.db.v1.production.settings"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.kso.db.v1.production.shows"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.lacte.db.v1.production.dict_record"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.lacte.db.v1.production.error_record"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.lacte.db.v1.production.info"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.lacte.db.v1.production.info_record"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.lacte.db.v1.production.stat_record"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand_tab"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_cup"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_reception"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_material"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_media"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_setting"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.machine.db.v1.local.yk_db_version"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_clean"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_task"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand_tab"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_reception"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_material"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_media"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_setting"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_db_version"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_task"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand_tab"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_reception"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_material"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_media"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_setting"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand_tab"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_cup"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_reception"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_error_record"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_maintain_record"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_material"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_media"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_setting"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_db_version"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_clean"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_machineCount"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make_count"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand_tab"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_reception"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_error_record"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_material"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_media"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_setting"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_db_version"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_machineCount"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make_count"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Events"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.History"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.local.Log"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="CMT_ARCHIVE.state_of_KM.sqlite.v1.production.state"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="coffee.production.commands.clean"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="coffee.production.commands.cleans"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="coffee.production.commands.execute"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="coffee.production.commands.file"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="coffee.production.commands.program"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="coffee.production.commands.programs"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="coffee.production.commands.setting"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="coffee.production.commands.settings"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="coffee.production.events"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="coffee.production.maintain"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="coffee.production.make"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="coffee.production.menus"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="coffee.production.result.clean"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="coffee.production.result.cleans"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="coffee.production.result.execute"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="coffee.production.result.file"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="coffee.production.result.program"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="coffee.production.result.programs"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="coffee.production.result.setting"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="coffee.production.result.settings"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="coffee.production.status"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMTS3M75Q.develop.events.device-status"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMTS3M75Q.develop.events.kso-ui"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMTS3M75Q.develop.events.screen-capture"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMTS3M75Q.production.commands.clean"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMTS3M75Q.production.commands.cleans"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMTS3M75Q.production.commands.execute"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMTS3M75Q.production.commands.file"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMTS3M75Q.production.commands.program"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMTS3M75Q.production.commands.programs"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMTS3M75Q.production.commands.setting"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMTS3M75Q.production.commands.settings"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMTS3M75Q.production.events"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMTS3M75Q.production.maintain"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMTS3M75Q.production.make"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMTS3M75Q.production.menus"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMTS3M75Q.production.result.clean"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMTS3M75Q.production.result.cleans"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMTS3M75Q.production.result.execute"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMTS3M75Q.production.result.file"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMTS3M75Q.production.result.program"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMTS3M75Q.production.result.programs"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMTS3M75Q.production.result.setting"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMTS3M75Q.production.result.settings"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMTS3M75Q.production.status"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Temperature"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Weight"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Temperature"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Weight"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.cb.sqlite.v1.local.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter_default"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.cb.sqlite.v1.production.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter_default"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.coffeeInfo"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.warning_error"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.warning_error"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_details"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.coffeeInfo"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.warning_error"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.warning_error"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.coffeeInfo"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.warning_error"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.warning_error"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.coffeeInfo"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.warning_error"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.database_version"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.making_count"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.warning_error"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.kso.db.v1.production.receipts"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.kso.db.v1.production.settings"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.kso.db.v1.production.shows"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.lacte.db.v1.production.dict_record"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.lacte.db.v1.production.error_record"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.lacte.db.v1.production.info"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.lacte.db.v1.production.info_record"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.lacte.db.v1.production.stat_record"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand_tab"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_cup"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_reception"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_material"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_media"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_setting"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.machine.db.v1.local.yk_db_version"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_clean"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_task"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand_tab"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_reception"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_material"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_media"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_setting"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_db_version"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_task"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand_tab"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_reception"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_material"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_media"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_setting"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand_tab"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_cup"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_reception"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_error_record"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_maintain_record"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_material"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_media"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_setting"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_db_version"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_clean"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_machineCount"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make_count"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand_tab"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_reception"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_error_record"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_material"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_media"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_setting"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_db_version"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_machineCount"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make_count"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Events"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.History"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.local.Log"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="CMT_ARCHIVE.state_of_KM.sqlite.v1.production.state"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="coffee.production.commands.clean"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="coffee.production.commands.cleans"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="coffee.production.commands.execute"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="coffee.production.commands.file"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="coffee.production.commands.program"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="coffee.production.commands.programs"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="coffee.production.commands.setting"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="coffee.production.commands.settings"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="coffee.production.events"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="coffee.production.maintain"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="coffee.production.make"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="coffee.production.menus"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="coffee.production.result.clean"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="coffee.production.result.cleans"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="coffee.production.result.execute"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="coffee.production.result.file"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="coffee.production.result.program"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="coffee.production.result.programs"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="coffee.production.result.setting"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="coffee.production.result.settings"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="coffee.production.status"} 0 # HELP kafka_topic_partitions Number of partitions for this Topic # TYPE kafka_topic_partitions gauge kafka_topic_partitions{topic="CMTS3M75Q.develop.events.device-status"} 12 kafka_topic_partitions{topic="CMTS3M75Q.develop.events.kso-ui"} 12 kafka_topic_partitions{topic="CMTS3M75Q.develop.events.screen-capture"} 12 kafka_topic_partitions{topic="CMTS3M75Q.production.commands.clean"} 10 kafka_topic_partitions{topic="CMTS3M75Q.production.commands.cleans"} 10 kafka_topic_partitions{topic="CMTS3M75Q.production.commands.execute"} 10 kafka_topic_partitions{topic="CMTS3M75Q.production.commands.file"} 10 kafka_topic_partitions{topic="CMTS3M75Q.production.commands.program"} 10 kafka_topic_partitions{topic="CMTS3M75Q.production.commands.programs"} 10 kafka_topic_partitions{topic="CMTS3M75Q.production.commands.setting"} 10 kafka_topic_partitions{topic="CMTS3M75Q.production.commands.settings"} 10 kafka_topic_partitions{topic="CMTS3M75Q.production.events"} 10 kafka_topic_partitions{topic="CMTS3M75Q.production.maintain"} 10 kafka_topic_partitions{topic="CMTS3M75Q.production.make"} 10 kafka_topic_partitions{topic="CMTS3M75Q.production.menus"} 10 kafka_topic_partitions{topic="CMTS3M75Q.production.result.clean"} 10 kafka_topic_partitions{topic="CMTS3M75Q.production.result.cleans"} 10 kafka_topic_partitions{topic="CMTS3M75Q.production.result.execute"} 10 kafka_topic_partitions{topic="CMTS3M75Q.production.result.file"} 10 kafka_topic_partitions{topic="CMTS3M75Q.production.result.program"} 10 kafka_topic_partitions{topic="CMTS3M75Q.production.result.programs"} 10 kafka_topic_partitions{topic="CMTS3M75Q.production.result.setting"} 10 kafka_topic_partitions{topic="CMTS3M75Q.production.result.settings"} 10 kafka_topic_partitions{topic="CMTS3M75Q.production.status"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Temperature"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.adc_actual.sqlite.v1.local.Weight"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Temperature"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.adc_actual.sqlite.v1.production.Weight"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.cb.sqlite.v1.local.database_version"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.cb.sqlite.v1.local.machine_parameter_default"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.cb.sqlite.v1.production.database_version"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.cb.sqlite.v1.production.machine_parameter_default"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.coffeeInfo"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.database_version"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.maintaining_record"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.making_count"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.local.warning_error"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.coffeeInfo"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.database_version"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.maintaining_record"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.making_count"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.coffeesystem.sqlite.v1.production.warning_error"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.maintaining_record"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_count"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.local.making_details"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.maintaining_record"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_count"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.coffeesystem_count.sqlite.v1.production.making_details"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.coffeeInfo"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.database_version"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.maintaining_record"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.making_count"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.local.warning_error"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.coffeeInfo"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.database_version"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.maintaining_record"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.making_count"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.coffeesystem_def.sqlite.v1.production.warning_error"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.coffeeInfo"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.database_version"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.maintaining_record"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.making_count"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.local.warning_error"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.coffeeInfo"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.database_version"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.maintaining_record"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.making_count"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.coffeesystem_f2h_1.sqlite.v1.production.warning_error"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.coffeeInfo"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.database_version"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.maintaining_record"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.making_count"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.local.warning_error"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.coffeeInfo"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.database_version"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.maintaining_record"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.making_count"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.coffeesystem_f2plus_3.sqlite.v1.production.warning_error"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.kso.db.v1.production.receipts"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.kso.db.v1.production.settings"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.kso.db.v1.production.shows"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.lacte.db.v1.production.dict_record"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.lacte.db.v1.production.dictionary"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.lacte.db.v1.production.error_record"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.lacte.db.v1.production.errors"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.lacte.db.v1.production.info"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.lacte.db.v1.production.info_record"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.lacte.db.v1.production.service_info"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.lacte.db.v1.production.stat"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.lacte.db.v1.production.stat_record"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_brand_tab"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_cup"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_drink_reception"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_material"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_media"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.machine.db.v1.local.yk_asset_setting"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.machine.db.v1.local.yk_db_version"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_clean"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.machine.db.v1.local.yk_device_task"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_brand_tab"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_cup"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_drink_reception"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_material"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_media"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.machine.db.v1.production.yk_asset_setting"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.machine.db.v1.production.yk_db_version"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_clean"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.machine.db.v1.production.yk_device_task"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_brand_tab"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_cup"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_drink_reception"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_material"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_media"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_asset_setting"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.machine_backup.db.v1.production.yk_device_clean"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_brand_tab"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_cup"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_drink_reception"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_error_record"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_maintain_record"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_material"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_media"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_asset_setting"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_db_version"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_clean"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_machineCount"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.machine_data.db.v1.local.yk_device_make_count"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_brand_tab"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_cup"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_drink_reception"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_error_record"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_maintain_record"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_material"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_media"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_asset_setting"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_db_version"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_clean"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_machineCount"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.machine_data.db.v1.production.yk_device_make_count"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Events"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.History"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.mcu_events.sqlite.v1.production.Log"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.local.Log"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.mcu_events_actual.sqlite.v1.production.Log"} 10 kafka_topic_partitions{topic="CMT_ARCHIVE.state_of_KM.sqlite.v1.production.state"} 10 kafka_topic_partitions{topic="CMT_RECIPE_API.v1.dev.recipe_ingredients"} 1 kafka_topic_partitions{topic="CMT_RECIPE_API.v1.develop.recipe_ingredients"} 1 kafka_topic_partitions{topic="CMT_RECIPE_API.v1.local.recipe_ingredients"} 1 kafka_topic_partitions{topic="CMT_RECIPE_API.v1.production.recipe_ingredients"} 1 kafka_topic_partitions{topic="CMT_RECIPE_API.v1.production.recipe_ingredients.dlt"} 1 kafka_topic_partitions{topic="CMT_RECIPE_API.v1.sandbox.recipe_ingredients"} 1 kafka_topic_partitions{topic="CMT_RECIPE_API.v1.stage.recipe_ingredients"} 1 kafka_topic_partitions{topic="__consumer_offsets"} 50 kafka_topic_partitions{topic="coffee.production.commands.clean"} 10 kafka_topic_partitions{topic="coffee.production.commands.cleans"} 10 kafka_topic_partitions{topic="coffee.production.commands.execute"} 10 kafka_topic_partitions{topic="coffee.production.commands.file"} 10 kafka_topic_partitions{topic="coffee.production.commands.program"} 10 kafka_topic_partitions{topic="coffee.production.commands.programs"} 10 kafka_topic_partitions{topic="coffee.production.commands.setting"} 10 kafka_topic_partitions{topic="coffee.production.commands.settings"} 10 kafka_topic_partitions{topic="coffee.production.events"} 10 kafka_topic_partitions{topic="coffee.production.maintain"} 10 kafka_topic_partitions{topic="coffee.production.make"} 10 kafka_topic_partitions{topic="coffee.production.menus"} 10 kafka_topic_partitions{topic="coffee.production.result.clean"} 10 kafka_topic_partitions{topic="coffee.production.result.cleans"} 10 kafka_topic_partitions{topic="coffee.production.result.execute"} 10 kafka_topic_partitions{topic="coffee.production.result.file"} 10 kafka_topic_partitions{topic="coffee.production.result.program"} 10 kafka_topic_partitions{topic="coffee.production.result.programs"} 10 kafka_topic_partitions{topic="coffee.production.result.setting"} 10 kafka_topic_partitions{topic="coffee.production.result.settings"} 10 kafka_topic_partitions{topic="coffee.production.status"} 10 kafka_topic_partitions{topic="test"} 1 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 2.2550618e+06 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 524287 # HELP process_network_receive_bytes_total Number of bytes received by the process over the network. # TYPE process_network_receive_bytes_total counter process_network_receive_bytes_total 3.774185101633e+12 # HELP process_network_transmit_bytes_total Number of bytes sent by the process over the network. # TYPE process_network_transmit_bytes_total counter process_network_transmit_bytes_total 2.417442659055e+12 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 37 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 4.7116288e+07 # HELP process_start_time_seconds Start time of the process since unix epoch in seconds. # TYPE process_start_time_seconds gauge process_start_time_seconds 1.76958446567e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.484324864e+09 # HELP process_virtual_memory_max_bytes Maximum amount of virtual memory available in bytes. # TYPE process_virtual_memory_max_bytes gauge process_virtual_memory_max_bytes 1.8446744073709552e+19 # HELP promhttp_metric_handler_requests_in_flight Current number of scrapes being served. # TYPE promhttp_metric_handler_requests_in_flight gauge promhttp_metric_handler_requests_in_flight 1 # HELP promhttp_metric_handler_requests_total Total number of scrapes by HTTP status code. # TYPE promhttp_metric_handler_requests_total counter promhttp_metric_handler_requests_total{code="200"} 1.263823e+06 promhttp_metric_handler_requests_total{code="500"} 3 promhttp_metric_handler_requests_total{code="503"} 0