chore: merge main to branch and resolve conflict

pull/24376/head
NGA-TRAN 2022-01-18 22:06:38 -05:00
commit ce7005ec75
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ impl KafkaPartition {
}
}
/// Unique ID for a `Sequencer`
/// Unique ID for a `Partition`
#[derive(Debug, Default, Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Hash, sqlx::Type)]
#[sqlx(transparent)]
pub struct PartitionId(i64);