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

Using marathon event stream instead of polling #1823

Open
1 of 2 tasks
alenkacz opened this issue Feb 18, 2018 · 1 comment
Open
1 of 2 tasks

Using marathon event stream instead of polling #1823

alenkacz opened this issue Feb 18, 2018 · 1 comment

Comments

@alenkacz
Copy link

Issue Type:

  • Bug report
  • Feature request

What happened:
I saw that you do polling of marathon state and it already caused some performance problems as uncovered here 32756f0 Just wondering whether you've considered using marathon event stream instead?

@adleong
Copy link
Member

adleong commented Feb 18, 2018

Good question. We've considered this but Finagle doesn't support Server-Sent-Events which the marathon event stream uses. This makes using the marathon event stream in Linkerd considerably more difficult. Of course, we would absolutely welcome a PR that implements this.

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

No branches or pull requests

2 participants