Inspect ZooKeeper logs and snapshots.

Inspect ZooKeeper data directory.

$ ls /opt/kafka/zookeeper_data/version-2/
acceptedEpoch  log.2000001e0  log.2000001f6  log.20000020c  log.200000222  log.200000238  log.20000024e  log.200000264  log.20000027a  log.200000290  log.2000002a6  log.2000002bc  log.2000002d2  log.2000002e8       snapshot.200000236
currentEpoch   log.2000001e2  log.2000001f8  log.20000020e  log.200000224  log.20000023a  log.200000250  log.200000266  log.20000027c  log.200000292  log.2000002a8  log.2000002be  log.2000002d4  log.2000002ea       snapshot.2000002b3
log.100000001  log.2000001e4  log.2000001fa  log.200000210  log.200000226  log.20000023c  log.200000252  log.200000268  log.20000027e  log.200000294  log.2000002aa  log.2000002c0  log.2000002d6  log.2000002ec       snapshot.2000002ef
log.200000001  log.2000001e6  log.2000001fc  log.200000212  log.200000228  log.20000023e  log.200000254  log.20000026a  log.200000280  log.200000296  log.2000002ac  log.2000002c2  log.2000002d8  log.2000002ee       snapshot.2000002f0
log.200000002  log.2000001e8  log.2000001fe  log.200000214  log.20000022a  log.200000240  log.200000256  log.20000026c  log.200000282  log.200000298  log.2000002ae  log.2000002c4  log.2000002da  log.2000002f0       snapshot.2000002f2
log.200000013  log.2000001ea  log.200000200  log.200000216  log.20000022c  log.200000242  log.200000258  log.20000026e  log.200000284  log.20000029a  log.2000002b0  log.2000002c6  log.2000002dc  log.2000002f2       snapshot.2000002f4
log.2000001d6  log.2000001ec  log.200000202  log.200000218  log.20000022e  log.200000244  log.20000025a  log.200000270  log.200000286  log.20000029c  log.2000002b2  log.2000002c8  log.2000002de  log.2000002f4       snapshot.2000002f6
log.2000001d8  log.2000001ee  log.200000204  log.20000021a  log.200000230  log.200000246  log.20000025c  log.200000272  log.200000288  log.20000029e  log.2000002b4  log.2000002ca  log.2000002e0  log.2000002f6
log.2000001da  log.2000001f0  log.200000206  log.20000021c  log.200000232  log.200000248  log.20000025e  log.200000274  log.20000028a  log.2000002a0  log.2000002b6  log.2000002cc  log.2000002e2  log.2000002f8
log.2000001dc  log.2000001f2  log.200000208  log.20000021e  log.200000234  log.20000024a  log.200000260  log.200000276  log.20000028c  log.2000002a2  log.2000002b8  log.2000002ce  log.2000002e4  snapshot.2000001d5
log.2000001de  log.2000001f4  log.20000020a  log.200000220  log.200000236  log.20000024c  log.200000262  log.200000278  log.20000028e  log.2000002a4  log.2000002ba  log.2000002d0  log.2000002e6  snapshot.2000001e5

General solution

It works regardless of the ZooKeeper version.

Inspect specific snapshot.

$ java -cp libs/zookeeper-3.5.9.jar:libs/zookeeper-jute-3.5.9.jar:libs/slf4j-api-1.7.30.jar:libs/slf4j-log4j12-1.7.30.jar:libs/log4j-1.2.17.jar  org.apache.zookeeper.server.SnapshotFormatter /opt/kafka/zookeeper_data/version-2/snapshot.2000002f0
ZNode Details (count=171):
----
/
  cZxid = 0x00000000000000
  ctime = Thu Jan 01 00:00:00 UTC 1970
  mZxid = 0x00000000000000
  mtime = Thu Jan 01 00:00:00 UTC 1970
  pZxid = 0x000002000000e5
  cversion = 13
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  dataLength = 0
----
/cluster
  cZxid = 0x00000100000024
  ctime = Mon Aug 02 09:47:41 UTC 2021
  mZxid = 0x00000100000024
  mtime = Mon Aug 02 09:47:41 UTC 2021
  pZxid = 0x00000100000025
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  no data
----
/cluster/id
  cZxid = 0x00000100000025
  ctime = Mon Aug 02 09:47:41 UTC 2021
  mZxid = 0x00000100000025
  mtime = Mon Aug 02 09:47:41 UTC 2021
  pZxid = 0x00000100000025
  cversion = 0
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  dataLength = 45
----
/controller
  cZxid = 0x000002000000e4
  ctime = Mon Aug 02 10:26:11 UTC 2021
  mZxid = 0x000002000000e4
  mtime = Mon Aug 02 10:26:11 UTC 2021
  pZxid = 0x000002000000e4
  cversion = 0
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x300000a86b10000
  dataLength = 54
----
/brokers
  cZxid = 0x00000100000004
  ctime = Mon Aug 02 09:47:41 UTC 2021
  mZxid = 0x00000100000004
  mtime = Mon Aug 02 09:47:41 UTC 2021
  pZxid = 0x0000010000000e
  cversion = 3
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  no data
----
/brokers/ids
  cZxid = 0x00000100000005
  ctime = Mon Aug 02 09:47:41 UTC 2021
  mZxid = 0x00000100000005
  mtime = Mon Aug 02 09:47:41 UTC 2021
  pZxid = 0x000002000002c0
  cversion = 11
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  no data
----
/brokers/ids/1
  cZxid = 0x000002000002c0
  ctime = Tue Aug 03 21:34:10 UTC 2021
  mZxid = 0x000002000002c0
  mtime = Tue Aug 03 21:34:10 UTC 2021
  pZxid = 0x000002000002c0
  cversion = 0
  dataVersion = 1
  aclVersion = 0
  ephemeralOwner = 0x10000285de90010
  dataLength = 206
----
/brokers/ids/3
  cZxid = 0x0000010000012f
  ctime = Mon Aug 02 09:59:58 UTC 2021
  mZxid = 0x0000010000012f
  mtime = Mon Aug 02 09:59:58 UTC 2021
  pZxid = 0x0000010000012f
  cversion = 0
  dataVersion = 1
  aclVersion = 0
  ephemeralOwner = 0x300000a86b10000
  dataLength = 206
