ScalaStorm icon indicating copy to clipboard operation
ScalaStorm copied to clipboard

Can't use value types when emitting to specific stream or message id from StormSpout

Open jastice opened this issue 13 years ago • 1 comments

The MessageIdEmitter and StreamEmitter emit methods allow only AnyRef parameters, unlike the equivalent StormSpout methods, which allow Any parameters. This prevents me from emitting e.g. Int values when using a specific stream or message id.

jastice avatar Nov 30 '12 10:11 jastice

Hi there, sorry my github account settings seem to be messed up so I'm not getting notified on issues. I'll look into this sometime soon.

velvia avatar Feb 07 '13 05:02 velvia