Skip to content

Support for ElastiCache Autodiscovery #22

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
nikolay opened this issue Feb 23, 2016 · 3 comments
Open

Support for ElastiCache Autodiscovery #22

nikolay opened this issue Feb 23, 2016 · 3 comments

Comments

@nikolay
Copy link

nikolay commented Feb 23, 2016

http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/AutoDiscovery.html

@agentzh
Copy link
Member

agentzh commented Feb 25, 2016

@nikolay I think it's much easier to do on the Lua land via the ngx_lua module atop the lua-resty-memcached library. It would be too hard to build this into this ngx_memc module I'm afraid.

@nikolay
Copy link
Author

nikolay commented Feb 26, 2016

@agentzh Is there a way to implement the inventory autodiscovery in Lua, but keep the rest in this module?

@agentzh
Copy link
Member

agentzh commented Feb 26, 2016

@nikolay That's possible with rewrite_by_lua* or alike but less efficient and less flexible.

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

No branches or pull requests

2 participants