Skip to content

lfrei/kafka-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kafka-store

Small application to load and query Products from a store using REST or Kafka

Store

In-Memory Store holding the Products

Kafka

Add products to the store by sending messages to Kafka:

  • Topic: product
  • Key: {id}
  • Value: product JSON-Payload

REST

Add / Query products from the store using REST:

  • Add: POST /product/{id} with product JSON-Payload
  • Query: GET /product/{id}

About

Load and query Products from a store using REST or Kafka

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages