//
pkg.gl
Category
github.com/packtpublishing/go-cookbook
Chapter11
kafkaflow
package
0.0.0-20230130100827-6c64ebff31b2
Repository:
https://github.com/packtpublishing/go-cookbook.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
0
Files
37 SLOC
#
Packages
consumer
No description provided by the author
producer
No description provided by the author
#
Functions
NewUpperApp
NewUpperApp wires together the compoents.
#
Structs
Printer
Printer is a component for printing to stdout.
Upper
Upper upper cases the incoming stream.
UpperApp
UpperApp creates a flow-based pipeline to upper case and print the result.