1
0
mirror of https://github.com/minio/minio.git synced 2025-03-29 08:43:40 -04:00

5 Commits

Author SHA1 Message Date
Aditya Manthramurthy
a4305742e8 Add key for Kafka messages (fixes ) () 2017-04-19 11:26:35 -07:00
Harshavardhana
f1015a5096 notifiers: Stop using url.Parse in validating address format. ()
url.Parse() wrongly parses an address of format "address:port"
which is fixed in go1.8.  This inculcates a breaking change
on our end. We should fix this wrong usage everywhere so that
migrating to go1.8 eventually becomes smoother.
2017-03-31 04:47:40 -07:00
Anis Elleuch
ae4361cc45 config: Check for duplicated entries in all scopes ()
Validate Minio config by checking if there is double json key
in any scope level. The returned error contains the json path
to the duplicated key.
2017-03-15 16:30:34 -07:00
Harshavardhana
1b4bb94ac4 config: setter/getter for Notifier and Logger into its own struct. ()
This is an attempt cleanup code and keep the top level config
functions simpler and easy to understand where as move the
notifier related code and logger setter/getter methods as part
of their own struct.

Locks are now held properly not globally by configMutex, but
instead as private variables.

Final fix for 
2017-02-09 15:20:54 -08:00
Aditya Manthramurthy
8e6e9301ce Add support for Kafka as a notifications target () () 2016-12-15 08:23:48 -08:00