Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Can we implement netflix conductor in Asp.Net C# applications ? #121

Closed
ghost opened this issue Mar 10, 2017 · 2 comments
Closed

Can we implement netflix conductor in Asp.Net C# applications ? #121

ghost opened this issue Mar 10, 2017 · 2 comments
Labels

Comments

@ghost
Copy link

ghost commented Mar 10, 2017

Hi Team,

We have evaluating your Netflix conductor and have been struck with the following challenges,

#1. Is it possible integrate with C# , ASP.Net web applications ?
#2. If possible please post any reference link
#3. if not possible to integrate C# applications could you specify the challenges.

@v1r3n
Copy link
Contributor

v1r3n commented Mar 10, 2017

@RRDSeedTeam

Conductor provides HTTP endpoints for its APIs that are used by remote workers to communicate.
This allows integration with workers written in any language or stack. Conductor server is written in Java so the server needs to have Java installed, but you can write workers in any programming language.

Take a look at the client written in Python for example, that should give you an idea on how to write one in C#.

https://github.com/Netflix/conductor/tree/dev/client/python

@v1r3n v1r3n added the question label Mar 10, 2017
@v1r3n v1r3n closed this as completed Mar 15, 2017
@courosh12
Copy link

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants