{"id":21959133,"url":"https://github.com/ldmtam/tam-grpc-resolver","last_synced_at":"2026-04-10T12:02:30.849Z","repository":{"id":189507389,"uuid":"680800392","full_name":"ldmtam/tam-grpc-resolver","owner":"ldmtam","description":null,"archived":false,"fork":false,"pushed_at":"2023-08-20T13:20:21.000Z","size":10,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-27T23:45:05.933Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ldmtam.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-08-20T12:56:19.000Z","updated_at":"2024-01-05T09:42:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"653dddb3-6dac-45ab-b1a6-621b33f13556","html_url":"https://github.com/ldmtam/tam-grpc-resolver","commit_stats":null,"previous_names":["ldmtam/tam-grpc-resolver"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ldmtam%2Ftam-grpc-resolver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ldmtam%2Ftam-grpc-resolver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ldmtam%2Ftam-grpc-resolver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ldmtam%2Ftam-grpc-resolver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ldmtam","download_url":"https://codeload.github.com/ldmtam/tam-grpc-resolver/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245013996,"owners_count":20547178,"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-11-29T09:20:33.367Z","updated_at":"2025-12-30T23:44:03.868Z","avatar_url":"https://github.com/ldmtam.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TAM-GRPC-RESOLVER\ngRPC name resolver by using kubernetes API that watches namespace and label to resolve new connection in realtime.\n\n### Usage\n\n```\nimport _ \"github.com/ldmtam/tam-grpc-resolver\" // don't forget to import the resolver\n\nconn, err := grpc.DialContext(\n\tcontext.TODO(),\n\t\"tam:///calculator-server.default:8080\",\n\tgrpc.WithDefaultServiceConfig(`{\"loadBalancingPolicy\":\"round_robin\"}`),\n\tgrpc.WithTransportCredentials(insecure.NewCredentials()),\n)\nif err != nil {\n\tlog.Fatalf(\"dial to calculator server failed: %v\", err)\n}\ndefer conn.Close()\n```\n\nAn URL should have the following format\n```\ntam:///{app_name}.{namespace}\ntam:///{app_name}.{namespace}:{port}\n```\n\nExample Project\n```\nhttps://github.com/ldmtam/calculator-service\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fldmtam%2Ftam-grpc-resolver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fldmtam%2Ftam-grpc-resolver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fldmtam%2Ftam-grpc-resolver/lists"}