Skip to content

Commit

Permalink
Remove obsolete doc
Browse files Browse the repository at this point in the history
  • Loading branch information
svroonland committed Mar 30, 2024
1 parent da813ad commit f4e334f
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ import scala.jdk.CollectionConverters._

/**
* ZIO wrapper around Kafka's `ConsumerRebalanceListener` to work with Scala collection types and ZIO effects.
*
* Note that the given ZIO effects are executed directly on the Kafka poll thread. Fork and shift to another executor
* when this is not desired.
*/
final case class RebalanceListener(
onAssigned: (Set[TopicPartition], RebalanceConsumer) => Task[Unit],
Expand Down

0 comments on commit f4e334f

Please sign in to comment.