//
pkg.gl
Category
github.com/blendle/go-streamprocessor
streamclient
kafka
package
1.0.0
Repository:
https://github.com/blendle/go-streamprocessor.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
10
Dependents
1
Files
358 SLOC
#
Functions
NewClient
NewClient returns a new kafka client.
ParseKafkaURL
ParseKafkaURL parses a Kafka URL and returns the relevant components.
#
Structs
Client
Client provides access to the streaming capabilities.
Consumer
Consumer implements the stream.Consumer interface for standardstream.
Producer
Producer represents the object that will produce messages to a stream.