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

Rename examples to recipes #113

Closed stanlemon closed 6 years ago

stanlemon commented 6 years ago

These classes are intended for actual use. The nomenclature of 'recipes' seems to be more common for this sort of thing. Furthermore, I'm concerned people might think 'examples' are not intended for actual use. Thus I'm renaming this package, and I am also moving the common classes one level up so that we can do future implementation with them (eg. redis).