Hi there, Dont't know if I'm on the right place.. But let's try.
I'm build a Topology, And I've a spout plugged on Redis. My question is, when the topology is active, Why the nextTuple() method isn't call when ack() method is called. Meaning, I've about 10k acking message without a nextTuple() called... So what going is : nextTuple is called to emit 30000k message, stops, acking is called to ack all message without calling nextTuple to refeed the topoogy.... What can be the problem ? Thanks for your feedbacks and sorry for my bad english.
