I added several rules for example:
Rule1: “from: user1”
Rule2: “from:user2”
Rule3: “keyword1 OR keyword2”

I see users post tweets and keywords are the common words (even those users tweet them)
But when I start to read stream I get 2-3 tweets instantly and then nothing
I even run it locally on debug - I’m reading stream but it’s empty

When I reload app: same I get several tweets and then nothing

How can I fix it?

if there’s really a space between : and the user name the rule will look for from and user1 in the tweet text, which is not what you want.

What code / library are you using?

Hi, Igor!
Thanks for the reply!
There is no space, sorry for the confusion.
Your comment about lib/code made me re-check everyting again
It was an issue in the reading from stream in java, it only consumed first batch, I fixed it, thank you!

2 Likes