sumis
sumis

Reputation: 1

Using Netflix Conductor with a different backend

Has anyone used Netflix Conductor with a completely different backend . We are thinking to plug in the Conductor with Azure Cosmos DB as backend .

Upvotes: 0

Views: 270

Answers (1)

boneys
boneys

Reputation: 66

Conductor by design has a pluggable architecture which means as long as you implement the storage interfaces you can use any data store. In the OSS there is community contributions for MySQL and other stores.

Upvotes: 1

Related Questions