KafkaDsl

com.github.agourlay.cornichon.kafka.KafkaDsl
trait KafkaDsl

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def put_topic(topic: String, key: String, message: String): Step
def read_from_topic(topic: String, atLeastAmount: Int, timeoutMs: Int): Step