haproxytech / haproxy-consul-connect

HaProxy Connector for Consul Connect. Enables Service Mesh with Consul and HaProxy using TLS and Consul Discovery
Apache License 2.0
95 stars 20 forks source link

Features that we would like to have #60

Open gdubicki opened 4 years ago

gdubicki commented 4 years ago

Hi!

As you have noticed I have started to contribute to this project. I am doing that because I am POCing a service mesh solution for Egnyte that is using this project.

To make it work, apart from #51 and #59, I would also need a few more features, so I would like to ask how do they align with your plans - perhaps you are already working on some of them or on the contrary: you will not even accept PRs with them. Let's have a chat about it. :)

So here it goes, in no specific order:

So what do you think?

gdubicki commented 4 years ago

After discussion with the team we got to the conclusion that our goals may not align with yours and because the pace of your project does not suit our POC needs we will work for now on our fork.

We have highly customized HAproxy configs with a lot of logic in them so we plan to implement a different approach than you. We want to make the HAproxy sidecar use configuration from a template file, with frontends and backends already in it (without the servers) and then fill it in and keep up to date dynamically with service mesh-specific stuff, like userlist controller and backend spoe_back and the servers list.

However if this works out we would strongly prefer to make this an alternative to your HAproxy configuration method and merge our fork back with your project.

Please ping us back with your thoughts. We could also arrange a call to sync and cooperate better. :)