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

Upgrade curator #115

Closed stanlemon closed 6 years ago

stanlemon commented 6 years ago

Upgrades to the latest curator version and follows the inclusion/exclusion pattern that storm uses.

stanlemon commented 6 years ago

@Crim reading around I'm pretty sure that the issues we hit before were because curator wants to pull in zookeeper 3.5. This should work around that. 🤞