Recipes
object Recipes
Various recipes for operating on Kafka
Value members
Concrete methods
def takeFromTopic(topics: Set[String], limit: Int): ZIO[BatchedStream & Scope, Throwable, List[KafkaRecord]]
def takeFromTopicEither(topics: Set[String], limit: Int): ZIO[BatchedStream & Scope, Throwable, List[Either[Throwable, CRecord]]]