GitHub user lfoppiano opened a pull request: https://github.com/apache/camel/pull/8
New features for twitter-camel Hello, I have implemented a few new features that are available in the twitter4j library and they are quite useful also in the camel twitter endpoint. 1. parameter 'count' to set the maximum number of tweets per page 2. parameter 'numberOfPages' to set the number of pages to retrieve from twitter, by default is only the first Let me know Luca You can merge this pull request into a Git repository by running: $ git pull https://github.com/lfoppiano/camel twitter-camel Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/8.patch ---- commit eec267531607fe520aed52879089151e1839d2a3 Author: lfoppiano <l...@foppiano.org> Date: 2013-01-28T08:29:14Z initial implementation of the possibility to set the max number of tweets per page (called count in version 1.1, rpp in version 1.0), the selection of the options in the consumer and producer should be refactored as is getting quite complex commit e12cfabd1ccae8e5fd58ba69b03cf872d3a1ac7b Author: lfoppiano <l...@foppiano.org> Date: 2013-01-28T19:09:20Z added pages management to the SearchConsumer commit 119999ffdda8a48a11d1b7827d23c3eb5902c41a Author: lfoppiano <l...@foppiano.org> Date: 2013-01-29T23:09:36Z added some debug information ----