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 by
go-kafka-alert
. -
A config server to serve as centralized configuration management for the applications in
go-kafka-alert
andmessage-summary
.
Note : configuration files are here