Support running HotROD as multiple processes #948
Labels
enhancement
good first issue
Good for beginners
help wanted
Features that maintainers are willing to accept but do not have cycles to implement
Requirement - what kind of business use case are you trying to solve?
As was raised in #939 (comment), when one of the ports used by HotROD is already taken on the host, there's no real way to run HotROD from executables (only from Docker image).
Problem - what in Jaeger blocks you from solving the requirement?
While the HotROD allows running each of the microservices separately, it does not provide the ability to configure their ports so that each component can find the other components.
Proposal - what do you suggest to solve the problem or improve the existing situation?
Add command line flags for port number for each of the microservices in HotROD.
The text was updated successfully, but these errors were encountered: