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

Limit the recursion in fillBuffer() #43

Closed stanlemon closed 6 years ago

stanlemon commented 6 years ago

Resolves issue #42

stanlemon commented 6 years ago

@danielsd FYI

Crim commented 6 years ago

looks good to me.