Skip to content

Commit

Permalink
add note
Browse files Browse the repository at this point in the history
  • Loading branch information
maltesander committed Oct 17, 2024
1 parent 954bbbc commit db8a7c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/stackable-operator/src/utils/cluster_domain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ where
// NOTE (@Techassi): This is really sad and bothers me more than I would like to admit. This
// clone could be removed by using the code directly in the calling function. But that would
// remove the possibility to easily test the parsing.
// NOTE (@maltesander): This is only executed once at the start of the operator, so we can
// can live with that performance reduction :-)
Ok(shortest_entry.to_owned())
}

Expand Down

0 comments on commit db8a7c9

Please sign in to comment.