I am looking to track a particular hashtag using the POST statuses/filter endpoint of the public streaming API and I need to be certain that I wont be missing any tweets due to disconnections (i.e network issues, or server restarts).
Is it possible to build a layer of redundancy into my application and open multiple connections to the API with the same parameters, from different machines with different IP addresses? Would I encounter any issues?
Alternatively is there any internal mechanism in the API that would help me retrieve any of the tweets that I missed during downtime if I am forced to use a single connection?