From 3d9724ca66a36f2140fd71c551927ee42eaf3d2d Mon Sep 17 00:00:00 2001 From: Kaushal M Date: Wed, 28 Jun 2017 17:39:58 +0530 Subject: [PATCH] Add some more TODOs --- pkg/elasticetcd/doc.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkg/elasticetcd/doc.go b/pkg/elasticetcd/doc.go index 923a40b4..58d8c9ae 100644 --- a/pkg/elasticetcd/doc.go +++ b/pkg/elasticetcd/doc.go @@ -21,4 +21,8 @@ // TODO: Allow the ability to select alternative selection algorithms // // TODO: Add functional tests +// +// TODO: Add rate limiting for nominations, trying to do many nominations at once will lead to a bad cluster +// +// TODO: Protect access to elastic namespace in etcd package elasticetcd