EmbeddedZ

io.github.embeddedkafka.EmbeddedZ
case class EmbeddedZ(factory: ServerCnxnFactory, logsDirs: Path)

An instance of an embedded Zookeeper server.

Value parameters

factory

the server.

logsDirs

the directory logs are to be written to.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def stop(clearLogs: Boolean): Unit

Shuts down the factory and then optionally deletes the log directory.

Shuts down the factory and then optionally deletes the log directory.

Value parameters

clearLogs

pass true to recursively delete the log directory.

Attributes

Definition Classes
EmbeddedServer

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product