{"id":16380175,"url":"https://github.com/felixklauke/mercantor","last_synced_at":"2026-01-21T21:33:27.435Z","repository":{"id":48424012,"uuid":"105438332","full_name":"felixklauke/mercantor","owner":"felixklauke","description":"A simple but effective network attached service registry with load balancing capabilities running in a high availability cluster used for client side service discovery in a microservice environment.","archived":false,"fork":false,"pushed_at":"2023-03-16T05:11:39.000Z","size":377,"stargazers_count":3,"open_issues_count":7,"forks_count":0,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-04-08T04:48:43.040Z","etag":null,"topics":["balancing-capabilities","expiration","heartbeat","jersey","load","load-balancer","microservice","microservice-environment","network","register","rest","round-robin","service","service-discovery","service-registry"],"latest_commit_sha":null,"homepage":"http://felix-klauke.de","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/felixklauke.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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-10-01T11:45:56.000Z","updated_at":"2023-07-04T09:37:48.000Z","dependencies_parsed_at":"2024-10-28T15:24:07.462Z","dependency_job_id":"c49378dd-0932-4434-b3cb-615680f64312","html_url":"https://github.com/felixklauke/mercantor","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/felixklauke/mercantor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felixklauke%2Fmercantor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felixklauke%2Fmercantor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felixklauke%2Fmercantor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felixklauke%2Fmercantor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/felixklauke","download_url":"https://codeload.github.com/felixklauke/mercantor/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felixklauke%2Fmercantor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28644101,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T21:29:11.980Z","status":"ssl_error","status_checked_at":"2026-01-21T21:24:31.872Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["balancing-capabilities","expiration","heartbeat","jersey","load","load-balancer","microservice","microservice-environment","network","register","rest","round-robin","service","service-discovery","service-registry"],"created_at":"2024-10-11T03:50:38.741Z","updated_at":"2026-01-21T21:33:27.416Z","avatar_url":"https://github.com/felixklauke.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/FelixKlauke/mercantor)\n[![Issues](https://img.shields.io/github/issues/FelixKlauke/mercantor.svg)](https://github.com/FelixKlauke/mercantor/issues)\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/5956dd4acf2a49c0984bc8bd2b22f152)](https://www.codacy.com/app/info_101/mercantor?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=FelixKlauke/mercantor\u0026amp;utm_campaign=Badge_Grade)\n\n# mercantor\nA simple but effective network attached service registry with optional load balancing capabilities used for service discovery in a microservice environment.\n\n\n# Build Status\n|             \t| Build Status                                                                                                                                              \t| Test Code Coverage                                                                                                                                               \t|\n|-------------\t|-----------------------------------------------------------------------------------------------------------------------------------------------------------\t|------------------------------------------------------------------------------------------------------------------------------------------------------------------\t|\n| Master      \t| [![Build Status](https://travis-ci.org/FelixKlauke/mercantor.svg?branch=master)](https://travis-ci.org/FelixKlauke/mercantor) \t| [![codecov](https://codecov.io/gh/FelixKlauke/mercantor/branch/master/graph/badge.svg)](https://codecov.io/gh/FelixKlauke/mercantor) \t|\n| Development \t| [![Build Status](https://travis-ci.org/FelixKlauke/mercantor.svg?branch=dev)](https://travis-ci.org/FelixKlauke/mercantor)    \t| [![codecov](https://codecov.io/gh/FelixKlauke/mercantor/branch/dev/graph/badge.svg)](https://codecov.io/gh/FelixKlauke/mercantor)    \t|\n\n\n# Usage\n- Install [Gradle](https://gradle.org/install/)\n- Clone this repo\n- Install: ```gradle build jar```\n\n# Example\n_Create client:_\n```kotlin\nval mercantorDiscoveryClient = MercantorDiscoveryClientFactory.\n        createDiscoveryClient(MercantorDiscoveryClientConfig(\"http://localhost:8080\"));\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelixklauke%2Fmercantor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffelixklauke%2Fmercantor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelixklauke%2Fmercantor/lists"}