Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 804 Bytes

server-kafka-example.md

File metadata and controls

7 lines (5 loc) · 804 Bytes

SDA Dropwizard Commons Server Kafka Example

This module presents two very basic example applications

  • one for showing the creation of MessageProducer and
  • one for showing the creation of MessageListener. The consumers are very simple and just store the retrieved values in a list.

Each of the applications comprises two examples, a simple one and a more complex one using values from the Kafka section of the application configuration.