I am running two separate clients from different machines to pull data from DataSift to pass on to different processors.
Method I used is:
- I use stream/hash to create new ID for respective stream using API /push/create
- Then I use this ID to make pull requests /pull?id=
When I run single client then everything is good.
But when I start second client with same DataSift username & API Key; the second client sometimes get data but most of the times 0 interactions (no data); How can I fix this problem?
âI donât want to loose the data and want to pull data from multiple clientsâ