Yelp / pyleus

Pyleus is a Python framework for developing and launching Storm topologies.
Apache License 2.0
404 stars 113 forks source link

A plurality of bolt inherit the same bolt #150

Closed BlueKarl closed 8 years ago

BlueKarl commented 8 years ago

Excuse me,how to achieve this function(A plurality of bolt inherit the same bolt)?

BlueKarl commented 8 years ago

I have a stream like this: 20150807 ip play
. . . 20150807 ip sleep . . . 20150807 ip happy . . .

I want to separate by play/sleep/happy to different bolt.How to do this?

poros commented 8 years ago

I guess you're talking about field grouping... Have you already tried that out?

BlueKarl commented 8 years ago

thanks, It's worked now!