{"id":15658250,"url":"https://github.com/knutwalker/hystrix-play","last_synced_at":"2025-06-23T16:10:39.242Z","repository":{"id":16934197,"uuid":"19695984","full_name":"knutwalker/hystrix-play","owner":"knutwalker","description":"Playground for using Hystrix together with the playframework","archived":false,"fork":false,"pushed_at":"2016-10-31T16:13:13.000Z","size":51,"stargazers_count":22,"open_issues_count":1,"forks_count":10,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-21T14:43:11.662Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Scala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/knutwalker.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-05-12T11:23:30.000Z","updated_at":"2020-05-12T12:15:48.000Z","dependencies_parsed_at":"2022-09-22T17:31:57.446Z","dependency_job_id":null,"html_url":"https://github.com/knutwalker/hystrix-play","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/knutwalker/hystrix-play","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knutwalker%2Fhystrix-play","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knutwalker%2Fhystrix-play/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knutwalker%2Fhystrix-play/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knutwalker%2Fhystrix-play/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/knutwalker","download_url":"https://codeload.github.com/knutwalker/hystrix-play/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knutwalker%2Fhystrix-play/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261510008,"owners_count":23169686,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-03T13:11:35.586Z","updated_at":"2025-06-23T16:10:39.142Z","avatar_url":"https://github.com/knutwalker.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"hystrix-play\n============\n\nPlayground for using [Hystrix](https://github.com/Netflix/Hystrix#readme) together with the playframework\n\n\n## Using Hystrix Commands with Plays asynchronous actions\n\nThere is an implicit method `future` available on any `HystrixCommand`, that will return a [Scala Future](http://www.scala-lang.org/api/current/#scala.concurrent.Future) rather then what Java calls a Future.\nThis is implemented by [`HystrixCommandWithScalaFuture`](app/util/Futures.scala#L13)\n\nYou can see it in Action in the [Application controller](app/controllers/Application.scala#L16).\n\n\n## Providing a metrics stream, consumable by the hystrix-dashboard\n\nThis is a replacement for the [`hystrix-metrics-event-stream`](https://github.com/Netflix/Hystrix/tree/master/hystrix-contrib/hystrix-metrics-event-stream) module.\nThis module is only available as a Servlet/WAR, which is not suitable for Play.\n\nThere is a [`HystrixSupport` Controller](app/controllers/HystrixSupport.scala), that does the same as the original Servlet\nand allows for this play application to be monitored by the [Hystrix Dashboard](https://github.com/Netflix/Hystrix/wiki/Dashboard)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fknutwalker%2Fhystrix-play","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fknutwalker%2Fhystrix-play","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fknutwalker%2Fhystrix-play/lists"}