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

[req] Use the IDLE IMAP api instead of polling #32

Open
dekimsey opened this issue Aug 21, 2018 · 1 comment
Open

[req] Use the IDLE IMAP api instead of polling #32

dekimsey opened this issue Aug 21, 2018 · 1 comment

Comments

@dekimsey
Copy link

The current implementation polls the IMAP server for new mail re-creating the connection with every event. For faster message pulling it'd be awesome if instead the plugin used the IMAP IDLE command for supporting servers. Less connection creation/teardowns and far more immediate event processing.

  • Version: logstash-5.3.2
  • Operating System: CentOS 7
@dekimsey
Copy link
Author

Context: We dropped the polling interval and ran into the IMAP server rejecting connections because they were a wee bit too frequent.

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