Sample project to show how to use Centralized Configuration Management in a polygot microservice system
Sample projects to show how to use Centralized Configuration Management in a microservice system with Go and Java applications.
The project contains :
go-kafka-alert. Which is a reactive application written in Go. That sends emails and sms
notifications based on data in Apache Kafka
message-summary. A sample java micro service to give summary of messages sent bygo-kafka-alert
.
A config server to serve as centralized configuration management for the applications ingo-kafka-alert
and message-summary
.
Note : configuration files are here