package
0.0.0-20180809090225-01ce283b732b
Repository: https://github.com/cilium/kafka.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
NewServer return new mock server instance.

# Variables

No description provided by the author
No description provided by the author

# Structs

Broker is mock version of kafka's broker.
Consumer mocks kafka's consumer.
No description provided by the author
ProducedMessages represents all arguments used for single Produce method call.
Producer mocks kafka's producer.
Server is container for fake kafka server data.

# Interfaces

Response is any kafka response as defined in kafka/proto package.

# Type aliases

Middleware is function that is called for every incomming kafka message, before running default processing handler.