Skip to content

Commit

Permalink
Update KafkaConsumer.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
bplommer authored Mar 15, 2022
1 parent 798d256 commit fe05a52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/core/src/main/scala/fs2/kafka/KafkaConsumer.scala
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ object KafkaConsumer {

private def createKafkaConsumer[F[_], K, V](
settings: ConsumerSettings[F, K, V],
actor: KafkaConsumerActor[F, K, V],
actor: KafkaConsumerActor[F],
fiber: FakeFiber[F],
streamIdRef: Ref[F, StreamId],
id: Int,
Expand Down

0 comments on commit fe05a52

Please sign in to comment.