Documentation ¶
Index ¶
Constants ¶
View Source
const (
ProducePipelineSize = 100
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct { Addr string Ln *net.TCPListener ShutdownCh chan struct{} APIHandler *handler.KafkaAPIHandler ConnectionsMaxIdle time.Duration }
func NewServer ¶
func NewServer(serverAddr string, timeout time.Duration, getter handler.LogStreamWrapperGetter, runtimeConfig *runtimeconfig.RuntimeConfig) (*Server, error)
Click to show internal directories.
Click to hide internal directories.