skafka

package
v0.0.0-...-cc0aded Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 4, 2021 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	SegmentBytes = "1024000" // 1Mb
)

Functions

This section is empty.

Types

type CreateTopicKafka

type CreateTopicKafka struct {
	Host              string
	PolicyCleanup     string `json:"policy_cleanup"`
	Name              string `json:"name"`
	NumPartitions     int    `json:"partition"`
	ReplicationFactor int    `json:"replication_factor"`
}

func (CreateTopicKafka) TopicCreate

func (ct CreateTopicKafka) TopicCreate() (err error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL