Skip to content

Commit

Permalink
Merge pull request #511 from jopecko/jopecko/fix-deprecation-warning
Browse files Browse the repository at this point in the history
correct deprecation message for adminClientStream
  • Loading branch information
bplommer authored Feb 9, 2021
2 parents d285b1c + eb9b93e commit f56aecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/core/src/main/scala/fs2/kafka/package.scala
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ package object kafka {
): Resource[F, KafkaAdminClient[F]] =
KafkaAdminClient.resource(settings)

@deprecated("use KafkaConsumer.stream", "1.2.0")
@deprecated("use KafkaAdminClient.stream", "1.2.0")
def adminClientStream[F[_]](settings: AdminClientSettings[F])(
implicit F: Concurrent[F],
context: ContextShift[F]
Expand Down

0 comments on commit f56aecc

Please sign in to comment.