Yaroslav Pogrebnyak

Results 37 comments of Yaroslav Pogrebnyak

http://blog.haproxy.com/2013/12/23/failover-and-worst-case-management-with-haproxy/

Since there are a lot of options on how to build for ARM, what exactly do we need? https://github.com/golang/go/wiki/GoArm

Hi @RedWingBB seems your backend closes connections. It may be normal or not depending on your application. I don't think it will lead to port exhaustion since we close all...

Hi @shantanugadgil Am I understand it right: you need gobetween to do kind of "ip spoofing" as described here https://www.haproxy.com/blog/preserve-source-ip-address-despite-reverse-proxies/ ? Could you provide more details of you use case?...

@shantanugadgil Thanks for explanation, got it! Technically it can be added relatively easily. And you're right we need to define a proper syntax to fill all use cases. We can...

Hi @chiennv97! Thanks for your interest in gobetween! Unfortunately the problem you have can't be currently solved with gobetween (on L4 where gobetween operates, i.e. TCP/UDP/etc.). We do not parse...

Hi @greenfieldtech-nirs We had plans to add kind of custom "middleware" plugins to inject custom business logic into proxy code, but still not came up with an elegant idea that...

Hi Everyone! So what we can do is to introduce another discovery type: "composite", or "mixed", that holds a list of other discoveries. It would be backward compatible and will...

@jtopjian thanks! yep, "multi" sounds good! :-) I'll try to make a proof of concept of this as soon as I'll have some time. @nickdoikov @illarion your comments please :-)

@drasko Thanks for the idea! Could you please describe possible use cases and the way you think it should be implemented in gobetween in terms of configuration, properties & etc?...