----
/brokers/topics
  cZxid = 0x00000100000006
  ctime = Mon Aug 02 09:47:41 UTC 2021
  mZxid = 0x00000100000006
  mtime = Mon Aug 02 09:47:41 UTC 2021
  pZxid = 0x000001000000ba
  cversion = 2
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  no data
----
/brokers/topics/milosz
  cZxid = 0x00000100000062
  ctime = Mon Aug 02 09:54:14 UTC 2021
  mZxid = 0x0000020000018c
  mtime = Mon Aug 02 10:27:51 UTC 2021
  pZxid = 0x00000100000063
  cversion = 1
  dataVersion = 86
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  dataLength = 162
----
/brokers/topics/milosz/partitions
  cZxid = 0x00000100000063
  ctime = Mon Aug 02 09:54:14 UTC 2021
  mZxid = 0x00000100000063
  mtime = Mon Aug 02 09:54:14 UTC 2021
  pZxid = 0x0000010000006c
  cversion = 9
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  no data
----
/brokers/topics/milosz/partitions/0
  cZxid = 0x00000100000069
  ctime = Mon Aug 02 09:54:14 UTC 2021
  mZxid = 0x00000100000069
  mtime = Mon Aug 02 09:54:14 UTC 2021
  pZxid = 0x00000100000072
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  no data
----
/brokers/topics/milosz/partitions/0/state
  cZxid = 0x00000100000072
  ctime = Mon Aug 02 09:54:14 UTC 2021
  mZxid = 0x000002000001e2
  mtime = Mon Aug 02 10:49:46 UTC 2021
  pZxid = 0x00000100000072
  cversion = 0
  dataVersion = 15
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  dataLength = 75
----
/brokers/topics/milosz/partitions/1
  cZxid = 0x0000010000006c
  ctime = Mon Aug 02 09:54:14 UTC 2021
  mZxid = 0x0000010000006c
  mtime = Mon Aug 02 09:54:14 UTC 2021
  pZxid = 0x00000100000075
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  no data
----
/brokers/topics/milosz/partitions/1/state
  cZxid = 0x00000100000075
  ctime = Mon Aug 02 09:54:14 UTC 2021
  mZxid = 0x000002000001d9
  mtime = Mon Aug 02 10:49:45 UTC 2021
  pZxid = 0x00000100000075
  cversion = 0
  dataVersion = 23
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  dataLength = 73
----
/brokers/topics/milosz/partitions/2
  cZxid = 0x0000010000006b
  ctime = Mon Aug 02 09:54:14 UTC 2021
  mZxid = 0x0000010000006b
  mtime = Mon Aug 02 09:54:14 UTC 2021
  pZxid = 0x00000100000074
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  no data
----
/brokers/topics/milosz/partitions/2/state
  cZxid = 0x00000100000074
  ctime = Mon Aug 02 09:54:14 UTC 2021
  mZxid = 0x000002000001e4
  mtime = Mon Aug 02 10:49:46 UTC 2021
  pZxid = 0x00000100000074
  cversion = 0
  dataVersion = 23
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  dataLength = 75
----
/brokers/topics/milosz/partitions/3
  cZxid = 0x00000100000065
  ctime = Mon Aug 02 09:54:14 UTC 2021
  mZxid = 0x00000100000065
  mtime = Mon Aug 02 09:54:14 UTC 2021
  pZxid = 0x0000010000006e
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  no data
----
/brokers/topics/milosz/partitions/3/state
  cZxid = 0x0000010000006e
  ctime = Mon Aug 02 09:54:14 UTC 2021
  mZxid = 0x000002000001da
  mtime = Mon Aug 02 10:49:45 UTC 2021
  pZxid = 0x0000010000006e
  cversion = 0
  dataVersion = 23
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  dataLength = 73
----
/brokers/topics/milosz/partitions/4
  cZxid = 0x00000100000068
  ctime = Mon Aug 02 09:54:14 UTC 2021
  mZxid = 0x00000100000068
  mtime = Mon Aug 02 09:54:14 UTC 2021
  pZxid = 0x00000100000071
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  no data
----
/brokers/topics/milosz/partitions/4/state
  cZxid = 0x00000100000071
  ctime = Mon Aug 02 09:54:14 UTC 2021
  mZxid = 0x000002000001e3
  mtime = Mon Aug 02 10:49:46 UTC 2021
  pZxid = 0x00000100000071
  cversion = 0
  dataVersion = 13
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  dataLength = 75
----
/brokers/topics/milosz/partitions/5
  cZxid = 0x0000010000006a
  ctime = Mon Aug 02 09:54:14 UTC 2021
  mZxid = 0x0000010000006a
  mtime = Mon Aug 02 09:54:14 UTC 2021
  pZxid = 0x00000100000073
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  no data
----
/brokers/topics/milosz/partitions/5/state
  cZxid = 0x00000100000073
  ctime = Mon Aug 02 09:54:14 UTC 2021
  mZxid = 0x000002000001d7
  mtime = Mon Aug 02 10:49:45 UTC 2021
  pZxid = 0x00000100000073
  cversion = 0
  dataVersion = 23
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  dataLength = 73
----
/brokers/topics/milosz/partitions/6
  cZxid = 0x00000100000064
  ctime = Mon Aug 02 09:54:14 UTC 2021
  mZxid = 0x00000100000064
  mtime = Mon Aug 02 09:54:14 UTC 2021
  pZxid = 0x0000010000006d
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  no data
----
/brokers/topics/milosz/partitions/6/state
  cZxid = 0x0000010000006d
  ctime = Mon Aug 02 09:54:14 UTC 2021
  mZxid = 0x000002000001e0
  mtime = Mon Aug 02 10:49:46 UTC 2021
  pZxid = 0x0000010000006d
  cversion = 0
  dataVersion = 15
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  dataLength = 75
----
/brokers/topics/milosz/partitions/7
  cZxid = 0x00000100000066
  ctime = Mon Aug 02 09:54:14 UTC 2021
  mZxid = 0x00000100000066
  mtime = Mon Aug 02 09:54:14 UTC 2021
  pZxid = 0x0000010000006f
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  no data
----
/brokers/topics/milosz/partitions/7/state
  cZxid = 0x0000010000006f
  ctime = Mon Aug 02 09:54:14 UTC 2021
  mZxid = 0x000002000001d8
  mtime = Mon Aug 02 10:49:45 UTC 2021
  pZxid = 0x0000010000006f
  cversion = 0
  dataVersion = 23
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  dataLength = 73
----
/brokers/topics/milosz/partitions/8
  cZxid = 0x00000100000067
  ctime = Mon Aug 02 09:54:14 UTC 2021
  mZxid = 0x00000100000067
  mtime = Mon Aug 02 09:54:14 UTC 2021
  pZxid = 0x00000100000070
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  no data
----
/brokers/topics/milosz/partitions/8/state
  cZxid = 0x00000100000070
  ctime = Mon Aug 02 09:54:14 UTC 2021
  mZxid = 0x000002000001e1
  mtime = Mon Aug 02 10:49:46 UTC 2021
  pZxid = 0x00000100000070
  cversion = 0
  dataVersion = 23
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  dataLength = 75
----
/brokers/topics/__consumer_offsets
  cZxid = 0x000001000000ba
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x0000010000022f
  mtime = Mon Aug 02 10:01:51 UTC 2021
  pZxid = 0x000001000000bb
  cversion = 1
  dataVersion = 50
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  dataLength = 468
----
/brokers/topics/__consumer_offsets/partitions
  cZxid = 0x000001000000bb
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000bb
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x000001000000ed
  cversion = 50
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  no data
----
/brokers/topics/__consumer_offsets/partitions/44
  cZxid = 0x000001000000e2
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000e2
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x00000100000114
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  no data
----
/brokers/topics/__consumer_offsets/partitions/44/state
  cZxid = 0x00000100000114
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000002000002d6
  mtime = Tue Aug 03 21:34:10 UTC 2021
  pZxid = 0x00000100000114
  cversion = 0
  dataVersion = 10
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  dataLength = 73
----
/brokers/topics/__consumer_offsets/partitions/45
  cZxid = 0x000001000000e5
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000e5
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x00000100000117
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  no data
----
/brokers/topics/__consumer_offsets/partitions/45/state
  cZxid = 0x00000100000117
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x00000100000222
  mtime = Mon Aug 02 10:01:51 UTC 2021
  pZxid = 0x00000100000117
  cversion = 0
  dataVersion = 4
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  dataLength = 72
----
/brokers/topics/__consumer_offsets/partitions/46
  cZxid = 0x000001000000c4
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000c4
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x000001000000f6
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  no data
----
/brokers/topics/__consumer_offsets/partitions/46/state
  cZxid = 0x000001000000f6
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000002000002c3
  mtime = Tue Aug 03 21:34:10 UTC 2021
  pZxid = 0x000001000000f6
  cversion = 0
  dataVersion = 10
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  dataLength = 73
----
/brokers/topics/__consumer_offsets/partitions/47
  cZxid = 0x000001000000cb
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000cb
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x000001000000fd
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  no data
----
/brokers/topics/__consumer_offsets/partitions/47/state
  cZxid = 0x000001000000fd
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000001f6
  mtime = Mon Aug 02 10:01:50 UTC 2021
  pZxid = 0x000001000000fd
  cversion = 0
  dataVersion = 4
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  dataLength = 72
----
/brokers/topics/__consumer_offsets/partitions/48
  cZxid = 0x000001000000d8
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000d8
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x0000010000010a
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  no data
----
/brokers/topics/__consumer_offsets/partitions/48/state
  cZxid = 0x0000010000010a
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000002000002c7
  mtime = Tue Aug 03 21:34:10 UTC 2021
  pZxid = 0x0000010000010a
  cversion = 0
  dataVersion = 10
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  dataLength = 73
----
/brokers/topics/__consumer_offsets/partitions/49
  cZxid = 0x000001000000ca
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000ca
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x000001000000fc
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  no data
----
/brokers/topics/__consumer_offsets/partitions/49/state
  cZxid = 0x000001000000fc
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000001f2
  mtime = Mon Aug 02 10:01:50 UTC 2021
  pZxid = 0x000001000000fc
  cversion = 0
  dataVersion = 4
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  dataLength = 72
----
/brokers/topics/__consumer_offsets/partitions/10
  cZxid = 0x000001000000eb
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000eb
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x0000010000011d
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  no data
----
/brokers/topics/__consumer_offsets/partitions/10/state
  cZxid = 0x0000010000011d
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000002000002d7
  mtime = Tue Aug 03 21:34:10 UTC 2021
  pZxid = 0x0000010000011d
  cversion = 0
  dataVersion = 10
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  dataLength = 73
----
/brokers/topics/__consumer_offsets/partitions/11
  cZxid = 0x000001000000da
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000da
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x0000010000010c
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  no data
----
/brokers/topics/__consumer_offsets/partitions/11/state
  cZxid = 0x0000010000010c
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x00000100000212
  mtime = Mon Aug 02 10:01:51 UTC 2021
  pZxid = 0x0000010000010c
  cversion = 0
  dataVersion = 4
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  dataLength = 72
----
/brokers/topics/__consumer_offsets/partitions/12
  cZxid = 0x000001000000e4
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000e4
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x00000100000116
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  no data
----
/brokers/topics/__consumer_offsets/partitions/12/state
  cZxid = 0x00000100000116
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000002000002c8
  mtime = Tue Aug 03 21:34:10 UTC 2021
  pZxid = 0x00000100000116
  cversion = 0
  dataVersion = 10
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  dataLength = 73
----
/brokers/topics/__consumer_offsets/partitions/13
  cZxid = 0x000001000000db
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000db
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x0000010000010d
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  no data
----
/brokers/topics/__consumer_offsets/partitions/13/state
  cZxid = 0x0000010000010d
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x00000100000216
  mtime = Mon Aug 02 10:01:51 UTC 2021
  pZxid = 0x0000010000010d
  cversion = 0
  dataVersion = 4
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  dataLength = 72
----
/brokers/topics/__consumer_offsets/partitions/14
  cZxid = 0x000001000000df
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000df
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x00000100000111
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  no data
----
/brokers/topics/__consumer_offsets/partitions/14/state
  cZxid = 0x00000100000111
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000002000002d3
  mtime = Tue Aug 03 21:34:10 UTC 2021
  pZxid = 0x00000100000111
  cversion = 0
  dataVersion = 10
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  dataLength = 73
----
/brokers/topics/__consumer_offsets/partitions/15
  cZxid = 0x000001000000d4
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000d4
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x00000100000106
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  no data
----
/brokers/topics/__consumer_offsets/partitions/15/state
  cZxid = 0x00000100000106
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x00000100000206
  mtime = Mon Aug 02 10:01:51 UTC 2021
  pZxid = 0x00000100000106
  cversion = 0
  dataVersion = 4
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  dataLength = 72
----
/brokers/topics/__consumer_offsets/partitions/16
  cZxid = 0x000001000000cc
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000cc
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x000001000000fe
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  no data
----
/brokers/topics/__consumer_offsets/partitions/16/state
  cZxid = 0x000001000000fe
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000002000002cd
  mtime = Tue Aug 03 21:34:10 UTC 2021
  pZxid = 0x000001000000fe
  cversion = 0
  dataVersion = 10
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  dataLength = 73
----
/brokers/topics/__consumer_offsets/partitions/17
  cZxid = 0x000001000000d7
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000d7
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x00000100000109
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  no data
----
/brokers/topics/__consumer_offsets/partitions/17/state
  cZxid = 0x00000100000109
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x0000010000020a
  mtime = Mon Aug 02 10:01:51 UTC 2021
  pZxid = 0x00000100000109
  cversion = 0
  dataVersion = 4
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  dataLength = 72
----
/brokers/topics/__consumer_offsets/partitions/18
  cZxid = 0x000001000000d2
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000d2
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x00000100000104
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  no data
----
/brokers/topics/__consumer_offsets/partitions/18/state
  cZxid = 0x00000100000104
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000002000002d0
  mtime = Tue Aug 03 21:34:10 UTC 2021
  pZxid = 0x00000100000104
  cversion = 0
  dataVersion = 10
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  dataLength = 73
----
/brokers/topics/__consumer_offsets/partitions/19
  cZxid = 0x000001000000d9
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000d9
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x0000010000010b
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  no data
----
/brokers/topics/__consumer_offsets/partitions/19/state
  cZxid = 0x0000010000010b
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x0000010000020e
  mtime = Mon Aug 02 10:01:51 UTC 2021
  pZxid = 0x0000010000010b
  cversion = 0
  dataVersion = 4
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  dataLength = 72
----
/brokers/topics/__consumer_offsets/partitions/0
  cZxid = 0x000001000000e1
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000e1
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x00000100000113
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  no data
----
/brokers/topics/__consumer_offsets/partitions/0/state
  cZxid = 0x00000100000113
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000002000002d5
  mtime = Tue Aug 03 21:34:10 UTC 2021
  pZxid = 0x00000100000113
  cversion = 0
  dataVersion = 10
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  dataLength = 73
----
/brokers/topics/__consumer_offsets/partitions/1
  cZxid = 0x000001000000e6
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000e6
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x00000100000118
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  no data
----
/brokers/topics/__consumer_offsets/partitions/1/state
  cZxid = 0x00000100000118
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x00000100000226
  mtime = Mon Aug 02 10:01:51 UTC 2021
  pZxid = 0x00000100000118
  cversion = 0
  dataVersion = 4
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  dataLength = 72
----
/brokers/topics/__consumer_offsets/partitions/2
  cZxid = 0x000001000000dc
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000dc
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x0000010000010e
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  no data
----
/brokers/topics/__consumer_offsets/partitions/2/state
  cZxid = 0x0000010000010e
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000002000002d1
  mtime = Tue Aug 03 21:34:10 UTC 2021
  pZxid = 0x0000010000010e
  cversion = 0
  dataVersion = 10
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  dataLength = 73
----
/brokers/topics/__consumer_offsets/partitions/3
  cZxid = 0x000001000000d1
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000d1
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x00000100000103
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  no data
----
/brokers/topics/__consumer_offsets/partitions/3/state
  cZxid = 0x00000100000103
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000001fe
  mtime = Mon Aug 02 10:01:50 UTC 2021
  pZxid = 0x00000100000103
  cversion = 0
  dataVersion = 4
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  dataLength = 72
----
/brokers/topics/__consumer_offsets/partitions/4
  cZxid = 0x000001000000c0
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000c0
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x000001000000f2
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  no data
----
/brokers/topics/__consumer_offsets/partitions/4/state
  cZxid = 0x000001000000f2
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000002000002cc
  mtime = Tue Aug 03 21:34:10 UTC 2021
  pZxid = 0x000001000000f2
  cversion = 0
  dataVersion = 10
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  dataLength = 73
----
/brokers/topics/__consumer_offsets/partitions/5
  cZxid = 0x000001000000e7
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000e7
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x00000100000119
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  no data
----
/brokers/topics/__consumer_offsets/partitions/5/state
  cZxid = 0x00000100000119
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x0000010000022a
  mtime = Mon Aug 02 10:01:51 UTC 2021
  pZxid = 0x00000100000119
  cversion = 0
  dataVersion = 4
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  dataLength = 72
----
/brokers/topics/__consumer_offsets/partitions/6
  cZxid = 0x000001000000de
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000de
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x00000100000110
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  no data
----
/brokers/topics/__consumer_offsets/partitions/6/state
  cZxid = 0x00000100000110
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000002000002d2
  mtime = Tue Aug 03 21:34:10 UTC 2021
  pZxid = 0x00000100000110
  cversion = 0
  dataVersion = 10
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  dataLength = 73
----
/brokers/topics/__consumer_offsets/partitions/7
  cZxid = 0x000001000000c2
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000c2
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x000001000000f4
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  no data
----
/brokers/topics/__consumer_offsets/partitions/7/state
  cZxid = 0x000001000000f4
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000001c6
  mtime = Mon Aug 02 10:01:50 UTC 2021
  pZxid = 0x000001000000f4
  cversion = 0
  dataVersion = 4
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  dataLength = 72
----
/brokers/topics/__consumer_offsets/partitions/8
  cZxid = 0x000001000000be
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000be
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x000001000000f0
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  no data
----
/brokers/topics/__consumer_offsets/partitions/8/state
  cZxid = 0x000001000000f0
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000002000002cb
  mtime = Tue Aug 03 21:34:10 UTC 2021
  pZxid = 0x000001000000f0
  cversion = 0
  dataVersion = 10
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  dataLength = 73
----
/brokers/topics/__consumer_offsets/partitions/9
  cZxid = 0x000001000000c3
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000c3
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x000001000000f5
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  no data
----
/brokers/topics/__consumer_offsets/partitions/9/state
  cZxid = 0x000001000000f5
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000001ca
  mtime = Mon Aug 02 10:01:50 UTC 2021
  pZxid = 0x000001000000f5
  cversion = 0
  dataVersion = 4
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  dataLength = 72
----
/brokers/topics/__consumer_offsets/partitions/20
  cZxid = 0x000001000000e0
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000e0
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x00000100000112
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  no data
----
/brokers/topics/__consumer_offsets/partitions/20/state
  cZxid = 0x00000100000112
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000002000002d4
  mtime = Tue Aug 03 21:34:10 UTC 2021
  pZxid = 0x00000100000112
  cversion = 0
  dataVersion = 10
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  dataLength = 73
----
/brokers/topics/__consumer_offsets/partitions/21
  cZxid = 0x000001000000bf
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000bf
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x000001000000f1
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  no data
----
/brokers/topics/__consumer_offsets/partitions/21/state
  cZxid = 0x000001000000f1
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000001be
  mtime = Mon Aug 02 10:01:50 UTC 2021
  pZxid = 0x000001000000f1
  cversion = 0
  dataVersion = 4
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  dataLength = 72
----
/brokers/topics/__consumer_offsets/partitions/22
  cZxid = 0x000001000000bc
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000bc
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x000001000000ee
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  no data
----
/brokers/topics/__consumer_offsets/partitions/22/state
  cZxid = 0x000001000000ee
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000002000002c1
  mtime = Tue Aug 03 21:34:10 UTC 2021
  pZxid = 0x000001000000ee
  cversion = 0
  dataVersion = 10
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  dataLength = 73
----
/brokers/topics/__consumer_offsets/partitions/23
  cZxid = 0x000001000000c9
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000c9
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x000001000000fb
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  no data
----
/brokers/topics/__consumer_offsets/partitions/23/state
  cZxid = 0x000001000000fb
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000001ee
  mtime = Mon Aug 02 10:01:50 UTC 2021
  pZxid = 0x000001000000fb
  cversion = 0
  dataVersion = 4
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  dataLength = 72
----
/brokers/topics/__consumer_offsets/partitions/24
  cZxid = 0x000001000000d5
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000d5
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x00000100000107
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  no data
----
/brokers/topics/__consumer_offsets/partitions/24/state
  cZxid = 0x00000100000107
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000002000002c5
  mtime = Tue Aug 03 21:34:10 UTC 2021
  pZxid = 0x00000100000107
  cversion = 0
  dataVersion = 10
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  dataLength = 73
----
/brokers/topics/__consumer_offsets/partitions/25
  cZxid = 0x000001000000c5
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000c5
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x000001000000f7
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  no data
----
/brokers/topics/__consumer_offsets/partitions/25/state
  cZxid = 0x000001000000f7
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000001ce
  mtime = Mon Aug 02 10:01:50 UTC 2021
  pZxid = 0x000001000000f7
  cversion = 0
  dataVersion = 4
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  dataLength = 72
----
/brokers/topics/__consumer_offsets/partitions/26
  cZxid = 0x000001000000e8
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000e8
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x0000010000011a
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  no data
----
/brokers/topics/__consumer_offsets/partitions/26/state
  cZxid = 0x0000010000011a
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000002000002c9
  mtime = Tue Aug 03 21:34:10 UTC 2021
  pZxid = 0x0000010000011a
  cversion = 0
  dataVersion = 10
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  dataLength = 73
----
/brokers/topics/__consumer_offsets/partitions/27
  cZxid = 0x000001000000c1
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000c1
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x000001000000f3
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  no data
----
/brokers/topics/__consumer_offsets/partitions/27/state
  cZxid = 0x000001000000f3
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000001c2
  mtime = Mon Aug 02 10:01:50 UTC 2021
  pZxid = 0x000001000000f3
  cversion = 0
  dataVersion = 4
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  dataLength = 72
----
/brokers/topics/__consumer_offsets/partitions/28
  cZxid = 0x000001000000cd
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000cd
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x000001000000ff
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  no data
----
/brokers/topics/__consumer_offsets/partitions/28/state
  cZxid = 0x000001000000ff
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000002000002ce
  mtime = Tue Aug 03 21:34:10 UTC 2021
  pZxid = 0x000001000000ff
  cversion = 0
  dataVersion = 10
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  dataLength = 73
----
/brokers/topics/__consumer_offsets/partitions/29
  cZxid = 0x000001000000e9
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000e9
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x0000010000011b
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  no data
----
/brokers/topics/__consumer_offsets/partitions/29/state
  cZxid = 0x0000010000011b
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x0000010000022e
  mtime = Mon Aug 02 10:01:51 UTC 2021
  pZxid = 0x0000010000011b
  cversion = 0
  dataVersion = 4
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  dataLength = 72
----
/brokers/topics/__consumer_offsets/partitions/30
  cZxid = 0x000001000000bd
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000bd
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x000001000000ef
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  no data
----
/brokers/topics/__consumer_offsets/partitions/30/state
  cZxid = 0x000001000000ef
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000002000002c2
  mtime = Tue Aug 03 21:34:10 UTC 2021
  pZxid = 0x000001000000ef
  cversion = 0
  dataVersion = 10
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  dataLength = 73
----
/brokers/topics/__consumer_offsets/partitions/31
  cZxid = 0x000001000000ce
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000ce
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x00000100000100
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  no data
----
/brokers/topics/__consumer_offsets/partitions/31/state
  cZxid = 0x00000100000100
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000001fa
  mtime = Mon Aug 02 10:01:50 UTC 2021
  pZxid = 0x00000100000100
  cversion = 0
  dataVersion = 4
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  dataLength = 72
----
/brokers/topics/__consumer_offsets/partitions/32
  cZxid = 0x000001000000ec
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000ec
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x0000010000011e
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  no data
----
/brokers/topics/__consumer_offsets/partitions/32/state
  cZxid = 0x0000010000011e
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000002000002d8
  mtime = Tue Aug 03 21:34:10 UTC 2021
  pZxid = 0x0000010000011e
  cversion = 0
  dataVersion = 10
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  dataLength = 73
----
/brokers/topics/__consumer_offsets/partitions/33
  cZxid = 0x000001000000c8
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000c8
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x000001000000fa
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  no data
----
/brokers/topics/__consumer_offsets/partitions/33/state
  cZxid = 0x000001000000fa
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000001e5
  mtime = Mon Aug 02 10:01:50 UTC 2021
  pZxid = 0x000001000000fa
  cversion = 0
  dataVersion = 4
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  dataLength = 72
----
/brokers/topics/__consumer_offsets/partitions/34
  cZxid = 0x000001000000ea
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000ea
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x0000010000011c
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  no data
----
/brokers/topics/__consumer_offsets/partitions/34/state
  cZxid = 0x0000010000011c
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000002000002ca
  mtime = Tue Aug 03 21:34:10 UTC 2021
  pZxid = 0x0000010000011c
  cversion = 0
  dataVersion = 10
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  dataLength = 73
----
/brokers/topics/__consumer_offsets/partitions/35
  cZxid = 0x000001000000c6
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000c6
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x000001000000f8
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  no data
----
/brokers/topics/__consumer_offsets/partitions/35/state
  cZxid = 0x000001000000f8
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000001d2
  mtime = Mon Aug 02 10:01:50 UTC 2021
  pZxid = 0x000001000000f8
  cversion = 0
  dataVersion = 4
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  dataLength = 72
----
/brokers/topics/__consumer_offsets/partitions/36
  cZxid = 0x000001000000cf
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000cf
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x00000100000101
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  no data
----
/brokers/topics/__consumer_offsets/partitions/36/state
  cZxid = 0x00000100000101
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000002000002c4
  mtime = Tue Aug 03 21:34:10 UTC 2021
  pZxid = 0x00000100000101
  cversion = 0
  dataVersion = 10
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  dataLength = 73
----
/brokers/topics/__consumer_offsets/partitions/37
  cZxid = 0x000001000000d3
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000d3
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x00000100000105
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  no data
----
/brokers/topics/__consumer_offsets/partitions/37/state
  cZxid = 0x00000100000105
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x00000100000202
  mtime = Mon Aug 02 10:01:51 UTC 2021
  pZxid = 0x00000100000105
  cversion = 0
  dataVersion = 4
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  dataLength = 72
----
/brokers/topics/__consumer_offsets/partitions/38
  cZxid = 0x000001000000d6
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000d6
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x00000100000108
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  no data
----
/brokers/topics/__consumer_offsets/partitions/38/state
  cZxid = 0x00000100000108
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000002000002c6
  mtime = Tue Aug 03 21:34:10 UTC 2021
  pZxid = 0x00000100000108
  cversion = 0
  dataVersion = 10
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  dataLength = 73
----
/brokers/topics/__consumer_offsets/partitions/39
  cZxid = 0x000001000000e3
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000e3
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x00000100000115
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  no data
----
/brokers/topics/__consumer_offsets/partitions/39/state
  cZxid = 0x00000100000115
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x0000010000021e
  mtime = Mon Aug 02 10:01:51 UTC 2021
  pZxid = 0x00000100000115
  cversion = 0
  dataVersion = 4
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  dataLength = 72
----
/brokers/topics/__consumer_offsets/partitions/40
  cZxid = 0x000001000000ed
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000ed
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x0000010000011f
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  no data
----
/brokers/topics/__consumer_offsets/partitions/40/state
  cZxid = 0x0000010000011f
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000002000002d9
  mtime = Tue Aug 03 21:34:10 UTC 2021
  pZxid = 0x0000010000011f
  cversion = 0
  dataVersion = 10
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  dataLength = 73
----
/brokers/topics/__consumer_offsets/partitions/41
  cZxid = 0x000001000000c7
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000c7
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x000001000000f9
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  no data
----
/brokers/topics/__consumer_offsets/partitions/41/state
  cZxid = 0x000001000000f9
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000001d6
  mtime = Mon Aug 02 10:01:50 UTC 2021
  pZxid = 0x000001000000f9
  cversion = 0
  dataVersion = 4
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  dataLength = 72
----
/brokers/topics/__consumer_offsets/partitions/42
  cZxid = 0x000001000000d0
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000d0
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x00000100000102
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  no data
----
/brokers/topics/__consumer_offsets/partitions/42/state
  cZxid = 0x00000100000102
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000002000002cf
  mtime = Tue Aug 03 21:34:10 UTC 2021
  pZxid = 0x00000100000102
  cversion = 0
  dataVersion = 10
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  dataLength = 73
----
/brokers/topics/__consumer_offsets/partitions/43
  cZxid = 0x000001000000dd
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000dd
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x0000010000010f
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  no data
----
/brokers/topics/__consumer_offsets/partitions/43/state
  cZxid = 0x0000010000010f
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x0000010000021a
  mtime = Mon Aug 02 10:01:51 UTC 2021
  pZxid = 0x0000010000010f
  cversion = 0
  dataVersion = 4
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  dataLength = 72
----
/brokers/seqid
  cZxid = 0x0000010000000e
  ctime = Mon Aug 02 09:47:41 UTC 2021
  mZxid = 0x0000010000000e
  mtime = Mon Aug 02 09:47:41 UTC 2021
  pZxid = 0x0000010000000e
  cversion = 0
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  no data
----
/zookeeper
  cZxid = 0x00000000000000
  ctime = Thu Jan 01 00:00:00 UTC 1970
  mZxid = 0x00000000000000
  mtime = Thu Jan 01 00:00:00 UTC 1970
  pZxid = 0x00000000000000
  cversion = 0
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  dataLength = 0
----
/zookeeper/config
  cZxid = 0x00000000000000
  ctime = Thu Jan 01 00:00:00 UTC 1970
  mZxid = 0x00000000000000
  mtime = Tue Aug 03 22:38:46 UTC 2021
  pZxid = 0x00000000000000
  cversion = 0
  dataVersion = -1
  aclVersion = -1
  ephemeralOwner = 0x00000000000000
  dataLength = 159
