Microservice implemented with MicroProfile that persists stock portfolios to JDBC (such as DB2)
7
stars
60
forks
source link
Propagates CR value of `kafka.historyTopic` to environment variable `KAFKA_HISTORY_TOPIC` for the `portfolio` #45
Closed
rtclauss closed 2 years ago
This allows for consistent configuration of kafka topics between
portfolio
andtrade-history
.This PR fixes issue #44.