Kotka Streams
23.03.13
jvm
kotka-streams-framework
/
dev.adamko.kotka.topicdata
/
flatMapTopicRecords
flat
Map
Topic
Records
fun
<
inK
,
outK
,
inV
,
outV
:
TopicRecord
<
outK
>
>
KStream
<
inK
,
inV
>
.
flatMapTopicRecords
(
name
:
String
,
mapper
:
(
key
:
inK
,
value
:
inV
)
->
Iterable
<
outV
>
)
:
KStream
<
outK
,
outV
>
See also
KStream.
flatMap