Recipes

object Recipes

Various recipes for operating on Kafka

class Object
trait Matchable
class Any
Recipes.type

Value members

Concrete methods

def offsetsForTopic(topic: String): ZIO[AdminClient, Throwable, Long]
def takeFromTopic(topics: Set[String], limit: Int): ZIO[BatchedStream & Scope, Throwable, List[KafkaRecord]]