pub type PbBatchQueryCommittedEpoch = BatchQueryCommittedEpoch;
struct PbBatchQueryCommittedEpoch { pub epoch: u64, pub hummock_version_id: u64, }
epoch: u64
hummock_version_id: u64