Skip to content

Releases: redBorder/druid_config

v0.5.0

14 Oct 12:09
Compare
Choose a tag to compare
Destroy and disable datasources

v0.4.0

24 Nov 10:00
Compare
Choose a tag to compare
  • Fixed verify_node function to retry to connect /status end point three times before ignoring the node.
  • Don't store old nodes of a service when receiving an event from a Zookeeper watcher
  • Raise a DruidConfig::Exceptions::NotAvailableNodes when there aren't any available
  • Fixed an error on Client that cause an error when call .reset method

v0.3.0

17 Nov 09:37
Compare
Choose a tag to compare
  • Protect free memory against negative values.
  • Create Rule entity
  • Create RuleCollection entity
  • Added a method to udpate rules of a datasource
  • Added a method on cluster to return _default data source

v0.2.0

30 Oct 09:41
Compare
Choose a tag to compare
  • Improved worker class with new methods to calculate capacity
  • Fixed some bugs on cluster class
  • Improve response time by loading segments, segments_to_load and segments_to_drop on demand
  • Added method to cluster to return all tasks or filter them by status
  • Created task entity.

v0.1.0

27 Oct 10:06
Compare
Choose a tag to compare
First version