IBMStreams / streamsx.dps

The IBMStreams/streamsx.dps GitHub repository is home to the Streams toolkit named DPS (Distributed Process Store)
http://ibmstreams.github.io/streamsx.dps
Other
4 stars 9 forks source link

Setting DPS config at runtime #24

Closed cancilla closed 8 years ago

cancilla commented 8 years ago

Added the ability to specify the DPS config file at runtime through the new 'dpsSetConfig()' SPL function. I have also added a similar method to the DpsHelper.java class.

Lastly, I have added a 'test' directory that contains automated tests for this functionality.