----
/zookeeper/quota
  cZxid = 0x00000000000000
  ctime = Thu Jan 01 00:00:00 UTC 1970
  mZxid = 0x00000000000000
  mtime = Thu Jan 01 00:00:00 UTC 1970
  pZxid = 0x00000000000000
  cversion = 0
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  dataLength = 0
----
/admin
  cZxid = 0x0000010000000c
  ctime = Mon Aug 02 09:47:41 UTC 2021
  mZxid = 0x0000010000000c
  mtime = Mon Aug 02 09:47:41 UTC 2021
  pZxid = 0x0000020000025c
  cversion = 12
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  no data
----
/admin/delete_topics
  cZxid = 0x0000010000000d
  ctime = Mon Aug 02 09:47:41 UTC 2021
  mZxid = 0x0000010000000d
  mtime = Mon Aug 02 09:47:41 UTC 2021
  pZxid = 0x0000010000000d
  cversion = 0
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  no data
----
/isr_change_notification
  cZxid = 0x0000010000000f
  ctime = Mon Aug 02 09:47:41 UTC 2021
  mZxid = 0x0000010000000f
  mtime = Mon Aug 02 09:47:41 UTC 2021
  pZxid = 0x000002000001e8
  cversion = 15
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  no data
----
/log_dir_event_notification
  cZxid = 0x00000100000013
  ctime = Mon Aug 02 09:47:41 UTC 2021
  mZxid = 0x00000100000013
  mtime = Mon Aug 02 09:47:41 UTC 2021
  pZxid = 0x00000100000013
  cversion = 0
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  no data
----
/controller_epoch
  cZxid = 0x0000010000002c
  ctime = Mon Aug 02 09:47:42 UTC 2021
  mZxid = 0x000002000000e4
  mtime = Mon Aug 02 10:26:11 UTC 2021
  pZxid = 0x0000010000002c
  cversion = 0
  dataVersion = 1
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  dataLength = 1
----
/feature
  cZxid = 0x000002000000e5
  ctime = Mon Aug 02 10:26:11 UTC 2021
  mZxid = 0x000002000000e5
  mtime = Mon Aug 02 10:26:11 UTC 2021
  pZxid = 0x000002000000e5
  cversion = 0
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  dataLength = 38
----
/kafka-manager
  cZxid = 0x00000100000041
  ctime = Mon Aug 02 09:50:28 UTC 2021
  mZxid = 0x00000100000041
  mtime = Mon Aug 02 09:50:28 UTC 2021
  pZxid = 0x00000100000048
  cversion = 4
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  dataLength = 9
----
/kafka-manager/configs
  cZxid = 0x00000100000044
  ctime = Mon Aug 02 09:50:28 UTC 2021
  mZxid = 0x00000100000044
  mtime = Mon Aug 02 09:50:28 UTC 2021
  pZxid = 0x000002000002ea
  cversion = 2
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  dataLength = 9
----
/kafka-manager/configs/test
  cZxid = 0x000002000002ea
  ctime = Tue Aug 03 22:00:43 UTC 2021
  mZxid = 0x000002000002ea
  mtime = Tue Aug 03 22:00:43 UTC 2021
  pZxid = 0x000002000002ea
  cversion = 0
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  dataLength = 1134
----
/kafka-manager/configs/kafka
  cZxid = 0x00000100000050
  ctime = Mon Aug 02 09:53:46 UTC 2021
  mZxid = 0x00000100000050
  mtime = Mon Aug 02 09:53:46 UTC 2021
  pZxid = 0x00000100000050
  cversion = 0
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  dataLength = 1134
----
/kafka-manager/mutex
  cZxid = 0x00000100000048
  ctime = Mon Aug 02 09:53:23 UTC 2021
  mZxid = 0x00000100000048
  mtime = Mon Aug 02 09:53:23 UTC 2021
  pZxid = 0x0000010000004c
  cversion = 2
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  dataLength = 0
----
/kafka-manager/mutex/leases
  cZxid = 0x0000010000004c
  ctime = Mon Aug 02 09:53:25 UTC 2021
  mZxid = 0x0000010000004c
  mtime = Mon Aug 02 09:53:25 UTC 2021
  pZxid = 0x000002000002eb
  cversion = 2
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  dataLength = 0
----
/kafka-manager/mutex/locks
  cZxid = 0x0000010000004a
  ctime = Mon Aug 02 09:53:24 UTC 2021
  mZxid = 0x0000010000004a
  mtime = Mon Aug 02 09:53:24 UTC 2021
  pZxid = 0x000002000002e9
  cversion = 2
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  dataLength = 0
----
/kafka-manager/deleteClusters
  cZxid = 0x00000100000043
  ctime = Mon Aug 02 09:50:28 UTC 2021
  mZxid = 0x00000100000043
  mtime = Mon Aug 02 09:50:28 UTC 2021
  pZxid = 0x00000100000043
  cversion = 0
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  dataLength = 9
----
/kafka-manager/clusters
  cZxid = 0x00000100000042
  ctime = Mon Aug 02 09:50:28 UTC 2021
  mZxid = 0x00000100000042
  mtime = Mon Aug 02 09:50:28 UTC 2021
  pZxid = 0x000002000002ed
  cversion = 2
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  dataLength = 9
----
/kafka-manager/clusters/test
  cZxid = 0x000002000002ed
  ctime = Tue Aug 03 22:00:43 UTC 2021
  mZxid = 0x000002000002ed
  mtime = Tue Aug 03 22:00:43 UTC 2021
  pZxid = 0x000002000002ee
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  dataLength = 9
----
/kafka-manager/clusters/test/topics
  cZxid = 0x000002000002ee
  ctime = Tue Aug 03 22:00:43 UTC 2021
  mZxid = 0x000002000002ee
  mtime = Tue Aug 03 22:00:43 UTC 2021
  pZxid = 0x000002000002ee
  cversion = 0
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  dataLength = 9
----
/kafka-manager/clusters/kafka
  cZxid = 0x00000100000053
  ctime = Mon Aug 02 09:53:46 UTC 2021
  mZxid = 0x00000100000053
  mtime = Mon Aug 02 09:53:46 UTC 2021
  pZxid = 0x0000010000005b
  cversion = 2
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  dataLength = 9
----
/kafka-manager/clusters/kafka/mutex
  cZxid = 0x0000010000005b
  ctime = Mon Aug 02 09:53:58 UTC 2021
  mZxid = 0x0000010000005b
  mtime = Mon Aug 02 09:53:58 UTC 2021
  pZxid = 0x0000010000005f
  cversion = 2
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  dataLength = 0
----
/kafka-manager/clusters/kafka/mutex/leases
  cZxid = 0x0000010000005f
  ctime = Mon Aug 02 09:54:00 UTC 2021
  mZxid = 0x0000010000005f
  mtime = Mon Aug 02 09:54:00 UTC 2021
  pZxid = 0x00000200000171
  cversion = 9
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  dataLength = 0
----
/kafka-manager/clusters/kafka/mutex/locks
  cZxid = 0x0000010000005d
  ctime = Mon Aug 02 09:53:59 UTC 2021
  mZxid = 0x0000010000005d
  mtime = Mon Aug 02 09:53:59 UTC 2021
  pZxid = 0x0000020000016f
  cversion = 9
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  dataLength = 0
----
/kafka-manager/clusters/kafka/topics
  cZxid = 0x00000100000054
  ctime = Mon Aug 02 09:53:46 UTC 2021
  mZxid = 0x00000100000054
  mtime = Mon Aug 02 09:53:46 UTC 2021
  pZxid = 0x0000010000017e
  cversion = 2
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  dataLength = 9
----
/kafka-manager/clusters/kafka/topics/milosz
  cZxid = 0x00000100000079
  ctime = Mon Aug 02 09:54:20 UTC 2021
  mZxid = 0x00000200000170
  mtime = Mon Aug 02 10:27:48 UTC 2021
  pZxid = 0x00000100000079
  cversion = 0
  dataVersion = 5
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  dataLength = 91
----
/kafka-manager/clusters/kafka/topics/__consumer_offsets
  cZxid = 0x0000010000017e
  ctime = Mon Aug 02 10:01:46 UTC 2021
  mZxid = 0x0000020000016b
  mtime = Mon Aug 02 10:27:37 UTC 2021
  pZxid = 0x0000010000017e
  cversion = 0
  dataVersion = 2
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  dataLength = 441
----
/consumers
  cZxid = 0x00000100000002
  ctime = Mon Aug 02 09:47:41 UTC 2021
  mZxid = 0x00000100000002
  mtime = Mon Aug 02 09:47:41 UTC 2021
  pZxid = 0x00000100000002
  cversion = 0
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  no data
----
/latest_producer_id_block
  cZxid = 0x00000100000011
  ctime = Mon Aug 02 09:47:41 UTC 2021
  mZxid = 0x000002000002da
  mtime = Tue Aug 03 21:34:11 UTC 2021
  pZxid = 0x00000100000011
  cversion = 0
  dataVersion = 9
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  dataLength = 64
----
/config
  cZxid = 0x00000100000009
  ctime = Mon Aug 02 09:47:41 UTC 2021
  mZxid = 0x00000100000009
  mtime = Mon Aug 02 09:47:41 UTC 2021
  pZxid = 0x0000010000012e
  cversion = 6
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  no data
----
/config/changes
  cZxid = 0x0000010000000a
  ctime = Mon Aug 02 09:47:41 UTC 2021
  mZxid = 0x0000010000000a
  mtime = Mon Aug 02 09:47:41 UTC 2021
  pZxid = 0x0000010000000a
  cversion = 0
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  no data
----
/config/clients
  cZxid = 0x00000100000017
  ctime = Mon Aug 02 09:47:41 UTC 2021
  mZxid = 0x00000100000017
  mtime = Mon Aug 02 09:47:41 UTC 2021
  pZxid = 0x00000100000017
  cversion = 0
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  no data
----
/config/brokers
  cZxid = 0x0000010000001d
  ctime = Mon Aug 02 09:47:41 UTC 2021
  mZxid = 0x0000010000001d
  mtime = Mon Aug 02 09:47:41 UTC 2021
  pZxid = 0x0000010000001d
  cversion = 0
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  no data
----
/config/ips
  cZxid = 0x0000010000012e
  ctime = Mon Aug 02 09:59:57 UTC 2021
  mZxid = 0x0000010000012e
  mtime = Mon Aug 02 09:59:57 UTC 2021
  pZxid = 0x0000010000012e
  cversion = 0
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  no data
----
/config/topics
  cZxid = 0x00000100000016
  ctime = Mon Aug 02 09:47:41 UTC 2021
  mZxid = 0x00000100000016
  mtime = Mon Aug 02 09:47:41 UTC 2021
  pZxid = 0x000001000000b9
  cversion = 2
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  no data
----
/config/topics/milosz
  cZxid = 0x00000100000061
  ctime = Mon Aug 02 09:54:14 UTC 2021
  mZxid = 0x00000100000061
  mtime = Mon Aug 02 09:54:14 UTC 2021
  pZxid = 0x00000100000061
  cversion = 0
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  dataLength = 25
----
/config/topics/__consumer_offsets
  cZxid = 0x000001000000b9
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000b9
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x000001000000b9
  cversion = 0
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  dataLength = 109
----
/config/users
  cZxid = 0x0000010000001a
  ctime = Mon Aug 02 09:47:41 UTC 2021
  mZxid = 0x0000010000001a
  mtime = Mon Aug 02 09:47:41 UTC 2021
  pZxid = 0x0000010000001a
  cversion = 0
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  no data
----
Session Details (sid, timeout, ephemeralCount):
0x10000285de90011, 40000, 0
0x10000285de90010, 18000, 1
0x10000285de90013, 40000, 0
0x10000285de90012, 40000, 0
0x10000285de90014, 40000, 0
0x300000a86b10000, 18000, 2
0x300000fd6350001, 40000, 0
0x20007e929420000, 18000, 0

Inspect specific log.

$ java -cp libs/zookeeper-3.5.9.jar:libs/zookeeper-jute-3.5.9.jar:libs/slf4j-api-1.7.30.jar:libs/slf4j-log4j12-1.7.30.jar:libs/log4j-1.2.17.jar  org.apache.zookeeper.server.LogFormatter /opt/kafka/zookeeper_data/version-2/log.2000002f0 
ZooKeeper Transactional Log File with dbid 0 txnlog format version 2
8/3/21, 10:38:47 PM UTC session 0x20007e929420000 cxid 0x0 zxid 0x2000002f0 createSession 18000

