Skip to content

Commit

Permalink
use comment instead todo! macro
Browse files Browse the repository at this point in the history
  • Loading branch information
hippalus committed Dec 26, 2024
1 parent 7604bc5 commit 3a0fbb0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/connectors/kafka/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ impl ClientContext for KafkaContext {
&self,
_oauthbearer_config: Option<&str>,
) -> Result<OAuthToken, Box<dyn Error>> {
todo!("Implement OAuth token generation")
// TODO Implement OAuth token generation when needed
Err("OAuth token generation is not implemented".into())
}
}

0 comments on commit 3a0fbb0

Please sign in to comment.