{"id":17103101,"url":"https://github.com/helpermethod/membrane-discovery-spring-boot-starter","last_synced_at":"2026-04-11T08:01:44.428Z","repository":{"id":146262551,"uuid":"92662895","full_name":"helpermethod/membrane-discovery-spring-boot-starter","owner":"helpermethod","description":"Service discovery and client side load balancing for Membrane Spring Boot Starter.","archived":false,"fork":false,"pushed_at":"2017-06-18T20:40:01.000Z","size":60,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-19T07:56:30.612Z","etag":null,"topics":["consul","eureka","java","java8","load-balancing","service-discovery","spring-boot","spring-boot-starter"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/helpermethod.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-05-28T13:29:18.000Z","updated_at":"2017-05-28T14:27:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"236bf4b7-ef42-41c9-96c4-8d99d53b9faa","html_url":"https://github.com/helpermethod/membrane-discovery-spring-boot-starter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/helpermethod/membrane-discovery-spring-boot-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helpermethod%2Fmembrane-discovery-spring-boot-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helpermethod%2Fmembrane-discovery-spring-boot-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helpermethod%2Fmembrane-discovery-spring-boot-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helpermethod%2Fmembrane-discovery-spring-boot-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/helpermethod","download_url":"https://codeload.github.com/helpermethod/membrane-discovery-spring-boot-starter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helpermethod%2Fmembrane-discovery-spring-boot-starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31673067,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T17:19:37.612Z","status":"online","status_checked_at":"2026-04-11T02:00:05.776Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["consul","eureka","java","java8","load-balancing","service-discovery","spring-boot","spring-boot-starter"],"created_at":"2024-10-14T15:31:35.263Z","updated_at":"2026-04-11T08:01:44.404Z","avatar_url":"https://github.com/helpermethod.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Membrane Discovery Spring Boot Starter\n\nA Spring Boot Starter that adds service discovery and client-side load balancing to [Membrane Spring Boot Starter](https://github.com/membrane/membrane-spring-boot-starter).\n\n## Usage\n\n```java\n@EnableMembrane\n@EnableDiscoveryClient\n@SpringBootApplication\npublic class MembraneEurekaApplication {\n    @Bean\n    public Proxies proxies() {\n        return p -\u003e p\n            .serviceProxy(s -\u003e s\n                .matches(m -\u003e m\n                    .method(GET)\n                    .pathPrefix(\"/jokes/\"))\n            .target(t -\u003e t.url(\"discovery://chuck-norris\")));\n    }\n\n    public static void main(String[] args) {\n        SpringApplication.run(MembraneEurekaApplication.class, args);\n    }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhelpermethod%2Fmembrane-discovery-spring-boot-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhelpermethod%2Fmembrane-discovery-spring-boot-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhelpermethod%2Fmembrane-discovery-spring-boot-starter/lists"}