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

Deserialize JSON directly to SidelinePayload #74

Closed stanlemon closed 6 years ago

stanlemon commented 6 years ago

Resolves #54

This ended up being a bit tricky thanks to the way that we serialize FilterChainStep instances.