Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrServerStopped = fmt.Errorf("server stopped")
)
Functions ¶
This section is empty.
Types ¶
type KafkaServer ¶
type KafkaServer struct {
// contains filtered or unexported fields
}
func NewKafkaServer ¶
func NewKafkaServer(opt ...KafkaServerOption) (*KafkaServer, error)
func (*KafkaServer) GracefulStop ¶
func (s *KafkaServer) GracefulStop()
type KafkaServerOption ¶
type KafkaServerOption interface {
// contains filtered or unexported methods
}
func WithMetadataStoreGrpcClient ¶
func WithMetadataStoreGrpcClient(c pb.MetadataStoreClient) KafkaServerOption
Click to show internal directories.
Click to hide internal directories.