Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 593 Bytes

File metadata and controls

6 lines (5 loc) · 593 Bytes

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 an list.

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