Opened 9 years ago
Closed 5 years ago
#1168 closed enhancement (wontfix)
Centralized configuration manager
Reported by: | Alex Toader | Owned by: | Vlad Merticariu |
---|---|---|---|
Priority: | major | Milestone: | Future |
Component: | undecided | Version: | development |
Keywords: | Cc: | Peter Baumann | |
Complexity: | Very Hard |
Description
rasdaman is a complex system with multiple distributed components. In order to keep our system maintainable, we should design a centralized method for keeping, updating and using configuration parameters.
Something along the lines of what is described in this article would solve the problem:
http://sysgears.com/articles/managing-configuration-of-distributed-system-with-apache-zookeeper/
Change History (3)
comment:1 by , 9 years ago
comment:2 by , 8 years ago
Owner: | set to |
---|---|
Status: | new → assigned |
comment:3 by , 5 years ago
Resolution: | → wontfix |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
nice idea, but adds pretty heavy load in terms of complexity (maintainability, learning curve, etc.). Definitely good to be aware of simplicity as a design goal!