8/3/21, 10:38:47 PM UTC session 0x20007e929420000 cxid 0x2 zxid 0x2000002f1 multi v{s{1,#000e2f62726f6b6572732f6964732f32ffffffffffffffffffffffffffffffff00010001f0005776f726c640006616e796f6e651000c},s{5,#000e2f62726f6b6572732f6964732f32000ffffffce7b226c697374656e65725f73656375726974795f70726f746f636f6c5f6d6170223a7b22504c41494e54455854223a22504c41494e54455854227d2c22656e64706f696e7473223a5b22504c41494e544558543a2f2f6b61666b61322e6578616d706c652e6f72673a39303932225d2c226a6d785f706f7274223a2d312c22706f7274223a393039322c22686f7374223a226b61666b61322e6578616d706c652e6f7267222c2276657273696f6e223a342c2274696d657374616d70223a2231363238303330333237303233227d0001}}

EOF reached after 2 txns.

This log format is not very useful in a text terminal, so use the zkTxnLogToolkit.sh utility.

Current solution

It works in a more recent ZooKeeper version, at least 3.6.

Inspect specific log.

$ bin/zkTxnLogToolkit.sh --dump /opt/kafka/zookeeper_data/version-2/log.2000002f0
/usr/bin/java
ZooKeeper Transactional Log File with dbid 0 txnlog format version 2
2021-08-03 23:46:58,742 [myid:] - INFO  [main:ZookeeperBanner@42] - 
2021-08-03 23:46:58,751 [myid:] - INFO  [main:ZookeeperBanner@42] -   ______                  _                                          
2021-08-03 23:46:58,755 [myid:] - INFO  [main:ZookeeperBanner@42] -  |___  /                 | |                                         
2021-08-03 23:46:58,756 [myid:] - INFO  [main:ZookeeperBanner@42] -     / /    ___     ___   | | __   ___    ___   _ __     ___   _ __   
2021-08-03 23:46:58,756 [myid:] - INFO  [main:ZookeeperBanner@42] -    / /    / _ \   / _ \  | |/ /  / _ \  / _ \ | '_ \   / _ \ | '__|
2021-08-03 23:46:58,756 [myid:] - INFO  [main:ZookeeperBanner@42] -   / /__  | (_) | | (_) | |   <  |  __/ |  __/ | |_) | |  __/ | |    
2021-08-03 23:46:58,756 [myid:] - INFO  [main:ZookeeperBanner@42] -  /_____|  \___/   \___/  |_|\_\  \___|  \___| | .__/   \___| |_|
2021-08-03 23:46:58,756 [myid:] - INFO  [main:ZookeeperBanner@42] -                                               | |                     
2021-08-03 23:46:58,756 [myid:] - INFO  [main:ZookeeperBanner@42] -                                               |_|                     
2021-08-03 23:46:58,756 [myid:] - INFO  [main:ZookeeperBanner@42] - 
2021-08-03 23:46:58,783 [myid:] - INFO  [main:Environment@98] - Server environment:zookeeper.version=3.7.0-e3704b390a6697bfdf4b0bef79e3da7a4f6bac4b, built on 2021-03-17 09:46 UTC
2021-08-03 23:46:58,783 [myid:] - INFO  [main:Environment@98] - Server environment:host.name=kafka2.example.org
2021-08-03 23:46:58,785 [myid:] - INFO  [main:Environment@98] - Server environment:java.version=11.0.11
2021-08-03 23:46:58,785 [myid:] - INFO  [main:Environment@98] - Server environment:java.vendor=Debian
2021-08-03 23:46:58,786 [myid:] - INFO  [main:Environment@98] - Server environment:java.home=/usr/lib/jvm/java-11-openjdk-amd64
2021-08-03 23:46:58,786 [myid:] - INFO  [main:Environment@98] - Server environment:java.class.path=/opt/apache-zookeeper-3.7.0-bin/bin/../zookeeper-server/target/classes:/opt/apache-zookeeper-3.7.0-bin/bin/../build/classes:/opt/apache-zookeeper-3.7.0-bin/bin/../zookeeper-server/target/lib/*.jar:/opt/apache-zookeeper-3.7.0-bin/bin/../build/lib/*.jar:/opt/apache-zookeeper-3.7.0-bin/bin/../lib/zookeeper-prometheus-metrics-3.7.0.jar:/opt/apache-zookeeper-3.7.0-bin/bin/../lib/zookeeper-jute-3.7.0.jar:/opt/apache-zookeeper-3.7.0-bin/bin/../lib/zookeeper-3.7.0.jar:/opt/apache-zookeeper-3.7.0-bin/bin/../lib/snappy-java-1.1.7.7.jar:/opt/apache-zookeeper-3.7.0-bin/bin/../lib/slf4j-log4j12-1.7.30.jar:/opt/apache-zookeeper-3.7.0-bin/bin/../lib/slf4j-api-1.7.30.jar:/opt/apache-zookeeper-3.7.0-bin/bin/../lib/simpleclient_servlet-0.9.0.jar:/opt/apache-zookeeper-3.7.0-bin/bin/../lib/simpleclient_hotspot-0.9.0.jar:/opt/apache-zookeeper-3.7.0-bin/bin/../lib/simpleclient_common-0.9.0.jar:/opt/apache-zookeeper-3.7.0-bin/bin/../lib/simpleclient-0.9.0.jar:/opt/apache-zookeeper-3.7.0-bin/bin/../lib/netty-transport-native-unix-common-4.1.59.Final.jar:/opt/apache-zookeeper-3.7.0-bin/bin/../lib/netty-transport-native-epoll-4.1.59.Final.jar:/opt/apache-zookeeper-3.7.0-bin/bin/../lib/netty-transport-4.1.59.Final.jar:/opt/apache-zookeeper-3.7.0-bin/bin/../lib/netty-resolver-4.1.59.Final.jar:/opt/apache-zookeeper-3.7.0-bin/bin/../lib/netty-handler-4.1.59.Final.jar:/opt/apache-zookeeper-3.7.0-bin/bin/../lib/netty-common-4.1.59.Final.jar:/opt/apache-zookeeper-3.7.0-bin/bin/../lib/netty-codec-4.1.59.Final.jar:/opt/apache-zookeeper-3.7.0-bin/bin/../lib/netty-buffer-4.1.59.Final.jar:/opt/apache-zookeeper-3.7.0-bin/bin/../lib/metrics-core-4.1.12.1.jar:/opt/apache-zookeeper-3.7.0-bin/bin/../lib/log4j-1.2.17.jar:/opt/apache-zookeeper-3.7.0-bin/bin/../lib/jline-2.14.6.jar:/opt/apache-zookeeper-3.7.0-bin/bin/../lib/jetty-util-ajax-9.4.38.v20210224.jar:/opt/apache-zookeeper-3.7.0-bin/bin/../lib/jetty-util-9.4.38.v20210224.jar:/opt/apache-zookeeper-3.7.0-bin/bin/../lib/jetty-servlet-9.4.38.v20210224.jar:/opt/apache-zookeeper-3.7.0-bin/bin/../lib/jetty-server-9.4.38.v20210224.jar:/opt/apache-zookeeper-3.7.0-bin/bin/../lib/jetty-security-9.4.38.v20210224.jar:/opt/apache-zookeeper-3.7.0-bin/bin/../lib/jetty-io-9.4.38.v20210224.jar:/opt/apache-zookeeper-3.7.0-bin/bin/../lib/jetty-http-9.4.38.v20210224.jar:/opt/apache-zookeeper-3.7.0-bin/bin/../lib/javax.servlet-api-3.1.0.jar:/opt/apache-zookeeper-3.7.0-bin/bin/../lib/jackson-databind-2.10.5.1.jar:/opt/apache-zookeeper-3.7.0-bin/bin/../lib/jackson-core-2.10.5.jar:/opt/apache-zookeeper-3.7.0-bin/bin/../lib/jackson-annotations-2.10.5.jar:/opt/apache-zookeeper-3.7.0-bin/bin/../lib/commons-cli-1.4.jar:/opt/apache-zookeeper-3.7.0-bin/bin/../lib/audience-annotations-0.12.0.jar:/opt/apache-zookeeper-3.7.0-bin/bin/../zookeeper-*.jar:/opt/apache-zookeeper-3.7.0-bin/bin/../zookeeper-server/src/main/resources/lib/*.jar:/opt/apache-zookeeper-3.7.0-bin/bin/../conf:
2021-08-03 23:46:58,789 [myid:] - INFO  [main:Environment@98] - Server environment:java.library.path=/usr/java/packages/lib:/usr/lib/x86_64-linux-gnu/jni:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/jni:/lib:/usr/lib
2021-08-03 23:46:58,790 [myid:] - INFO  [main:Environment@98] - Server environment:java.io.tmpdir=/tmp
2021-08-03 23:46:58,790 [myid:] - INFO  [main:Environment@98] - Server environment:java.compiler=<NA>
2021-08-03 23:46:58,791 [myid:] - INFO  [main:Environment@98] - Server environment:os.name=Linux
2021-08-03 23:46:58,791 [myid:] - INFO  [main:Environment@98] - Server environment:os.arch=amd64
2021-08-03 23:46:58,792 [myid:] - INFO  [main:Environment@98] - Server environment:os.version=5.10.0-3-amd64
2021-08-03 23:46:58,793 [myid:] - INFO  [main:Environment@98] - Server environment:user.name=kafka
2021-08-03 23:46:58,793 [myid:] - INFO  [main:Environment@98] - Server environment:user.home=/opt/kafka
2021-08-03 23:46:58,793 [myid:] - INFO  [main:Environment@98] - Server environment:user.dir=/opt/apache-zookeeper-3.7.0-bin
2021-08-03 23:46:58,794 [myid:] - INFO  [main:Environment@98] - Server environment:os.memory.free=15MB
2021-08-03 23:46:58,794 [myid:] - INFO  [main:Environment@98] - Server environment:os.memory.max=305MB
2021-08-03 23:46:58,794 [myid:] - INFO  [main:Environment@98] - Server environment:os.memory.total=19MB
2021-08-03 23:46:58,796 [myid:] - INFO  [main:ZooKeeperServer@138] - zookeeper.enableEagerACLCheck = false
2021-08-03 23:46:58,797 [myid:] - INFO  [main:ZooKeeperServer@151] - zookeeper.digest.enabled = true
2021-08-03 23:46:58,797 [myid:] - INFO  [main:ZooKeeperServer@155] - zookeeper.closeSessionTxn.enabled = true
2021-08-03 23:46:58,797 [myid:] - INFO  [main:ZooKeeperServer@1499] - zookeeper.flushDelay=0
2021-08-03 23:46:58,798 [myid:] - INFO  [main:ZooKeeperServer@1508] - zookeeper.maxWriteQueuePollTime=0
2021-08-03 23:46:58,799 [myid:] - INFO  [main:ZooKeeperServer@1517] - zookeeper.maxBatchSize=1000
2021-08-03 23:46:58,799 [myid:] - INFO  [main:ZooKeeperServer@260] - zookeeper.intBufferStartingSizeBytes = 1024
8/3/21, 10:38:47 PM UTC session 0x20007e929420000 cxid 0x0 zxid 0x2000002f0 createSession 18000
8/3/21, 10:38:47 PM UTC session 0x20007e929420000 cxid 0x2 zxid 0x2000002f1 multi create:\00\00\00/brokers/ids/2????\00\00\00\00\00\00\00\00\00world\00\00\00anyone\00\00\00;setData:\00\00\00/brokers/ids/2\00\00\00?{"listener_security_protocol_map":{"PLAINTEXT":"PLAINTEXT"},"endpoints":["PLAINTEXT://kafka2.example.org:9092"],"jmx_port":-1,"port":9092,"host":"kafka2.example.org","version":4,"timestamp":"1628030327023"}\00\00\00
EOF reached after 2 txns.

Inspect specific snapshot.

$ bin/zkSnapShotToolkit.sh /opt/kafka/zookeeper_data/version-2/snapshot.2000002f0
/usr/bin/java
2021-08-03 23:48:26,258 [myid:] - INFO  [main:SnapStream@61] - zookeeper.snapshot.compression.method = CHECKED
2021-08-03 23:48:26,304 [myid:] - INFO  [main:ZookeeperBanner@42] - 
2021-08-03 23:48:26,304 [myid:] - INFO  [main:ZookeeperBanner@42] -   ______                  _                                          
2021-08-03 23:48:26,309 [myid:] - INFO  [main:ZookeeperBanner@42] -  |___  /                 | |                                         
2021-08-03 23:48:26,310 [myid:] - INFO  [main:ZookeeperBanner@42] -     / /    ___     ___   | | __   ___    ___   _ __     ___   _ __   
2021-08-03 23:48:26,310 [myid:] - INFO  [main:ZookeeperBanner@42] -    / /    / _ \   / _ \  | |/ /  / _ \  / _ \ | '_ \   / _ \ | '__|
2021-08-03 23:48:26,311 [myid:] - INFO  [main:ZookeeperBanner@42] -   / /__  | (_) | | (_) | |   <  |  __/ |  __/ | |_) | |  __/ | |    
2021-08-03 23:48:26,312 [myid:] - INFO  [main:ZookeeperBanner@42] -  /_____|  \___/   \___/  |_|\_\  \___|  \___| | .__/   \___| |_|
2021-08-03 23:48:26,314 [myid:] - INFO  [main:ZookeeperBanner@42] -                                               | |                     
2021-08-03 23:48:26,314 [myid:] - INFO  [main:ZookeeperBanner@42] -                                               |_|                     
2021-08-03 23:48:26,314 [myid:] - INFO  [main:ZookeeperBanner@42] - 
2021-08-03 23:48:26,335 [myid:] - INFO  [main:Environment@98] - Server environment:zookeeper.version=3.7.0-e3704b390a6697bfdf4b0bef79e3da7a4f6bac4b, built on 2021-03-17 09:46 UTC
2021-08-03 23:48:26,335 [myid:] - INFO  [main:Environment@98] - Server environment:host.name=kafka2.example.org
2021-08-03 23:48:26,335 [myid:] - INFO  [main:Environment@98] - Server environment:java.version=11.0.11
2021-08-03 23:48:26,336 [myid:] - INFO  [main:Environment@98] - Server environment:java.vendor=Debian
2021-08-03 23:48:26,336 [myid:] - INFO  [main:Environment@98] - Server environment:java.home=/usr/lib/jvm/java-11-openjdk-amd64
2021-08-03 23:48:26,340 [myid:] - INFO  [main:Environment@98] - Server environment:java.class.path=/opt/apache-zookeeper-3.7.0-bin/bin/../zookeeper-server/target/classes:/opt/apache-zookeeper-3.7.0-bin/bin/../build/classes:/opt/apache-zookeeper-3.7.0-bin/bin/../zookeeper-server/target/lib/*.jar:/opt/apache-zookeeper-3.7.0-bin/bin/../build/lib/*.jar:/opt/apache-zookeeper-3.7.0-bin/bin/../lib/zookeeper-prometheus-metrics-3.7.0.jar:/opt/apache-zookeeper-3.7.0-bin/bin/../lib/zookeeper-jute-3.7.0.jar:/opt/apache-zookeeper-3.7.0-bin/bin/../lib/zookeeper-3.7.0.jar:/opt/apache-zookeeper-3.7.0-bin/bin/../lib/snappy-java-1.1.7.7.jar:/opt/apache-zookeeper-3.7.0-bin/bin/../lib/slf4j-log4j12-1.7.30.jar:/opt/apache-zookeeper-3.7.0-bin/bin/../lib/slf4j-api-1.7.30.jar:/opt/apache-zookeeper-3.7.0-bin/bin/../lib/simpleclient_servlet-0.9.0.jar:/opt/apache-zookeeper-3.7.0-bin/bin/../lib/simpleclient_hotspot-0.9.0.jar:/opt/apache-zookeeper-3.7.0-bin/bin/../lib/simpleclient_common-0.9.0.jar:/opt/apache-zookeeper-3.7.0-bin/bin/../lib/simpleclient-0.9.0.jar:/opt/apache-zookeeper-3.7.0-bin/bin/../lib/netty-transport-native-unix-common-4.1.59.Final.jar:/opt/apache-zookeeper-3.7.0-bin/bin/../lib/netty-transport-native-epoll-4.1.59.Final.jar:/opt/apache-zookeeper-3.7.0-bin/bin/../lib/netty-transport-4.1.59.Final.jar:/opt/apache-zookeeper-3.7.0-bin/bin/../lib/netty-resolver-4.1.59.Final.jar:/opt/apache-zookeeper-3.7.0-bin/bin/../lib/netty-handler-4.1.59.Final.jar:/opt/apache-zookeeper-3.7.0-bin/bin/../lib/netty-common-4.1.59.Final.jar:/opt/apache-zookeeper-3.7.0-bin/bin/../lib/netty-codec-4.1.59.Final.jar:/opt/apache-zookeeper-3.7.0-bin/bin/../lib/netty-buffer-4.1.59.Final.jar:/opt/apache-zookeeper-3.7.0-bin/bin/../lib/metrics-core-4.1.12.1.jar:/opt/apache-zookeeper-3.7.0-bin/bin/../lib/log4j-1.2.17.jar:/opt/apache-zookeeper-3.7.0-bin/bin/../lib/jline-2.14.6.jar:/opt/apache-zookeeper-3.7.0-bin/bin/../lib/jetty-util-ajax-9.4.38.v20210224.jar:/opt/apache-zookeeper-3.7.0-bin/bin/../lib/jetty-util-9.4.38.v20210224.jar:/opt/apache-zookeeper-3.7.0-bin/bin/../lib/jetty-servlet-9.4.38.v20210224.jar:/opt/apache-zookeeper-3.7.0-bin/bin/../lib/jetty-server-9.4.38.v20210224.jar:/opt/apache-zookeeper-3.7.0-bin/bin/../lib/jetty-security-9.4.38.v20210224.jar:/opt/apache-zookeeper-3.7.0-bin/bin/../lib/jetty-io-9.4.38.v20210224.jar:/opt/apache-zookeeper-3.7.0-bin/bin/../lib/jetty-http-9.4.38.v20210224.jar:/opt/apache-zookeeper-3.7.0-bin/bin/../lib/javax.servlet-api-3.1.0.jar:/opt/apache-zookeeper-3.7.0-bin/bin/../lib/jackson-databind-2.10.5.1.jar:/opt/apache-zookeeper-3.7.0-bin/bin/../lib/jackson-core-2.10.5.jar:/opt/apache-zookeeper-3.7.0-bin/bin/../lib/jackson-annotations-2.10.5.jar:/opt/apache-zookeeper-3.7.0-bin/bin/../lib/commons-cli-1.4.jar:/opt/apache-zookeeper-3.7.0-bin/bin/../lib/audience-annotations-0.12.0.jar:/opt/apache-zookeeper-3.7.0-bin/bin/../zookeeper-*.jar:/opt/apache-zookeeper-3.7.0-bin/bin/../zookeeper-server/src/main/resources/lib/*.jar:/opt/apache-zookeeper-3.7.0-bin/bin/../conf:
2021-08-03 23:48:26,340 [myid:] - INFO  [main:Environment@98] - Server environment:java.library.path=/usr/java/packages/lib:/usr/lib/x86_64-linux-gnu/jni:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/jni:/lib:/usr/lib
2021-08-03 23:48:26,340 [myid:] - INFO  [main:Environment@98] - Server environment:java.io.tmpdir=/tmp
2021-08-03 23:48:26,340 [myid:] - INFO  [main:Environment@98] - Server environment:java.compiler=<NA>
2021-08-03 23:48:26,340 [myid:] - INFO  [main:Environment@98] - Server environment:os.name=Linux
2021-08-03 23:48:26,341 [myid:] - INFO  [main:Environment@98] - Server environment:os.arch=amd64
2021-08-03 23:48:26,341 [myid:] - INFO  [main:Environment@98] - Server environment:os.version=5.10.0-3-amd64
2021-08-03 23:48:26,341 [myid:] - INFO  [main:Environment@98] - Server environment:user.name=kafka
2021-08-03 23:48:26,341 [myid:] - INFO  [main:Environment@98] - Server environment:user.home=/opt/kafka
2021-08-03 23:48:26,341 [myid:] - INFO  [main:Environment@98] - Server environment:user.dir=/opt/apache-zookeeper-3.7.0-bin
2021-08-03 23:48:26,341 [myid:] - INFO  [main:Environment@98] - Server environment:os.memory.free=15MB
2021-08-03 23:48:26,341 [myid:] - INFO  [main:Environment@98] - Server environment:os.memory.max=305MB
2021-08-03 23:48:26,343 [myid:] - INFO  [main:Environment@98] - Server environment:os.memory.total=19MB
2021-08-03 23:48:26,343 [myid:] - INFO  [main:ZooKeeperServer@138] - zookeeper.enableEagerACLCheck = false
2021-08-03 23:48:26,343 [myid:] - INFO  [main:ZooKeeperServer@151] - zookeeper.digest.enabled = true
2021-08-03 23:48:26,343 [myid:] - INFO  [main:ZooKeeperServer@155] - zookeeper.closeSessionTxn.enabled = true
2021-08-03 23:48:26,344 [myid:] - INFO  [main:ZooKeeperServer@1499] - zookeeper.flushDelay=0
2021-08-03 23:48:26,344 [myid:] - INFO  [main:ZooKeeperServer@1508] - zookeeper.maxWriteQueuePollTime=0
2021-08-03 23:48:26,344 [myid:] - INFO  [main:ZooKeeperServer@1517] - zookeeper.maxBatchSize=1000
2021-08-03 23:48:26,345 [myid:] - INFO  [main:ZooKeeperServer@260] - zookeeper.intBufferStartingSizeBytes = 1024
2021-08-03 23:48:26,350 [myid:] - INFO  [main:WatchManagerFactory@42] - Using org.apache.zookeeper.server.watch.WatchManager as watch manager
2021-08-03 23:48:26,351 [myid:] - INFO  [main:WatchManagerFactory@42] - Using org.apache.zookeeper.server.watch.WatchManager as watch manager
ZNode Details (count=171):
----
/
  cZxid = 0x00000000000000
  ctime = Thu Jan 01 00:00:00 UTC 1970
  mZxid = 0x00000000000000
  mtime = Thu Jan 01 00:00:00 UTC 1970
  pZxid = 0x000002000000e5
  cversion = 13
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = 
----
/cluster
  cZxid = 0x00000100000024
  ctime = Mon Aug 02 09:47:41 UTC 2021
  mZxid = 0x00000100000024
  mtime = Mon Aug 02 09:47:41 UTC 2021
  pZxid = 0x00000100000025
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = 
----
/cluster/id
  cZxid = 0x00000100000025
  ctime = Mon Aug 02 09:47:41 UTC 2021
  mZxid = 0x00000100000025
  mtime = Mon Aug 02 09:47:41 UTC 2021
  pZxid = 0x00000100000025
  cversion = 0
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = eyJ2ZXJzaW9uIjoiMSIsImlkIjoicDU4SlBaZzlSekdLR29UZVg1LUhIZyJ9
----
/controller
  cZxid = 0x000002000000e4
  ctime = Mon Aug 02 10:26:11 UTC 2021
  mZxid = 0x000002000000e4
  mtime = Mon Aug 02 10:26:11 UTC 2021
  pZxid = 0x000002000000e4
  cversion = 0
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x300000a86b10000
  data = eyJ2ZXJzaW9uIjoxLCJicm9rZXJpZCI6MywidGltZXN0YW1wIjoiMTYyNzg5OTk3MTg1NyJ9
----
/brokers
  cZxid = 0x00000100000004
  ctime = Mon Aug 02 09:47:41 UTC 2021
  mZxid = 0x00000100000004
  mtime = Mon Aug 02 09:47:41 UTC 2021
  pZxid = 0x0000010000000e
  cversion = 3
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = 
----
/brokers/ids
  cZxid = 0x00000100000005
  ctime = Mon Aug 02 09:47:41 UTC 2021
  mZxid = 0x00000100000005
  mtime = Mon Aug 02 09:47:41 UTC 2021
  pZxid = 0x000002000002c0
  cversion = 11
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = 
----
/brokers/ids/1
  cZxid = 0x000002000002c0
  ctime = Tue Aug 03 21:34:10 UTC 2021
  mZxid = 0x000002000002c0
  mtime = Tue Aug 03 21:34:10 UTC 2021
  pZxid = 0x000002000002c0
  cversion = 0
  dataVersion = 1
  aclVersion = 0
  ephemeralOwner = 0x10000285de90010
  data = eyJsaXN0ZW5lcl9zZWN1cml0eV9wcm90b2NvbF9tYXAiOnsiUExBSU5URVhUIjoiUExBSU5URVhUIn0sImVuZHBvaW50cyI6WyJQTEFJTlRFWFQ6Ly9rYWZrYTEuZXhhbXBsZS5vcmc6OTA5MiJdLCJqbXhfcG9ydCI6LTEsInBvcnQiOjkwOTIsImhvc3QiOiJrYWZrYTEuZXhhbXBsZS5vcmciLCJ2ZXJzaW9uIjo0LCJ0aW1lc3RhbXAiOiIxNjI4MDI2NDUwNzkyIn0=
----
/brokers/ids/3
  cZxid = 0x0000010000012f
  ctime = Mon Aug 02 09:59:58 UTC 2021
  mZxid = 0x0000010000012f
  mtime = Mon Aug 02 09:59:58 UTC 2021
  pZxid = 0x0000010000012f
  cversion = 0
  dataVersion = 1
  aclVersion = 0
  ephemeralOwner = 0x300000a86b10000
  data = eyJsaXN0ZW5lcl9zZWN1cml0eV9wcm90b2NvbF9tYXAiOnsiUExBSU5URVhUIjoiUExBSU5URVhUIn0sImVuZHBvaW50cyI6WyJQTEFJTlRFWFQ6Ly9rYWZrYTMuZXhhbXBsZS5vcmc6OTA5MiJdLCJqbXhfcG9ydCI6LTEsInBvcnQiOjkwOTIsImhvc3QiOiJrYWZrYTMuZXhhbXBsZS5vcmciLCJ2ZXJzaW9uIjo0LCJ0aW1lc3RhbXAiOiIxNjI3ODk4Mzk4ODg3In0=
----
/brokers/topics
  cZxid = 0x00000100000006
  ctime = Mon Aug 02 09:47:41 UTC 2021
  mZxid = 0x00000100000006
  mtime = Mon Aug 02 09:47:41 UTC 2021
  pZxid = 0x000001000000ba
  cversion = 2
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = 
----
/brokers/topics/milosz
  cZxid = 0x00000100000062
  ctime = Mon Aug 02 09:54:14 UTC 2021
  mZxid = 0x0000020000018c
  mtime = Mon Aug 02 10:27:51 UTC 2021
  pZxid = 0x00000100000063
  cversion = 1
  dataVersion = 86
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = eyJwYXJ0aXRpb25zIjp7IjAiOlszLDJdLCIxIjpbMiwzXSwiMiI6WzMsMl0sIjMiOlsyLDNdLCI0IjpbMywyXSwiNSI6WzIsM10sIjYiOlszLDJdLCI3IjpbMiwzXSwiOCI6WzMsMl19LCJhZGRpbmdfcmVwbGljYXMiOnt9LCJyZW1vdmluZ19yZXBsaWNhcyI6e30sInZlcnNpb24iOjN9
----
/brokers/topics/milosz/partitions
  cZxid = 0x00000100000063
  ctime = Mon Aug 02 09:54:14 UTC 2021
  mZxid = 0x00000100000063
  mtime = Mon Aug 02 09:54:14 UTC 2021
  pZxid = 0x0000010000006c
  cversion = 9
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = 
----
/brokers/topics/milosz/partitions/0
  cZxid = 0x00000100000069
  ctime = Mon Aug 02 09:54:14 UTC 2021
  mZxid = 0x00000100000069
  mtime = Mon Aug 02 09:54:14 UTC 2021
  pZxid = 0x00000100000072
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = 
----
/brokers/topics/milosz/partitions/0/state
  cZxid = 0x00000100000072
  ctime = Mon Aug 02 09:54:14 UTC 2021
  mZxid = 0x000002000001e2
  mtime = Mon Aug 02 10:49:46 UTC 2021
  pZxid = 0x00000100000072
  cversion = 0
  dataVersion = 15
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = eyJjb250cm9sbGVyX2Vwb2NoIjoyLCJsZWFkZXIiOjMsInZlcnNpb24iOjEsImxlYWRlcl9lcG9jaCI6MTIsImlzciI6WzMsMl19
----
/brokers/topics/milosz/partitions/1
  cZxid = 0x0000010000006c
  ctime = Mon Aug 02 09:54:14 UTC 2021
  mZxid = 0x0000010000006c
  mtime = Mon Aug 02 09:54:14 UTC 2021
  pZxid = 0x00000100000075
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = 
----
/brokers/topics/milosz/partitions/1/state
  cZxid = 0x00000100000075
  ctime = Mon Aug 02 09:54:14 UTC 2021
  mZxid = 0x000002000001d9
  mtime = Mon Aug 02 10:49:45 UTC 2021
  pZxid = 0x00000100000075
  cversion = 0
  dataVersion = 23
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = eyJjb250cm9sbGVyX2Vwb2NoIjoyLCJsZWFkZXIiOjMsInZlcnNpb24iOjEsImxlYWRlcl9lcG9jaCI6MTgsImlzciI6WzNdfQ==
----
/brokers/topics/milosz/partitions/2
  cZxid = 0x0000010000006b
  ctime = Mon Aug 02 09:54:14 UTC 2021
  mZxid = 0x0000010000006b
  mtime = Mon Aug 02 09:54:14 UTC 2021
  pZxid = 0x00000100000074
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = 
----
/brokers/topics/milosz/partitions/2/state
  cZxid = 0x00000100000074
  ctime = Mon Aug 02 09:54:14 UTC 2021
  mZxid = 0x000002000001e4
  mtime = Mon Aug 02 10:49:46 UTC 2021
  pZxid = 0x00000100000074
  cversion = 0
  dataVersion = 23
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = eyJjb250cm9sbGVyX2Vwb2NoIjoyLCJsZWFkZXIiOjMsInZlcnNpb24iOjEsImxlYWRlcl9lcG9jaCI6MTcsImlzciI6WzMsMl19
----
/brokers/topics/milosz/partitions/3
  cZxid = 0x00000100000065
  ctime = Mon Aug 02 09:54:14 UTC 2021
  mZxid = 0x00000100000065
  mtime = Mon Aug 02 09:54:14 UTC 2021
  pZxid = 0x0000010000006e
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = 
----
/brokers/topics/milosz/partitions/3/state
  cZxid = 0x0000010000006e
  ctime = Mon Aug 02 09:54:14 UTC 2021
  mZxid = 0x000002000001da
  mtime = Mon Aug 02 10:49:45 UTC 2021
  pZxid = 0x0000010000006e
  cversion = 0
  dataVersion = 23
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = eyJjb250cm9sbGVyX2Vwb2NoIjoyLCJsZWFkZXIiOjMsInZlcnNpb24iOjEsImxlYWRlcl9lcG9jaCI6MTgsImlzciI6WzNdfQ==
----
/brokers/topics/milosz/partitions/4
  cZxid = 0x00000100000068
  ctime = Mon Aug 02 09:54:14 UTC 2021
  mZxid = 0x00000100000068
  mtime = Mon Aug 02 09:54:14 UTC 2021
  pZxid = 0x00000100000071
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = 
----
/brokers/topics/milosz/partitions/4/state
  cZxid = 0x00000100000071
  ctime = Mon Aug 02 09:54:14 UTC 2021
  mZxid = 0x000002000001e3
  mtime = Mon Aug 02 10:49:46 UTC 2021
  pZxid = 0x00000100000071
  cversion = 0
  dataVersion = 13
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = eyJjb250cm9sbGVyX2Vwb2NoIjoyLCJsZWFkZXIiOjMsInZlcnNpb24iOjEsImxlYWRlcl9lcG9jaCI6MTAsImlzciI6WzMsMl19
----
/brokers/topics/milosz/partitions/5
  cZxid = 0x0000010000006a
  ctime = Mon Aug 02 09:54:14 UTC 2021
  mZxid = 0x0000010000006a
  mtime = Mon Aug 02 09:54:14 UTC 2021
  pZxid = 0x00000100000073
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = 
----
/brokers/topics/milosz/partitions/5/state
  cZxid = 0x00000100000073
  ctime = Mon Aug 02 09:54:14 UTC 2021
  mZxid = 0x000002000001d7
  mtime = Mon Aug 02 10:49:45 UTC 2021
  pZxid = 0x00000100000073
  cversion = 0
  dataVersion = 23
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = eyJjb250cm9sbGVyX2Vwb2NoIjoyLCJsZWFkZXIiOjMsInZlcnNpb24iOjEsImxlYWRlcl9lcG9jaCI6MTgsImlzciI6WzNdfQ==
----
/brokers/topics/milosz/partitions/6
  cZxid = 0x00000100000064
  ctime = Mon Aug 02 09:54:14 UTC 2021
  mZxid = 0x00000100000064
  mtime = Mon Aug 02 09:54:14 UTC 2021
  pZxid = 0x0000010000006d
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = 
----
/brokers/topics/milosz/partitions/6/state
  cZxid = 0x0000010000006d
  ctime = Mon Aug 02 09:54:14 UTC 2021
  mZxid = 0x000002000001e0
  mtime = Mon Aug 02 10:49:46 UTC 2021
  pZxid = 0x0000010000006d
  cversion = 0
  dataVersion = 15
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = eyJjb250cm9sbGVyX2Vwb2NoIjoyLCJsZWFkZXIiOjMsInZlcnNpb24iOjEsImxlYWRlcl9lcG9jaCI6MTIsImlzciI6WzMsMl19
----
/brokers/topics/milosz/partitions/7
  cZxid = 0x00000100000066
  ctime = Mon Aug 02 09:54:14 UTC 2021
  mZxid = 0x00000100000066
  mtime = Mon Aug 02 09:54:14 UTC 2021
  pZxid = 0x0000010000006f
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = 
----
/brokers/topics/milosz/partitions/7/state
  cZxid = 0x0000010000006f
  ctime = Mon Aug 02 09:54:14 UTC 2021
  mZxid = 0x000002000001d8
  mtime = Mon Aug 02 10:49:45 UTC 2021
  pZxid = 0x0000010000006f
  cversion = 0
  dataVersion = 23
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = eyJjb250cm9sbGVyX2Vwb2NoIjoyLCJsZWFkZXIiOjMsInZlcnNpb24iOjEsImxlYWRlcl9lcG9jaCI6MTgsImlzciI6WzNdfQ==
----
/brokers/topics/milosz/partitions/8
  cZxid = 0x00000100000067
  ctime = Mon Aug 02 09:54:14 UTC 2021
  mZxid = 0x00000100000067
  mtime = Mon Aug 02 09:54:14 UTC 2021
  pZxid = 0x00000100000070
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = 
----
/brokers/topics/milosz/partitions/8/state
  cZxid = 0x00000100000070
  ctime = Mon Aug 02 09:54:14 UTC 2021
  mZxid = 0x000002000001e1
  mtime = Mon Aug 02 10:49:46 UTC 2021
  pZxid = 0x00000100000070
  cversion = 0
  dataVersion = 23
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = eyJjb250cm9sbGVyX2Vwb2NoIjoyLCJsZWFkZXIiOjMsInZlcnNpb24iOjEsImxlYWRlcl9lcG9jaCI6MTcsImlzciI6WzMsMl19
----
/brokers/topics/__consumer_offsets
  cZxid = 0x000001000000ba
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x0000010000022f
  mtime = Mon Aug 02 10:01:51 UTC 2021
  pZxid = 0x000001000000bb
  cversion = 1
  dataVersion = 50
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = eyJ2ZXJzaW9uIjoxLCJwYXJ0aXRpb25zIjp7IjQ1IjpbM10sIjM0IjpbMV0sIjEyIjpbMV0sIjgiOlsxXSwiMTkiOlszXSwiMjMiOlszXSwiNCI6WzFdLCI0MCI6WzFdLCIxNSI6WzNdLCIxMSI6WzNdLCI5IjpbM10sIjQ0IjpbMV0sIjMzIjpbM10sIjIyIjpbMV0sIjI2IjpbMV0sIjM3IjpbM10sIjEzIjpbM10sIjQ2IjpbMV0sIjI0IjpbMV0sIjM1IjpbM10sIjE2IjpbMV0sIjUiOlszXSwiMTAiOlsxXSwiNDgiOlsxXSwiMjEiOlszXSwiNDMiOlszXSwiMzIiOlsxXSwiNDkiOlszXSwiNiI6WzFdLCIzNiI6WzFdLCIxIjpbM10sIjM5IjpbM10sIjE3IjpbM10sIjI1IjpbM10sIjE0IjpbMV0sIjQ3IjpbM10sIjMxIjpbM10sIjQyIjpbMV0sIjAiOlsxXSwiMjAiOlsxXSwiMjciOlszXSwiMiI6WzFdLCIzOCI6WzFdLCIxOCI6WzFdLCIzMCI6WzFdLCI3IjpbM10sIjI5IjpbM10sIjQxIjpbM10sIjMiOlszXSwiMjgiOlsxXX19
----
/brokers/topics/__consumer_offsets/partitions
  cZxid = 0x000001000000bb
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000bb
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x000001000000ed
  cversion = 50
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = 
----
/brokers/topics/__consumer_offsets/partitions/44
  cZxid = 0x000001000000e2
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000e2
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x00000100000114
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = 
----
/brokers/topics/__consumer_offsets/partitions/44/state
  cZxid = 0x00000100000114
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000002000002d6
  mtime = Tue Aug 03 21:34:10 UTC 2021
  pZxid = 0x00000100000114
  cversion = 0
  dataVersion = 10
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = eyJjb250cm9sbGVyX2Vwb2NoIjoyLCJsZWFkZXIiOjEsInZlcnNpb24iOjEsImxlYWRlcl9lcG9jaCI6MTAsImlzciI6WzFdfQ==
----
/brokers/topics/__consumer_offsets/partitions/45
  cZxid = 0x000001000000e5
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000e5
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x00000100000117
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = 
----
/brokers/topics/__consumer_offsets/partitions/45/state
  cZxid = 0x00000100000117
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x00000100000222
  mtime = Mon Aug 02 10:01:51 UTC 2021
  pZxid = 0x00000100000117
  cversion = 0
  dataVersion = 4
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = eyJjb250cm9sbGVyX2Vwb2NoIjoxLCJsZWFkZXIiOjMsInZlcnNpb24iOjEsImxlYWRlcl9lcG9jaCI6MywiaXNyIjpbM119
----
/brokers/topics/__consumer_offsets/partitions/46
  cZxid = 0x000001000000c4
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000c4
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x000001000000f6
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = 
----
/brokers/topics/__consumer_offsets/partitions/46/state
  cZxid = 0x000001000000f6
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000002000002c3
  mtime = Tue Aug 03 21:34:10 UTC 2021
  pZxid = 0x000001000000f6
  cversion = 0
  dataVersion = 10
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = eyJjb250cm9sbGVyX2Vwb2NoIjoyLCJsZWFkZXIiOjEsInZlcnNpb24iOjEsImxlYWRlcl9lcG9jaCI6MTAsImlzciI6WzFdfQ==
----
/brokers/topics/__consumer_offsets/partitions/47
  cZxid = 0x000001000000cb
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000cb
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x000001000000fd
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = 
----
/brokers/topics/__consumer_offsets/partitions/47/state
  cZxid = 0x000001000000fd
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000001f6
  mtime = Mon Aug 02 10:01:50 UTC 2021
  pZxid = 0x000001000000fd
  cversion = 0
  dataVersion = 4
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = eyJjb250cm9sbGVyX2Vwb2NoIjoxLCJsZWFkZXIiOjMsInZlcnNpb24iOjEsImxlYWRlcl9lcG9jaCI6MywiaXNyIjpbM119
----
/brokers/topics/__consumer_offsets/partitions/48
  cZxid = 0x000001000000d8
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000d8
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x0000010000010a
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = 
----
/brokers/topics/__consumer_offsets/partitions/48/state
  cZxid = 0x0000010000010a
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000002000002c7
  mtime = Tue Aug 03 21:34:10 UTC 2021
  pZxid = 0x0000010000010a
  cversion = 0
  dataVersion = 10
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = eyJjb250cm9sbGVyX2Vwb2NoIjoyLCJsZWFkZXIiOjEsInZlcnNpb24iOjEsImxlYWRlcl9lcG9jaCI6MTAsImlzciI6WzFdfQ==
----
/brokers/topics/__consumer_offsets/partitions/49
  cZxid = 0x000001000000ca
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000ca
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x000001000000fc
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = 
----
/brokers/topics/__consumer_offsets/partitions/49/state
  cZxid = 0x000001000000fc
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000001f2
  mtime = Mon Aug 02 10:01:50 UTC 2021
  pZxid = 0x000001000000fc
  cversion = 0
  dataVersion = 4
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = eyJjb250cm9sbGVyX2Vwb2NoIjoxLCJsZWFkZXIiOjMsInZlcnNpb24iOjEsImxlYWRlcl9lcG9jaCI6MywiaXNyIjpbM119
----
/brokers/topics/__consumer_offsets/partitions/10
  cZxid = 0x000001000000eb
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000eb
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x0000010000011d
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = 
----
/brokers/topics/__consumer_offsets/partitions/10/state
  cZxid = 0x0000010000011d
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000002000002d7
  mtime = Tue Aug 03 21:34:10 UTC 2021
  pZxid = 0x0000010000011d
  cversion = 0
  dataVersion = 10
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = eyJjb250cm9sbGVyX2Vwb2NoIjoyLCJsZWFkZXIiOjEsInZlcnNpb24iOjEsImxlYWRlcl9lcG9jaCI6MTAsImlzciI6WzFdfQ==
----
/brokers/topics/__consumer_offsets/partitions/11
  cZxid = 0x000001000000da
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000da
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x0000010000010c
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = 
----
/brokers/topics/__consumer_offsets/partitions/11/state
  cZxid = 0x0000010000010c
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x00000100000212
  mtime = Mon Aug 02 10:01:51 UTC 2021
  pZxid = 0x0000010000010c
  cversion = 0
  dataVersion = 4
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = eyJjb250cm9sbGVyX2Vwb2NoIjoxLCJsZWFkZXIiOjMsInZlcnNpb24iOjEsImxlYWRlcl9lcG9jaCI6MywiaXNyIjpbM119
----
/brokers/topics/__consumer_offsets/partitions/12
  cZxid = 0x000001000000e4
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000e4
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x00000100000116
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = 
----
/brokers/topics/__consumer_offsets/partitions/12/state
  cZxid = 0x00000100000116
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000002000002c8
  mtime = Tue Aug 03 21:34:10 UTC 2021
  pZxid = 0x00000100000116
  cversion = 0
  dataVersion = 10
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = eyJjb250cm9sbGVyX2Vwb2NoIjoyLCJsZWFkZXIiOjEsInZlcnNpb24iOjEsImxlYWRlcl9lcG9jaCI6MTAsImlzciI6WzFdfQ==
----
/brokers/topics/__consumer_offsets/partitions/13
  cZxid = 0x000001000000db
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000db
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x0000010000010d
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = 
----
/brokers/topics/__consumer_offsets/partitions/13/state
  cZxid = 0x0000010000010d
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x00000100000216
  mtime = Mon Aug 02 10:01:51 UTC 2021
  pZxid = 0x0000010000010d
  cversion = 0
  dataVersion = 4
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = eyJjb250cm9sbGVyX2Vwb2NoIjoxLCJsZWFkZXIiOjMsInZlcnNpb24iOjEsImxlYWRlcl9lcG9jaCI6MywiaXNyIjpbM119
----
/brokers/topics/__consumer_offsets/partitions/14
  cZxid = 0x000001000000df
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000df
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x00000100000111
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = 
----
/brokers/topics/__consumer_offsets/partitions/14/state
  cZxid = 0x00000100000111
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000002000002d3
  mtime = Tue Aug 03 21:34:10 UTC 2021
  pZxid = 0x00000100000111
  cversion = 0
  dataVersion = 10
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = eyJjb250cm9sbGVyX2Vwb2NoIjoyLCJsZWFkZXIiOjEsInZlcnNpb24iOjEsImxlYWRlcl9lcG9jaCI6MTAsImlzciI6WzFdfQ==
----
/brokers/topics/__consumer_offsets/partitions/15
  cZxid = 0x000001000000d4
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000d4
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x00000100000106
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = 
----
/brokers/topics/__consumer_offsets/partitions/15/state
  cZxid = 0x00000100000106
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x00000100000206
  mtime = Mon Aug 02 10:01:51 UTC 2021
  pZxid = 0x00000100000106
  cversion = 0
  dataVersion = 4
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = eyJjb250cm9sbGVyX2Vwb2NoIjoxLCJsZWFkZXIiOjMsInZlcnNpb24iOjEsImxlYWRlcl9lcG9jaCI6MywiaXNyIjpbM119
----
/brokers/topics/__consumer_offsets/partitions/16
  cZxid = 0x000001000000cc
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000cc
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x000001000000fe
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = 
----
/brokers/topics/__consumer_offsets/partitions/16/state
  cZxid = 0x000001000000fe
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000002000002cd
  mtime = Tue Aug 03 21:34:10 UTC 2021
  pZxid = 0x000001000000fe
  cversion = 0
  dataVersion = 10
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = eyJjb250cm9sbGVyX2Vwb2NoIjoyLCJsZWFkZXIiOjEsInZlcnNpb24iOjEsImxlYWRlcl9lcG9jaCI6MTAsImlzciI6WzFdfQ==
----
/brokers/topics/__consumer_offsets/partitions/17
  cZxid = 0x000001000000d7
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000d7
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x00000100000109
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = 
----
/brokers/topics/__consumer_offsets/partitions/17/state
  cZxid = 0x00000100000109
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x0000010000020a
  mtime = Mon Aug 02 10:01:51 UTC 2021
  pZxid = 0x00000100000109
  cversion = 0
  dataVersion = 4
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = eyJjb250cm9sbGVyX2Vwb2NoIjoxLCJsZWFkZXIiOjMsInZlcnNpb24iOjEsImxlYWRlcl9lcG9jaCI6MywiaXNyIjpbM119
----
/brokers/topics/__consumer_offsets/partitions/18
  cZxid = 0x000001000000d2
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000d2
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x00000100000104
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = 
----
/brokers/topics/__consumer_offsets/partitions/18/state
  cZxid = 0x00000100000104
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000002000002d0
  mtime = Tue Aug 03 21:34:10 UTC 2021
  pZxid = 0x00000100000104
  cversion = 0
  dataVersion = 10
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = eyJjb250cm9sbGVyX2Vwb2NoIjoyLCJsZWFkZXIiOjEsInZlcnNpb24iOjEsImxlYWRlcl9lcG9jaCI6MTAsImlzciI6WzFdfQ==
----
/brokers/topics/__consumer_offsets/partitions/19
  cZxid = 0x000001000000d9
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000d9
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x0000010000010b
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = 
----
/brokers/topics/__consumer_offsets/partitions/19/state
  cZxid = 0x0000010000010b
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x0000010000020e
  mtime = Mon Aug 02 10:01:51 UTC 2021
  pZxid = 0x0000010000010b
  cversion = 0
  dataVersion = 4
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = eyJjb250cm9sbGVyX2Vwb2NoIjoxLCJsZWFkZXIiOjMsInZlcnNpb24iOjEsImxlYWRlcl9lcG9jaCI6MywiaXNyIjpbM119
----
/brokers/topics/__consumer_offsets/partitions/0
  cZxid = 0x000001000000e1
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000e1
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x00000100000113
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = 
----
/brokers/topics/__consumer_offsets/partitions/0/state
  cZxid = 0x00000100000113
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000002000002d5
  mtime = Tue Aug 03 21:34:10 UTC 2021
  pZxid = 0x00000100000113
  cversion = 0
  dataVersion = 10
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = eyJjb250cm9sbGVyX2Vwb2NoIjoyLCJsZWFkZXIiOjEsInZlcnNpb24iOjEsImxlYWRlcl9lcG9jaCI6MTAsImlzciI6WzFdfQ==
----
/brokers/topics/__consumer_offsets/partitions/1
  cZxid = 0x000001000000e6
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000e6
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x00000100000118
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = 
----
/brokers/topics/__consumer_offsets/partitions/1/state
  cZxid = 0x00000100000118
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x00000100000226
  mtime = Mon Aug 02 10:01:51 UTC 2021
  pZxid = 0x00000100000118
  cversion = 0
  dataVersion = 4
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = eyJjb250cm9sbGVyX2Vwb2NoIjoxLCJsZWFkZXIiOjMsInZlcnNpb24iOjEsImxlYWRlcl9lcG9jaCI6MywiaXNyIjpbM119
----
/brokers/topics/__consumer_offsets/partitions/2
  cZxid = 0x000001000000dc
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000dc
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x0000010000010e
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = 
----
/brokers/topics/__consumer_offsets/partitions/2/state
  cZxid = 0x0000010000010e
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000002000002d1
  mtime = Tue Aug 03 21:34:10 UTC 2021
  pZxid = 0x0000010000010e
  cversion = 0
  dataVersion = 10
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = eyJjb250cm9sbGVyX2Vwb2NoIjoyLCJsZWFkZXIiOjEsInZlcnNpb24iOjEsImxlYWRlcl9lcG9jaCI6MTAsImlzciI6WzFdfQ==
----
/brokers/topics/__consumer_offsets/partitions/3
  cZxid = 0x000001000000d1
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000d1
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x00000100000103
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = 
----
/brokers/topics/__consumer_offsets/partitions/3/state
  cZxid = 0x00000100000103
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000001fe
  mtime = Mon Aug 02 10:01:50 UTC 2021
  pZxid = 0x00000100000103
  cversion = 0
  dataVersion = 4
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = eyJjb250cm9sbGVyX2Vwb2NoIjoxLCJsZWFkZXIiOjMsInZlcnNpb24iOjEsImxlYWRlcl9lcG9jaCI6MywiaXNyIjpbM119
----
/brokers/topics/__consumer_offsets/partitions/4
  cZxid = 0x000001000000c0
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000c0
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x000001000000f2
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = 
----
/brokers/topics/__consumer_offsets/partitions/4/state
  cZxid = 0x000001000000f2
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000002000002cc
  mtime = Tue Aug 03 21:34:10 UTC 2021
  pZxid = 0x000001000000f2
  cversion = 0
  dataVersion = 10
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = eyJjb250cm9sbGVyX2Vwb2NoIjoyLCJsZWFkZXIiOjEsInZlcnNpb24iOjEsImxlYWRlcl9lcG9jaCI6MTAsImlzciI6WzFdfQ==
----
/brokers/topics/__consumer_offsets/partitions/5
  cZxid = 0x000001000000e7
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000e7
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x00000100000119
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = 
----
/brokers/topics/__consumer_offsets/partitions/5/state
  cZxid = 0x00000100000119
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x0000010000022a
  mtime = Mon Aug 02 10:01:51 UTC 2021
  pZxid = 0x00000100000119
  cversion = 0
  dataVersion = 4
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = eyJjb250cm9sbGVyX2Vwb2NoIjoxLCJsZWFkZXIiOjMsInZlcnNpb24iOjEsImxlYWRlcl9lcG9jaCI6MywiaXNyIjpbM119
----
/brokers/topics/__consumer_offsets/partitions/6
  cZxid = 0x000001000000de
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000de
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x00000100000110
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = 
----
/brokers/topics/__consumer_offsets/partitions/6/state
  cZxid = 0x00000100000110
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000002000002d2
  mtime = Tue Aug 03 21:34:10 UTC 2021
  pZxid = 0x00000100000110
  cversion = 0
  dataVersion = 10
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = eyJjb250cm9sbGVyX2Vwb2NoIjoyLCJsZWFkZXIiOjEsInZlcnNpb24iOjEsImxlYWRlcl9lcG9jaCI6MTAsImlzciI6WzFdfQ==
----
/brokers/topics/__consumer_offsets/partitions/7
  cZxid = 0x000001000000c2
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000c2
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x000001000000f4
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = 
----
/brokers/topics/__consumer_offsets/partitions/7/state
  cZxid = 0x000001000000f4
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000001c6
  mtime = Mon Aug 02 10:01:50 UTC 2021
  pZxid = 0x000001000000f4
  cversion = 0
  dataVersion = 4
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = eyJjb250cm9sbGVyX2Vwb2NoIjoxLCJsZWFkZXIiOjMsInZlcnNpb24iOjEsImxlYWRlcl9lcG9jaCI6MywiaXNyIjpbM119
----
/brokers/topics/__consumer_offsets/partitions/8
  cZxid = 0x000001000000be
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000be
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x000001000000f0
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = 
----
/brokers/topics/__consumer_offsets/partitions/8/state
  cZxid = 0x000001000000f0
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000002000002cb
  mtime = Tue Aug 03 21:34:10 UTC 2021
  pZxid = 0x000001000000f0
  cversion = 0
  dataVersion = 10
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = eyJjb250cm9sbGVyX2Vwb2NoIjoyLCJsZWFkZXIiOjEsInZlcnNpb24iOjEsImxlYWRlcl9lcG9jaCI6MTAsImlzciI6WzFdfQ==
----
/brokers/topics/__consumer_offsets/partitions/9
  cZxid = 0x000001000000c3
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000c3
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x000001000000f5
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = 
----
/brokers/topics/__consumer_offsets/partitions/9/state
  cZxid = 0x000001000000f5
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000001ca
  mtime = Mon Aug 02 10:01:50 UTC 2021
  pZxid = 0x000001000000f5
  cversion = 0
  dataVersion = 4
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = eyJjb250cm9sbGVyX2Vwb2NoIjoxLCJsZWFkZXIiOjMsInZlcnNpb24iOjEsImxlYWRlcl9lcG9jaCI6MywiaXNyIjpbM119
----
/brokers/topics/__consumer_offsets/partitions/20
  cZxid = 0x000001000000e0
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000e0
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x00000100000112
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = 
----
/brokers/topics/__consumer_offsets/partitions/20/state
  cZxid = 0x00000100000112
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000002000002d4
  mtime = Tue Aug 03 21:34:10 UTC 2021
  pZxid = 0x00000100000112
  cversion = 0
  dataVersion = 10
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = eyJjb250cm9sbGVyX2Vwb2NoIjoyLCJsZWFkZXIiOjEsInZlcnNpb24iOjEsImxlYWRlcl9lcG9jaCI6MTAsImlzciI6WzFdfQ==
----
/brokers/topics/__consumer_offsets/partitions/21
  cZxid = 0x000001000000bf
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000bf
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x000001000000f1
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = 
----
/brokers/topics/__consumer_offsets/partitions/21/state
  cZxid = 0x000001000000f1
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000001be
  mtime = Mon Aug 02 10:01:50 UTC 2021
  pZxid = 0x000001000000f1
  cversion = 0
  dataVersion = 4
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = eyJjb250cm9sbGVyX2Vwb2NoIjoxLCJsZWFkZXIiOjMsInZlcnNpb24iOjEsImxlYWRlcl9lcG9jaCI6MywiaXNyIjpbM119
----
/brokers/topics/__consumer_offsets/partitions/22
  cZxid = 0x000001000000bc
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000bc
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x000001000000ee
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = 
----
/brokers/topics/__consumer_offsets/partitions/22/state
  cZxid = 0x000001000000ee
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000002000002c1
  mtime = Tue Aug 03 21:34:10 UTC 2021
  pZxid = 0x000001000000ee
  cversion = 0
  dataVersion = 10
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = eyJjb250cm9sbGVyX2Vwb2NoIjoyLCJsZWFkZXIiOjEsInZlcnNpb24iOjEsImxlYWRlcl9lcG9jaCI6MTAsImlzciI6WzFdfQ==
----
/brokers/topics/__consumer_offsets/partitions/23
  cZxid = 0x000001000000c9
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000c9
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x000001000000fb
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = 
----
/brokers/topics/__consumer_offsets/partitions/23/state
  cZxid = 0x000001000000fb
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000001ee
  mtime = Mon Aug 02 10:01:50 UTC 2021
  pZxid = 0x000001000000fb
  cversion = 0
  dataVersion = 4
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = eyJjb250cm9sbGVyX2Vwb2NoIjoxLCJsZWFkZXIiOjMsInZlcnNpb24iOjEsImxlYWRlcl9lcG9jaCI6MywiaXNyIjpbM119
----
/brokers/topics/__consumer_offsets/partitions/24
  cZxid = 0x000001000000d5
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000d5
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x00000100000107
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = 
----
/brokers/topics/__consumer_offsets/partitions/24/state
  cZxid = 0x00000100000107
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000002000002c5
  mtime = Tue Aug 03 21:34:10 UTC 2021
  pZxid = 0x00000100000107
  cversion = 0
  dataVersion = 10
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = eyJjb250cm9sbGVyX2Vwb2NoIjoyLCJsZWFkZXIiOjEsInZlcnNpb24iOjEsImxlYWRlcl9lcG9jaCI6MTAsImlzciI6WzFdfQ==
----
/brokers/topics/__consumer_offsets/partitions/25
  cZxid = 0x000001000000c5
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000c5
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x000001000000f7
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = 
----
/brokers/topics/__consumer_offsets/partitions/25/state
  cZxid = 0x000001000000f7
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000001ce
  mtime = Mon Aug 02 10:01:50 UTC 2021
  pZxid = 0x000001000000f7
  cversion = 0
  dataVersion = 4
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = eyJjb250cm9sbGVyX2Vwb2NoIjoxLCJsZWFkZXIiOjMsInZlcnNpb24iOjEsImxlYWRlcl9lcG9jaCI6MywiaXNyIjpbM119
----
/brokers/topics/__consumer_offsets/partitions/26
  cZxid = 0x000001000000e8
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000e8
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x0000010000011a
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = 
----
/brokers/topics/__consumer_offsets/partitions/26/state
  cZxid = 0x0000010000011a
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000002000002c9
  mtime = Tue Aug 03 21:34:10 UTC 2021
  pZxid = 0x0000010000011a
  cversion = 0
  dataVersion = 10
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = eyJjb250cm9sbGVyX2Vwb2NoIjoyLCJsZWFkZXIiOjEsInZlcnNpb24iOjEsImxlYWRlcl9lcG9jaCI6MTAsImlzciI6WzFdfQ==
----
/brokers/topics/__consumer_offsets/partitions/27
  cZxid = 0x000001000000c1
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000c1
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x000001000000f3
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = 
----
/brokers/topics/__consumer_offsets/partitions/27/state
  cZxid = 0x000001000000f3
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000001c2
  mtime = Mon Aug 02 10:01:50 UTC 2021
  pZxid = 0x000001000000f3
  cversion = 0
  dataVersion = 4
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = eyJjb250cm9sbGVyX2Vwb2NoIjoxLCJsZWFkZXIiOjMsInZlcnNpb24iOjEsImxlYWRlcl9lcG9jaCI6MywiaXNyIjpbM119
----
/brokers/topics/__consumer_offsets/partitions/28
  cZxid = 0x000001000000cd
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000cd
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x000001000000ff
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = 
----
/brokers/topics/__consumer_offsets/partitions/28/state
  cZxid = 0x000001000000ff
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000002000002ce
  mtime = Tue Aug 03 21:34:10 UTC 2021
  pZxid = 0x000001000000ff
  cversion = 0
  dataVersion = 10
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = eyJjb250cm9sbGVyX2Vwb2NoIjoyLCJsZWFkZXIiOjEsInZlcnNpb24iOjEsImxlYWRlcl9lcG9jaCI6MTAsImlzciI6WzFdfQ==
----
/brokers/topics/__consumer_offsets/partitions/29
  cZxid = 0x000001000000e9
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000e9
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x0000010000011b
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = 
----
/brokers/topics/__consumer_offsets/partitions/29/state
  cZxid = 0x0000010000011b
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x0000010000022e
  mtime = Mon Aug 02 10:01:51 UTC 2021
  pZxid = 0x0000010000011b
  cversion = 0
  dataVersion = 4
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = eyJjb250cm9sbGVyX2Vwb2NoIjoxLCJsZWFkZXIiOjMsInZlcnNpb24iOjEsImxlYWRlcl9lcG9jaCI6MywiaXNyIjpbM119
----
/brokers/topics/__consumer_offsets/partitions/30
  cZxid = 0x000001000000bd
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000bd
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x000001000000ef
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = 
----
/brokers/topics/__consumer_offsets/partitions/30/state
  cZxid = 0x000001000000ef
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000002000002c2
  mtime = Tue Aug 03 21:34:10 UTC 2021
  pZxid = 0x000001000000ef
  cversion = 0
  dataVersion = 10
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = eyJjb250cm9sbGVyX2Vwb2NoIjoyLCJsZWFkZXIiOjEsInZlcnNpb24iOjEsImxlYWRlcl9lcG9jaCI6MTAsImlzciI6WzFdfQ==
----
/brokers/topics/__consumer_offsets/partitions/31
  cZxid = 0x000001000000ce
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000ce
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x00000100000100
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = 
----
/brokers/topics/__consumer_offsets/partitions/31/state
  cZxid = 0x00000100000100
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000001fa
  mtime = Mon Aug 02 10:01:50 UTC 2021
  pZxid = 0x00000100000100
  cversion = 0
  dataVersion = 4
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = eyJjb250cm9sbGVyX2Vwb2NoIjoxLCJsZWFkZXIiOjMsInZlcnNpb24iOjEsImxlYWRlcl9lcG9jaCI6MywiaXNyIjpbM119
----
/brokers/topics/__consumer_offsets/partitions/32
  cZxid = 0x000001000000ec
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000ec
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x0000010000011e
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = 
----
/brokers/topics/__consumer_offsets/partitions/32/state
  cZxid = 0x0000010000011e
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000002000002d8
  mtime = Tue Aug 03 21:34:10 UTC 2021
  pZxid = 0x0000010000011e
  cversion = 0
  dataVersion = 10
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = eyJjb250cm9sbGVyX2Vwb2NoIjoyLCJsZWFkZXIiOjEsInZlcnNpb24iOjEsImxlYWRlcl9lcG9jaCI6MTAsImlzciI6WzFdfQ==
----
/brokers/topics/__consumer_offsets/partitions/33
  cZxid = 0x000001000000c8
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000c8
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x000001000000fa
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = 
----
/brokers/topics/__consumer_offsets/partitions/33/state
  cZxid = 0x000001000000fa
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000001e5
  mtime = Mon Aug 02 10:01:50 UTC 2021
  pZxid = 0x000001000000fa
  cversion = 0
  dataVersion = 4
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = eyJjb250cm9sbGVyX2Vwb2NoIjoxLCJsZWFkZXIiOjMsInZlcnNpb24iOjEsImxlYWRlcl9lcG9jaCI6MywiaXNyIjpbM119
----
/brokers/topics/__consumer_offsets/partitions/34
  cZxid = 0x000001000000ea
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000ea
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x0000010000011c
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = 
----
/brokers/topics/__consumer_offsets/partitions/34/state
  cZxid = 0x0000010000011c
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000002000002ca
  mtime = Tue Aug 03 21:34:10 UTC 2021
  pZxid = 0x0000010000011c
  cversion = 0
  dataVersion = 10
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = eyJjb250cm9sbGVyX2Vwb2NoIjoyLCJsZWFkZXIiOjEsInZlcnNpb24iOjEsImxlYWRlcl9lcG9jaCI6MTAsImlzciI6WzFdfQ==
----
/brokers/topics/__consumer_offsets/partitions/35
  cZxid = 0x000001000000c6
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000c6
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x000001000000f8
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = 
----
/brokers/topics/__consumer_offsets/partitions/35/state
  cZxid = 0x000001000000f8
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000001d2
  mtime = Mon Aug 02 10:01:50 UTC 2021
  pZxid = 0x000001000000f8
  cversion = 0
  dataVersion = 4
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = eyJjb250cm9sbGVyX2Vwb2NoIjoxLCJsZWFkZXIiOjMsInZlcnNpb24iOjEsImxlYWRlcl9lcG9jaCI6MywiaXNyIjpbM119
----
/brokers/topics/__consumer_offsets/partitions/36
  cZxid = 0x000001000000cf
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000cf
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x00000100000101
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = 
----
/brokers/topics/__consumer_offsets/partitions/36/state
  cZxid = 0x00000100000101
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000002000002c4
  mtime = Tue Aug 03 21:34:10 UTC 2021
  pZxid = 0x00000100000101
  cversion = 0
  dataVersion = 10
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = eyJjb250cm9sbGVyX2Vwb2NoIjoyLCJsZWFkZXIiOjEsInZlcnNpb24iOjEsImxlYWRlcl9lcG9jaCI6MTAsImlzciI6WzFdfQ==
----
/brokers/topics/__consumer_offsets/partitions/37
  cZxid = 0x000001000000d3
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000d3
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x00000100000105
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = 
----
/brokers/topics/__consumer_offsets/partitions/37/state
  cZxid = 0x00000100000105
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x00000100000202
  mtime = Mon Aug 02 10:01:51 UTC 2021
  pZxid = 0x00000100000105
  cversion = 0
  dataVersion = 4
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = eyJjb250cm9sbGVyX2Vwb2NoIjoxLCJsZWFkZXIiOjMsInZlcnNpb24iOjEsImxlYWRlcl9lcG9jaCI6MywiaXNyIjpbM119
----
/brokers/topics/__consumer_offsets/partitions/38
  cZxid = 0x000001000000d6
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000d6
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x00000100000108
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = 
----
/brokers/topics/__consumer_offsets/partitions/38/state
  cZxid = 0x00000100000108
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000002000002c6
  mtime = Tue Aug 03 21:34:10 UTC 2021
  pZxid = 0x00000100000108
  cversion = 0
  dataVersion = 10
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = eyJjb250cm9sbGVyX2Vwb2NoIjoyLCJsZWFkZXIiOjEsInZlcnNpb24iOjEsImxlYWRlcl9lcG9jaCI6MTAsImlzciI6WzFdfQ==
----
/brokers/topics/__consumer_offsets/partitions/39
  cZxid = 0x000001000000e3
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000e3
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x00000100000115
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = 
----
/brokers/topics/__consumer_offsets/partitions/39/state
  cZxid = 0x00000100000115
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x0000010000021e
  mtime = Mon Aug 02 10:01:51 UTC 2021
  pZxid = 0x00000100000115
  cversion = 0
  dataVersion = 4
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = eyJjb250cm9sbGVyX2Vwb2NoIjoxLCJsZWFkZXIiOjMsInZlcnNpb24iOjEsImxlYWRlcl9lcG9jaCI6MywiaXNyIjpbM119
----
/brokers/topics/__consumer_offsets/partitions/40
  cZxid = 0x000001000000ed
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000ed
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x0000010000011f
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = 
----
/brokers/topics/__consumer_offsets/partitions/40/state
  cZxid = 0x0000010000011f
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000002000002d9
  mtime = Tue Aug 03 21:34:10 UTC 2021
  pZxid = 0x0000010000011f
  cversion = 0
  dataVersion = 10
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = eyJjb250cm9sbGVyX2Vwb2NoIjoyLCJsZWFkZXIiOjEsInZlcnNpb24iOjEsImxlYWRlcl9lcG9jaCI6MTAsImlzciI6WzFdfQ==
----
/brokers/topics/__consumer_offsets/partitions/41
  cZxid = 0x000001000000c7
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000c7
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x000001000000f9
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = 
----
/brokers/topics/__consumer_offsets/partitions/41/state
  cZxid = 0x000001000000f9
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000001d6
  mtime = Mon Aug 02 10:01:50 UTC 2021
  pZxid = 0x000001000000f9
  cversion = 0
  dataVersion = 4
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = eyJjb250cm9sbGVyX2Vwb2NoIjoxLCJsZWFkZXIiOjMsInZlcnNpb24iOjEsImxlYWRlcl9lcG9jaCI6MywiaXNyIjpbM119
----
/brokers/topics/__consumer_offsets/partitions/42
  cZxid = 0x000001000000d0
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000d0
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x00000100000102
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = 
----
/brokers/topics/__consumer_offsets/partitions/42/state
  cZxid = 0x00000100000102
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000002000002cf
  mtime = Tue Aug 03 21:34:10 UTC 2021
  pZxid = 0x00000100000102
  cversion = 0
  dataVersion = 10
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = eyJjb250cm9sbGVyX2Vwb2NoIjoyLCJsZWFkZXIiOjEsInZlcnNpb24iOjEsImxlYWRlcl9lcG9jaCI6MTAsImlzciI6WzFdfQ==
----
/brokers/topics/__consumer_offsets/partitions/43
  cZxid = 0x000001000000dd
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000dd
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x0000010000010f
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = 
----
/brokers/topics/__consumer_offsets/partitions/43/state
  cZxid = 0x0000010000010f
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x0000010000021a
  mtime = Mon Aug 02 10:01:51 UTC 2021
  pZxid = 0x0000010000010f
  cversion = 0
  dataVersion = 4
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = eyJjb250cm9sbGVyX2Vwb2NoIjoxLCJsZWFkZXIiOjMsInZlcnNpb24iOjEsImxlYWRlcl9lcG9jaCI6MywiaXNyIjpbM119
----
/brokers/seqid
  cZxid = 0x0000010000000e
  ctime = Mon Aug 02 09:47:41 UTC 2021
  mZxid = 0x0000010000000e
  mtime = Mon Aug 02 09:47:41 UTC 2021
  pZxid = 0x0000010000000e
  cversion = 0
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = 
----
/zookeeper
  cZxid = 0x00000000000000
  ctime = Thu Jan 01 00:00:00 UTC 1970
  mZxid = 0x00000000000000
  mtime = Thu Jan 01 00:00:00 UTC 1970
  pZxid = 0x00000000000000
  cversion = 0
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = 
----
/zookeeper/config
  cZxid = 0x00000000000000
  ctime = Thu Jan 01 00:00:00 UTC 1970
  mZxid = 0x00000000000000
  mtime = Tue Aug 03 22:38:46 UTC 2021
  pZxid = 0x00000000000000
  cversion = 0
  dataVersion = -1
  aclVersion = -1
  ephemeralOwner = 0x00000000000000
  data = c2VydmVyLjE9a2Fma2ExLmV4YW1wbGUub3JnOjI4ODg6Mzg4ODpwYXJ0aWNpcGFudApzZXJ2ZXIuMj1rYWZrYTIuZXhhbXBsZS5vcmc6Mjg4ODozODg4OnBhcnRpY2lwYW50CnNlcnZlci4zPWthZmthMy5leGFtcGxlLm9yZzoyODg4OjM4ODg6cGFydGljaXBhbnQKdmVyc2lvbj0w
----
/zookeeper/quota
  cZxid = 0x00000000000000
  ctime = Thu Jan 01 00:00:00 UTC 1970
  mZxid = 0x00000000000000
  mtime = Thu Jan 01 00:00:00 UTC 1970
  pZxid = 0x00000000000000
  cversion = 0
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = 
----
/admin
  cZxid = 0x0000010000000c
  ctime = Mon Aug 02 09:47:41 UTC 2021
  mZxid = 0x0000010000000c
  mtime = Mon Aug 02 09:47:41 UTC 2021
  pZxid = 0x0000020000025c
  cversion = 12
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = 
----
/admin/delete_topics
  cZxid = 0x0000010000000d
  ctime = Mon Aug 02 09:47:41 UTC 2021
  mZxid = 0x0000010000000d
  mtime = Mon Aug 02 09:47:41 UTC 2021
  pZxid = 0x0000010000000d
  cversion = 0
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = 
----
/isr_change_notification
  cZxid = 0x0000010000000f
  ctime = Mon Aug 02 09:47:41 UTC 2021
  mZxid = 0x0000010000000f
  mtime = Mon Aug 02 09:47:41 UTC 2021
  pZxid = 0x000002000001e8
  cversion = 15
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = 
----
/log_dir_event_notification
  cZxid = 0x00000100000013
  ctime = Mon Aug 02 09:47:41 UTC 2021
  mZxid = 0x00000100000013
  mtime = Mon Aug 02 09:47:41 UTC 2021
  pZxid = 0x00000100000013
  cversion = 0
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = 
----
/controller_epoch
  cZxid = 0x0000010000002c
  ctime = Mon Aug 02 09:47:42 UTC 2021
  mZxid = 0x000002000000e4
  mtime = Mon Aug 02 10:26:11 UTC 2021
  pZxid = 0x0000010000002c
  cversion = 0
  dataVersion = 1
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = Mg==
----
/feature
  cZxid = 0x000002000000e5
  ctime = Mon Aug 02 10:26:11 UTC 2021
  mZxid = 0x000002000000e5
  mtime = Mon Aug 02 10:26:11 UTC 2021
  pZxid = 0x000002000000e5
  cversion = 0
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = eyJmZWF0dXJlcyI6e30sInZlcnNpb24iOjEsInN0YXR1cyI6MH0=
----
/kafka-manager
  cZxid = 0x00000100000041
  ctime = Mon Aug 02 09:50:28 UTC 2021
  mZxid = 0x00000100000041
  mtime = Mon Aug 02 09:50:28 UTC 2021
  pZxid = 0x00000100000048
  cversion = 4
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = MTI3LjAuMC4y
----
/kafka-manager/configs
  cZxid = 0x00000100000044
  ctime = Mon Aug 02 09:50:28 UTC 2021
  mZxid = 0x00000100000044
  mtime = Mon Aug 02 09:50:28 UTC 2021
  pZxid = 0x000002000002ea
  cversion = 2
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = MTI3LjAuMC4y
----
/kafka-manager/configs/test
  cZxid = 0x000002000002ea
  ctime = Tue Aug 03 22:00:43 UTC 2021
  mZxid = 0x000002000002ea
  mtime = Tue Aug 03 22:00:43 UTC 2021
  pZxid = 0x000002000002ea
  cversion = 0
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = eyJuYW1lIjoidGVzdCIsImN1cmF0b3JDb25maWciOnsiemtDb25uZWN0IjoiMTcyLjE2LjAuMTAxOjIxODEsMTcyLjE2LjAuMTAyOjIxODEsMTcyLjE2LjAuMTAzOjIxODEiLCJ6a01heFJldHJ5IjoxMCwiYmFzZVNsZWVwVGltZU1zIjoxMDAsIm1heFNsZWVwVGltZU1zIjoxMDAwfSwiZW5hYmxlZCI6dHJ1ZSwia2Fma2FWZXJzaW9uIjoiMi4wLjAiLCJqbXhFbmFibGVkIjpmYWxzZSwiam14VXNlciI6bnVsbCwiam14UGFzcyI6bnVsbCwiam14U3NsIjpmYWxzZSwicG9sbENvbnN1bWVycyI6ZmFsc2UsImZpbHRlckNvbnN1bWVycyI6ZmFsc2UsImxvZ2thZmthRW5hYmxlZCI6ZmFsc2UsImFjdGl2ZU9mZnNldENhY2hlRW5hYmxlZCI6ZmFsc2UsImRpc3BsYXlTaXplRW5hYmxlZCI6ZmFsc2UsInR1bmluZyI6eyJicm9rZXJWaWV3VXBkYXRlUGVyaW9kU2Vjb25kcyI6MzAsImNsdXN0ZXJNYW5hZ2VyVGhyZWFkUG9vbFNpemUiOjIsImNsdXN0ZXJNYW5hZ2VyVGhyZWFkUG9vbFF1ZXVlU2l6ZSI6MTAwLCJrYWZrYUNvbW1hbmRUaHJlYWRQb29sU2l6ZSI6Miwia2Fma2FDb21tYW5kVGhyZWFkUG9vbFF1ZXVlU2l6ZSI6MTAwLCJsb2drYWZrYUNvbW1hbmRUaHJlYWRQb29sU2l6ZSI6MiwibG9na2Fma2FDb21tYW5kVGhyZWFkUG9vbFF1ZXVlU2l6ZSI6MTAwLCJsb2drYWZrYVVwZGF0ZVBlcmlvZFNlY29uZHMiOjMwLCJwYXJ0aXRpb25PZmZzZXRDYWNoZVRpbWVvdXRTZWNzIjo1LCJicm9rZXJWaWV3VGhyZWFkUG9vbFNpemUiOjMsImJyb2tlclZpZXdUaHJlYWRQb29sUXVldWVTaXplIjoxMDAwLCJvZmZzZXRDYWNoZVRocmVhZFBvb2xTaXplIjozLCJvZmZzZXRDYWNoZVRocmVhZFBvb2xRdWV1ZVNpemUiOjEwMDAsImthZmthQWRtaW5DbGllbnRUaHJlYWRQb29sU2l6ZSI6Mywia2Fma2FBZG1pbkNsaWVudFRocmVhZFBvb2xRdWV1ZVNpemUiOjEwMDAsImthZmthTWFuYWdlZE9mZnNldE1ldGFkYXRhQ2hlY2tNaWxsaXMiOjMwMDAwLCJrYWZrYU1hbmFnZWRPZmZzZXRHcm91cENhY2hlU2l6ZSI6MTAwMDAwMCwia2Fma2FNYW5hZ2VkT2Zmc2V0R3JvdXBFeHBpcmVEYXlzIjo3fSwic2VjdXJpdHlQcm90b2NvbCI6IlBMQUlOVEVYVCIsInNhc2xNZWNoYW5pc20iOm51bGwsImphYXNDb25maWciOm51bGx9
----
/kafka-manager/configs/kafka
  cZxid = 0x00000100000050
  ctime = Mon Aug 02 09:53:46 UTC 2021
  mZxid = 0x00000100000050
  mtime = Mon Aug 02 09:53:46 UTC 2021
  pZxid = 0x00000100000050
  cversion = 0
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = eyJuYW1lIjoia2Fma2EiLCJjdXJhdG9yQ29uZmlnIjp7InprQ29ubmVjdCI6IjE3Mi4xNi4wLjEwMToyMTgxLDE3Mi4xNi4wLjEwMjoyMTgxLDE3Mi4xNi4wLjEwMzoyMTgxIiwiemtNYXhSZXRyeSI6MTAsImJhc2VTbGVlcFRpbWVNcyI6MTAwLCJtYXhTbGVlcFRpbWVNcyI6MTAwMH0sImVuYWJsZWQiOnRydWUsImthZmthVmVyc2lvbiI6IjIuMC4wIiwiam14RW5hYmxlZCI6dHJ1ZSwiam14VXNlciI6bnVsbCwiam14UGFzcyI6bnVsbCwiam14U3NsIjpmYWxzZSwicG9sbENvbnN1bWVycyI6ZmFsc2UsImZpbHRlckNvbnN1bWVycyI6ZmFsc2UsImxvZ2thZmthRW5hYmxlZCI6ZmFsc2UsImFjdGl2ZU9mZnNldENhY2hlRW5hYmxlZCI6ZmFsc2UsImRpc3BsYXlTaXplRW5hYmxlZCI6ZmFsc2UsInR1bmluZyI6eyJicm9rZXJWaWV3VXBkYXRlUGVyaW9kU2Vjb25kcyI6MzAsImNsdXN0ZXJNYW5hZ2VyVGhyZWFkUG9vbFNpemUiOjIsImNsdXN0ZXJNYW5hZ2VyVGhyZWFkUG9vbFF1ZXVlU2l6ZSI6MTAwLCJrYWZrYUNvbW1hbmRUaHJlYWRQb29sU2l6ZSI6Miwia2Fma2FDb21tYW5kVGhyZWFkUG9vbFF1ZXVlU2l6ZSI6MTAwLCJsb2drYWZrYUNvbW1hbmRUaHJlYWRQb29sU2l6ZSI6MiwibG9na2Fma2FDb21tYW5kVGhyZWFkUG9vbFF1ZXVlU2l6ZSI6MTAwLCJsb2drYWZrYVVwZGF0ZVBlcmlvZFNlY29uZHMiOjMwLCJwYXJ0aXRpb25PZmZzZXRDYWNoZVRpbWVvdXRTZWNzIjo1LCJicm9rZXJWaWV3VGhyZWFkUG9vbFNpemUiOjIsImJyb2tlclZpZXdUaHJlYWRQb29sUXVldWVTaXplIjoxMDAwLCJvZmZzZXRDYWNoZVRocmVhZFBvb2xTaXplIjoyLCJvZmZzZXRDYWNoZVRocmVhZFBvb2xRdWV1ZVNpemUiOjEwMDAsImthZmthQWRtaW5DbGllbnRUaHJlYWRQb29sU2l6ZSI6Miwia2Fma2FBZG1pbkNsaWVudFRocmVhZFBvb2xRdWV1ZVNpemUiOjEwMDAsImthZmthTWFuYWdlZE9mZnNldE1ldGFkYXRhQ2hlY2tNaWxsaXMiOjMwMDAwLCJrYWZrYU1hbmFnZWRPZmZzZXRHcm91cENhY2hlU2l6ZSI6MTAwMDAwMCwia2Fma2FNYW5hZ2VkT2Zmc2V0R3JvdXBFeHBpcmVEYXlzIjo3fSwic2VjdXJpdHlQcm90b2NvbCI6IlBMQUlOVEVYVCIsInNhc2xNZWNoYW5pc20iOm51bGwsImphYXNDb25maWciOm51bGx9
----
/kafka-manager/mutex
  cZxid = 0x00000100000048
  ctime = Mon Aug 02 09:53:23 UTC 2021
  mZxid = 0x00000100000048
  mtime = Mon Aug 02 09:53:23 UTC 2021
  pZxid = 0x0000010000004c
  cversion = 2
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = 
----
/kafka-manager/mutex/leases
  cZxid = 0x0000010000004c
  ctime = Mon Aug 02 09:53:25 UTC 2021
  mZxid = 0x0000010000004c
  mtime = Mon Aug 02 09:53:25 UTC 2021
  pZxid = 0x000002000002eb
  cversion = 2
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = 
----
/kafka-manager/mutex/locks
  cZxid = 0x0000010000004a
  ctime = Mon Aug 02 09:53:24 UTC 2021
  mZxid = 0x0000010000004a
  mtime = Mon Aug 02 09:53:24 UTC 2021
  pZxid = 0x000002000002e9
  cversion = 2
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = 
----
/kafka-manager/deleteClusters
  cZxid = 0x00000100000043
  ctime = Mon Aug 02 09:50:28 UTC 2021
  mZxid = 0x00000100000043
  mtime = Mon Aug 02 09:50:28 UTC 2021
  pZxid = 0x00000100000043
  cversion = 0
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = MTI3LjAuMC4y
----
/kafka-manager/clusters
  cZxid = 0x00000100000042
  ctime = Mon Aug 02 09:50:28 UTC 2021
  mZxid = 0x00000100000042
  mtime = Mon Aug 02 09:50:28 UTC 2021
  pZxid = 0x000002000002ed
  cversion = 2
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = MTI3LjAuMC4y
----
/kafka-manager/clusters/test
  cZxid = 0x000002000002ed
  ctime = Tue Aug 03 22:00:43 UTC 2021
  mZxid = 0x000002000002ed
  mtime = Tue Aug 03 22:00:43 UTC 2021
  pZxid = 0x000002000002ee
  cversion = 1
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = MTI3LjAuMC4y
----
/kafka-manager/clusters/test/topics
  cZxid = 0x000002000002ee
  ctime = Tue Aug 03 22:00:43 UTC 2021
  mZxid = 0x000002000002ee
  mtime = Tue Aug 03 22:00:43 UTC 2021
  pZxid = 0x000002000002ee
  cversion = 0
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = MTI3LjAuMC4y
----
/kafka-manager/clusters/kafka
  cZxid = 0x00000100000053
  ctime = Mon Aug 02 09:53:46 UTC 2021
  mZxid = 0x00000100000053
  mtime = Mon Aug 02 09:53:46 UTC 2021
  pZxid = 0x0000010000005b
  cversion = 2
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = MTI3LjAuMC4y
----
/kafka-manager/clusters/kafka/mutex
  cZxid = 0x0000010000005b
  ctime = Mon Aug 02 09:53:58 UTC 2021
  mZxid = 0x0000010000005b
  mtime = Mon Aug 02 09:53:58 UTC 2021
  pZxid = 0x0000010000005f
  cversion = 2
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = 
----
/kafka-manager/clusters/kafka/mutex/leases
  cZxid = 0x0000010000005f
  ctime = Mon Aug 02 09:54:00 UTC 2021
  mZxid = 0x0000010000005f
  mtime = Mon Aug 02 09:54:00 UTC 2021
  pZxid = 0x00000200000171
  cversion = 9
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = 
----
/kafka-manager/clusters/kafka/mutex/locks
  cZxid = 0x0000010000005d
  ctime = Mon Aug 02 09:53:59 UTC 2021
  mZxid = 0x0000010000005d
  mtime = Mon Aug 02 09:53:59 UTC 2021
  pZxid = 0x0000020000016f
  cversion = 9
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = 
----
/kafka-manager/clusters/kafka/topics
  cZxid = 0x00000100000054
  ctime = Mon Aug 02 09:53:46 UTC 2021
  mZxid = 0x00000100000054
  mtime = Mon Aug 02 09:53:46 UTC 2021
  pZxid = 0x0000010000017e
  cversion = 2
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = MTI3LjAuMC4y
----
/kafka-manager/clusters/kafka/topics/milosz
  cZxid = 0x00000100000079
  ctime = Mon Aug 02 09:54:20 UTC 2021
  mZxid = 0x00000200000170
  mtime = Mon Aug 02 10:27:48 UTC 2021
  pZxid = 0x00000100000079
  cversion = 0
  dataVersion = 5
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = eyIwIjpbMywyXSwiNSI6WzIsM10sIjEiOlsyLDNdLCI2IjpbMywyXSwiMiI6WzMsMl0sIjciOlsyLDNdLCIzIjpbMiwzXSwiOCI6WzMsMl0sIjQiOlszLDJdfQ==
----
/kafka-manager/clusters/kafka/topics/__consumer_offsets
  cZxid = 0x0000010000017e
  ctime = Mon Aug 02 10:01:46 UTC 2021
  mZxid = 0x0000020000016b
  mtime = Mon Aug 02 10:27:37 UTC 2021
  pZxid = 0x0000010000017e
  cversion = 0
  dataVersion = 2
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = eyIwIjpbMl0sIjUiOlszXSwiMTAiOlsyXSwiNDIiOlsyXSwiMjQiOlsyXSwiMzciOlszXSwiMjUiOlszXSwiMTQiOlsyXSwiMjAiOlsyXSwiNDYiOlsyXSwiMjkiOlszXSwiMSI6WzNdLCI2IjpbMl0sIjI4IjpbMl0sIjM4IjpbMl0sIjIxIjpbM10sIjMzIjpbM10sIjkiOlszXSwiMTMiOlszXSwiNDEiOlszXSwiMiI6WzJdLCIzMiI6WzJdLCIzNCI6WzJdLCI0NSI6WzNdLCIxNyI6WzNdLCIyMiI6WzJdLCI0NCI6WzJdLCIyNyI6WzNdLCIxMiI6WzJdLCI0OSI6WzNdLCI3IjpbM10sIjM5IjpbM10sIjMiOlszXSwiMzUiOlszXSwiNDgiOlsyXSwiMTgiOlsyXSwiMTYiOlsyXSwiMzEiOlszXSwiMTEiOlszXSwiNDMiOlszXSwiNDAiOlsyXSwiMjYiOlsyXSwiMjMiOlszXSwiOCI6WzJdLCIzNiI6WzJdLCIzMCI6WzJdLCIxOSI6WzNdLCI0IjpbMl0sIjQ3IjpbM10sIjE1IjpbM119
----
/consumers
  cZxid = 0x00000100000002
  ctime = Mon Aug 02 09:47:41 UTC 2021
  mZxid = 0x00000100000002
  mtime = Mon Aug 02 09:47:41 UTC 2021
  pZxid = 0x00000100000002
  cversion = 0
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = 
----
/latest_producer_id_block
  cZxid = 0x00000100000011
  ctime = Mon Aug 02 09:47:41 UTC 2021
  mZxid = 0x000002000002da
  mtime = Tue Aug 03 21:34:11 UTC 2021
  pZxid = 0x00000100000011
  cversion = 0
  dataVersion = 9
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = eyJ2ZXJzaW9uIjoxLCJicm9rZXIiOjEsImJsb2NrX3N0YXJ0IjoiODAwMCIsImJsb2NrX2VuZCI6Ijg5OTkifQ==
----
/config
  cZxid = 0x00000100000009
  ctime = Mon Aug 02 09:47:41 UTC 2021
  mZxid = 0x00000100000009
  mtime = Mon Aug 02 09:47:41 UTC 2021
  pZxid = 0x0000010000012e
  cversion = 6
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = 
----
/config/changes
  cZxid = 0x0000010000000a
  ctime = Mon Aug 02 09:47:41 UTC 2021
  mZxid = 0x0000010000000a
  mtime = Mon Aug 02 09:47:41 UTC 2021
  pZxid = 0x0000010000000a
  cversion = 0
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = 
----
/config/clients
  cZxid = 0x00000100000017
  ctime = Mon Aug 02 09:47:41 UTC 2021
  mZxid = 0x00000100000017
  mtime = Mon Aug 02 09:47:41 UTC 2021
  pZxid = 0x00000100000017
  cversion = 0
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = 
----
/config/brokers
  cZxid = 0x0000010000001d
  ctime = Mon Aug 02 09:47:41 UTC 2021
  mZxid = 0x0000010000001d
  mtime = Mon Aug 02 09:47:41 UTC 2021
  pZxid = 0x0000010000001d
  cversion = 0
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = 
----
/config/ips
  cZxid = 0x0000010000012e
  ctime = Mon Aug 02 09:59:57 UTC 2021
  mZxid = 0x0000010000012e
  mtime = Mon Aug 02 09:59:57 UTC 2021
  pZxid = 0x0000010000012e
  cversion = 0
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = 
----
/config/topics
  cZxid = 0x00000100000016
  ctime = Mon Aug 02 09:47:41 UTC 2021
  mZxid = 0x00000100000016
  mtime = Mon Aug 02 09:47:41 UTC 2021
  pZxid = 0x000001000000b9
  cversion = 2
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = 
----
/config/topics/milosz
  cZxid = 0x00000100000061
  ctime = Mon Aug 02 09:54:14 UTC 2021
  mZxid = 0x00000100000061
  mtime = Mon Aug 02 09:54:14 UTC 2021
  pZxid = 0x00000100000061
  cversion = 0
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = eyJ2ZXJzaW9uIjoxLCJjb25maWciOnt9fQ==
----
/config/topics/__consumer_offsets
  cZxid = 0x000001000000b9
  ctime = Mon Aug 02 09:56:48 UTC 2021
  mZxid = 0x000001000000b9
  mtime = Mon Aug 02 09:56:48 UTC 2021
  pZxid = 0x000001000000b9
  cversion = 0
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = eyJ2ZXJzaW9uIjoxLCJjb25maWciOnsiY29tcHJlc3Npb24udHlwZSI6InByb2R1Y2VyIiwiY2xlYW51cC5wb2xpY3kiOiJjb21wYWN0Iiwic2VnbWVudC5ieXRlcyI6IjEwNDg1NzYwMCJ9fQ==
----
/config/users
  cZxid = 0x0000010000001a
  ctime = Mon Aug 02 09:47:41 UTC 2021
  mZxid = 0x0000010000001a
  mtime = Mon Aug 02 09:47:41 UTC 2021
  pZxid = 0x0000010000001a
  cversion = 0
  dataVersion = 0
  aclVersion = 0
  ephemeralOwner = 0x00000000000000
  data = 
----
Session Details (sid, timeout, ephemeralCount):
0x10000285de90011, 40000, 0
0x10000285de90010, 18000, 1
0x10000285de90013, 40000, 0
0x10000285de90012, 40000, 0
0x10000285de90014, 40000, 0
0x300000a86b10000, 18000, 2
0x300000fd6350001, 40000, 0
0x20007e929420000, 18000, 0
----
Last zxid: 0x2000002f0

Additional notes

zkTxnLogToolkit.sh help information.

$ bin/zkTxnLogToolkit.sh --help
/usr/bin/java
usage: TxnLogToolkit [-dhrvc] <txn_log_file_name> (-z <zxid>)
 -c,--chop         Chop mode. Chop txn file to a zxid.
 -d,--dump         Dump mode. Dump all entries of the log file with printing the content of a nodepath (default)
 -h,--help         Print help message
 -r,--recover      Recovery mode. Re-calculate CRC for broken entries.
 -v,--verbose      Be verbose in recovery mode: print all entries, not just fixed ones.
 -y,--yes          Non-interactive mode: repair all CRC errors without asking
 -z,--zxid <arg>   Used with chop. Zxid to which to chop.
2021-08-03 23:50:10,755 [myid:] - ERROR [main:ServiceUtils@42] - Exiting JVM with code 0

bin/zkSnapShotToolkit.sh help information.

$ bin/zkSnapShotToolkit.sh 
/usr/bin/java
USAGE: SnapshotFormatter [-d|-json] snapshot_file
       -d dump the data for each znode
       -json dump znode info in json format
2021-08-03 23:49:35,459 [myid:] - ERROR [main:ServiceUtils@42] - Exiting JVM with code 2