Skip to content

airztz/Kafka4fun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Kafka4fun

Some Kafka demos.

Quickstart

produce-streaming-consume-web will show you how to run a local Kafka client application with functionaly like producing, real time streaming analysis, consuming and making realtime output into your web broswer!

  • You will first need to have an alive kafka cluster.

  • Import produce-streaming-consume-web as Maven project into Eclipse.

  • Within KafkaConfiguration.java, change urls for your own kafka bootstrap brokers.

  • Simply run Application.java.

  • Open your web browser and type in http://localhost:8080/Video_Streaming.html

It is realtime!

img