I'm trying to use the redis pub-sub spout but am running into some issues. Right now the data is traversing the spout and is being emitted, but it never makes it to the first bolt. The emitted and transfered count for the spout is 680, but the ack and fail count is 0. All counts for the bolts are also 0. From what I can tell the first bolt never gets called.
I'm using storm 0.7.1 with storm-redis-pubsub 0.0.2-SNAPSHOT.
I was wondering if someone could take a quick look at my topology and my first bolt. I'm hoping it's something stupid on my part.