Skip to content

xinyuexy/Kafka-Learn-Example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kafka-Learn-Example

Learning Kafka By Example

Kafka Basis

Kafka Streams

  • WordCountDemo:word count词频统计,基本用法
  • MapFunctionDemo:演示map的基本用法(将输入字符串转换成大写)
  • TimeWindowsDemo:Kafka的TimeWindows操作,在时间窗口内进行聚合操作

更新中...