salesforce / storm-dynamic-spout

A framework for building spouts for Apache Storm and a Kafka based spout for dynamically skipping messages to be processed later.
BSD 3-Clause "New" or "Revised" License
41 stars 13 forks source link

Fix sideline zk configuration #122

Closed stanlemon closed 5 years ago

stanlemon commented 5 years ago

The 'root' configuration only supports one root, this typo is a holdover from the old implementation where we supported a list of roots to watch.

Crim commented 5 years ago

Should we be compiling the list of changes in the CHANGELOG as part of these PRs?