IBMStockTrader / portfolio

Microservice implemented with MicroProfile that persists stock portfolios to JDBC (such as DB2)
Apache License 2.0
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

rtclauss commented 2 years ago

This allows for consistent configuration of kafka topics between portfolio and trade-history.

This PR fixes issue #44.