Archis

Results 18 comments of Archis

I'm working on this exact same problem right now. I'm first finishing up work on this: https://github.com/mailgun/vulcand/issues/204 Can we begin discussing how one would specify a global middleware? If we...

I revendored the oxy library to utilize PassHostHeader functionality in vulcand. https://github.com/mailgun/vulcand/pull/235

How about making it a startup flag that can optionally turn it off? Stays on by default. Before creating metricsWatcher, just check the options flag for truthiness. Behind that flag...

This is good! There's so much Vulcan supports from the last time the docs were updated, and it'd be nice to be able to submit documentation changes along with user-facing...

My latest PR sets up the stage for being able to plug in caches different caches: https://github.com/vulcand/vulcand/pull/339 This will make it easy to keep existing code and plugin a redis/memcached...

One way to handle this is to give it external storage. In cases where Vulcan is working with ETCD engine, we can just pass in the etcd client into each...

Yes, we had the same problem, and I made a small commit recently that allows you to set up a custom NotFound middleware upon startup. My use-case was similar to...

Yes, that's fair. Rather than add it to the routing language, I would prefer it if it were part of the frontend's structure that assigned each frontend a priority with...

I'm making this request in route: https://github.com/mailgun/route/pull/10 This is to allow us to rapidly run some trial-errors by plugging in variants of the routing library and test cases. Thanks to...

I'm upvoting this. Imagine having a hundred thousand routes all sharing middleware with identical initialization parameters. This would be a total performance win in that situation.