Skip to content

Commit

Permalink
chore: un-deprecate stream_batches_with_config (#4272)
Browse files Browse the repository at this point in the history
  • Loading branch information
fraidev authored Nov 22, 2024
1 parent ea83159 commit f94bc1a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions crates/fluvio/src/consumer/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -255,10 +255,6 @@ where
/// # }
/// ```
#[instrument(skip(self, offset, config))]
#[deprecated(
since = "0.21.8",
note = "use `Fluvio::consumer_with_config()` instead"
)]
pub async fn stream_batches_with_config(
&self,
offset: Offset,
Expand Down

0 comments on commit f94bc1a

Please sign in to comment.