Skip to content

MateuszSab/kafka-word-count

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exercise: Word Count Per Record

Write a new Kafka application WordCountPerLineApp (using Kafka Producer and Consumer APIs) that does the following:

Consumes records from a topic, e.g. input

Counts words (in the value of a record)

Produces records with the unique words and their occurences (counts)

A record key -> hello hello world gives a record with the following value hello -> 2, world -> 1 (and the same key as in the input record)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages