Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add delete support #8

Open
untergeek opened this issue Feb 9, 2015 · 3 comments
Open

Add delete support #8

untergeek opened this issue Feb 9, 2015 · 3 comments

Comments

@untergeek
Copy link

Add support to use @metadata to pass a delete through the event (to delete from Elasticsearch, ostensibly).

@jordansissel
Copy link
Contributor

Twitter's normal-user keyword/user stream doesn't have a "delete".

I strongly suspect the firehose will issue deletes based on observations of deleted tweets propogating that deletion out to brokers I know who have firehose access, but I don't have access to it so I cannot confirm.

@jordansissel
Copy link
Contributor

Hmm, I may be wrong there.

From https://dev.twitter.com/streaming/userstreams

Honor deletion messages. If a following deletes a tweet, you must remove the tweet from display and any application/server storage.

From https://dev.twitter.com/streaming/sitestreams

Do not expose or otherwise draw attention to status deletions or unfollows to users, other than to update displays.

I've had Logstash watching https://dev.twitter.com/streaming/reference/post/statuses/filter (keyword streams) for a few months and my Elasticsearch mapping has no mentions of deleted tweets.

+1 on supporting deletes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants