Skip to content

admskrzpk/currency-exchange

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exercise: Joining KStream with KTable (“Currency Exchange”)

Develop a Kafka Streams application that simulate a Currency Exchange.

  1. Use the high-level Streams DSL
  2. Use StreamsBuilder.stream to create a KStream for amounts to convert
  3. Use StreamsBuilder.table to create a KTable for rates
  4. Use KStream.join to join amounts with rates

Module: Kafka Streams

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages