Skip to content

Sample project to show how to use Centralized Configuration Management in a polygot microservice system

Notifications You must be signed in to change notification settings

malike/centralized-configuration-mangement

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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