-
Hi, We have conductor using Dynomite for persistence and queuing. Conductor uses Dyno client to connect to Dynomite. Documentation to enable redis-lock mentions value for conductor.redis-lock.serverType can be one of single, cluster or sentinel. What should be the value when using Dynomite and Dyno client. https://github.com/Netflix/conductor/blob/main/CHANGELOG.md#redis-lock-module Used below config: Unable to initialize locking with below error:
Setup: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hi @charybr the locks requires either a redis server or zookeeper. Dynomite unfortunately will not be a suitable option to be used as a locking service due to its underlying architecture/design. |
Beta Was this translation helpful? Give feedback.
-
thank you Viren! for the response. After looking at this Dyno client PR Netflix/dyno#271, I as hoping that locking was possible with Dynomite. Adding another redis/zookeeper for locking mechanism would be on overhead. Best Regards, |
Beta Was this translation helpful? Give feedback.
Hi @charybr the locks requires either a redis server or zookeeper. Dynomite unfortunately will not be a suitable option to be used as a locking service due to its underlying architecture/design.