Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 1.17 KB

File metadata and controls

21 lines (12 loc) · 1.17 KB

centralized-configuration-management

Build Status

Sample projects to show how to use Centralized Configuration Management in a microservice system with Go and Java applications.

Read more

The project contains :

  1. go-kafka-alert. Which is a reactive application written in Go. That sends emails and sms notifications based on data in Apache Kafka

  2. message-summary. A sample java micro service to give summary of messages sent by go-kafka-alert.

  3. A config server to serve as centralized configuration management for the applications in go-kafka-alert and message-summary.

Note : configuration files are here