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
40 stars 13 forks source link

Remove Kafka-Test-Server from this project, and make into its own project #51

Closed Crim closed 6 years ago

Crim commented 6 years ago

Kafka-Test-Server seems like a useful library outside of the scope of StormDynamicSpout. Lets pull it out into its own top level project. Then refactor StormDynamicSpout to use it as an external test scoped dependency.