io.github.embeddedkafka.ops.RunningKafkaOps
KafkaOps extension relying on RunningServersOps
for keeping track of
running EmbeddedK instances.
Attributes
- Graph
- Supertypes
class Object
trait Matchable
class Any
- Self type
Members list
Concise view
Value members
Starts a Kafka broker in memory, storing logs in a specific location.
Starts a Kafka broker in memory, storing logs in a specific location.
Attributes
- config
an implicit EmbeddedKafkaConfig
- factory
an EmbeddedZ server
- kafkaLogsDir
the path for the Kafka logs
- Returns:
an EmbeddedK server
Stops all in memory Kafka instances, preserving the logs directories.
Stops all in memory Kafka instances, preserving the logs directories.
Attributes