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

Remove references to sideline from DynamicSpout tests #95

Closed Crim closed 6 years ago

Crim commented 6 years ago

Continue to work towards removing Sideline dependency out of DynamicSpout core package space.

Removes dependencies within tests to Sideline classes, but the tests themselves don't actually depend on any sideline logic. So swapped them out with their Default implementations.