mirror of
https://github.com/optim-enterprises-bv/openlan-cgw.git
synced 2025-11-01 10:47:46 +00:00
Fixed rustfmt
This commit is contained in:
@@ -733,7 +733,10 @@ impl CGWConnectionServer {
|
||||
debug!("Received {num_of_msg_read} messages from NB API, processing...");
|
||||
|
||||
let partition_mapping = self.nb_api_client.get_partition_to_local_shard_mapping();
|
||||
debug!("Kafka partitions idx:key mapping info: {:?}", partition_mapping);
|
||||
debug!(
|
||||
"Kafka partitions idx:key mapping info: {:?}",
|
||||
partition_mapping
|
||||
);
|
||||
if !partition_mapping.is_empty() {
|
||||
partition_array_idx += 1;
|
||||
if partition_array_idx >= partition_mapping.len() {
|
||||
|
||||
Reference in New Issue
Block a user