GoVector icon indicating copy to clipboard operation
GoVector copied to clipboard

Configuration file for the broker

Open bestchai opened this issue 10 years ago • 0 comments

The broker will need to be parameterized in a number of ways:

  • IP/port for subscribers (required)
  • IP/port for publishers (required)
  • file for file-subscriber (optional)
  • token for authenticating subscribers (optional)
  • token for authenticating publishers (optional)
  • IP origin authentication option (optional)

Instead of architecting a command line madness, it would be great to push these into a config file and use an existing config file library for reading these options.

bestchai avatar Oct 22 '15 18:10 bestchai