Netflix / conductor

Conductor is a microservices orchestration engine.
Apache License 2.0
12.82k stars 2.34k forks source link

Documentation : How to run conductor server with single Redis instance #317

Closed picaron closed 7 years ago

picaron commented 7 years ago

Hi,

I see in the config file for Conductor that it's possible to run with a standalone redis instance (ex: db=redis)

However, I cannot find any documentation explaining how to do so and looking at the code it's not immediately intuitive how to configure everything/which parameters are required and which aren't.

For a single redis, I have to set workflow.dynomite.cluster.hosts ... do I need to specify a rack or can I just specify the redis host:port ?

As for the other parameters, which of these are required? :

Could you please provide me with the rough instructions for running with a single redis instance (without dynomite)?

In exchange I can update the markdown documentation :)

v1r3n commented 7 years ago

@picaron prefix and thread configs are required. the nonQuorum port MUST match the port number for the redis server. I am going to update the documentation and publish.

v1r3n commented 7 years ago

The updated documentation is available now: https://netflix.github.io/conductor/server/#using-standalone-redis-elasticache

picaron commented 7 years ago

fantastic, thanks @v1r3n

closing issue