MockKafkaProducer

io.github.jchapuis.fs2.kafka.mock.MockKafkaProducer$
See theMockKafkaProducer companion trait

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

final case class Patience(timeout: FiniteDuration, interval: FiniteDuration)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Patience

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Patience.type

Value members

Concrete methods

def apply(): Resource[IO, MockKafkaProducer]

Creates a mock kafka producer, backed by the mock producer built into the kafka client library.

Creates a mock kafka producer, backed by the mock producer built into the kafka client library.

Attributes

Returns

a resource containing the mock kafka producer