Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KafkaReader ¶
type KafkaReader struct {
// contains filtered or unexported fields
}
func NewKafkaReader ¶
func NewKafkaReader(bootstrap, groupId, topic, pem, username, password string) KafkaReader
func (*KafkaReader) Read ¶
func (kr *KafkaReader) Read()
type KafkaWriter ¶
type KafkaWriter struct {
// contains filtered or unexported fields
}
func NewKafkaWriter ¶
func NewKafkaWriter(bootstrap, topic, pem, username, password string) KafkaWriter
func (*KafkaWriter) Produce ¶
func (kw *KafkaWriter) Produce(key, value string)
Click to show internal directories.
Click to hide internal directories.