Hi. I have a topology that, after some time , is failing to consume a rabbit mq without writing anything to the worker-log.
The topology is using a rabbitmq spout (storm-amqp-spout) and I think is that it is that spout that is failing to get the messages. I left it running during the night and in the morning the queue was full, the Storm UI said that the spout had some failed tuples but there is no error message: not on storm ui and not on the worker-log. When I run the topology in local mode, I can see, the System.out.println() I've put in there showing up in the console. Where is the console output going when I run the topology in the cluster? Thanks. Ricardo Teixeira
