Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateTopics ¶ added in v1.2.53
func CreateTopics(kAdmin admin.KafkaAdmin)
func InitStreams ¶
func InitStreams(builder *kstream.StreamBuilder) []kstream.Stream
Types ¶
type AccountCredited ¶
type AccountCredited struct {
Upstream kstream.Stream
AccountDetailTable kstream.GlobalTable
CustomerProfileTable kstream.GlobalTable
KeyEncoder func() encoding.Encoder
MessageEncoder func() encoding.Encoder
}
func (AccountCredited) Init ¶
func (ac AccountCredited) Init()
type AccountDebited ¶
type AccountDebited struct {
Upstream kstream.Stream
AccountDetailTable kstream.GlobalTable
CustomerProfileTable kstream.GlobalTable
KeyEncoder func() encoding.Encoder
MessageEncoder func() encoding.Encoder
}
func (AccountDebited) Init ¶
func (ad AccountDebited) Init()
Source Files
¶
Click to show internal directories.
Click to hide internal directories.