{"id":42564029,"url":"https://github.com/polarbit/protoactor-go-sample","last_synced_at":"2026-01-28T20:41:45.274Z","repository":{"id":93057705,"uuid":"402554456","full_name":"polarbit/protoactor-go-sample","owner":"polarbit","description":"This is a sample project for protoactor-go (go actor framework).","archived":false,"fork":false,"pushed_at":"2021-09-02T22:00:19.000Z","size":40,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-06-20T09:15:06.170Z","etag":null,"topics":["go","protoactor","protoactor-go"],"latest_commit_sha":null,"homepage":"","language":"Go","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/polarbit.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":"2021-09-02T20:29:05.000Z","updated_at":"2021-09-02T22:09:47.000Z","dependencies_parsed_at":"2023-03-26T12:49:29.393Z","dependency_job_id":null,"html_url":"https://github.com/polarbit/protoactor-go-sample","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/polarbit/protoactor-go-sample","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/polarbit%2Fprotoactor-go-sample","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/polarbit%2Fprotoactor-go-sample/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/polarbit%2Fprotoactor-go-sample/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/polarbit%2Fprotoactor-go-sample/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/polarbit","download_url":"https://codeload.github.com/polarbit/protoactor-go-sample/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/polarbit%2Fprotoactor-go-sample/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28851136,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T15:15:36.453Z","status":"ssl_error","status_checked_at":"2026-01-28T15:15:13.020Z","response_time":57,"last_error":"SSL_read: 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":["go","protoactor","protoactor-go"],"created_at":"2026-01-28T20:41:44.547Z","updated_at":"2026-01-28T20:41:45.269Z","avatar_url":"https://github.com/polarbit.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Proto.Actor GO Sample App\n[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/polarbit/protoacto-go-sample)\n\n##### How To Run\ngo run . worker -c 6331 -s 8080 -m 127.0.0.1:6331 -m 127.0.0.1:6332 -m 127.0.0.1:6333  \ngo run . worker -c 6332 -s 8081 -m 127.0.0.1:6331 -m 127.0.0.1:6332 -m 127.0.0.1:6333  \ngo run . worker -c 6333 -s 8082 -m 127.0.0.1:6331 -m 127.0.0.1:6332 -m 127.0.0.1:6333  \ngo run . client\n\n##### Notes\n- At the moment, *client* only connects to \"6331\" worker host.\n- If that host goes down, client starts to fail.\n- In order to fix that, we need to provide all hosts to client cluster config. (From command arguments) \n\n\n##### Tools To Install\n\n```bash\n$ brew install protobuf\n$ go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.26\n$ go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.1\n\ngo install github.com/gogo/protobuf/protoc-gen-gofast\ngo install  github.com/gogo/protobuf/protoc-gen-gogoslick\ngo install github.com/AsynkronIT/protoactor-go/protobuf/protoc-gen-gograinv2@dev\n```\n*Also see .gitpod and .gitpod.Dockerfile*\n\n##### Generate go types and services\n`protoc --gogoslick_out=. ./messages/protos.proto`\n`protoc --gograinv2_out=. ./messages/protos.proto`\n\n*Below is not working yet*:\n`protoc --go_out=. --go_opt=paths=source_relative --go-grpc_out=. --go-grpc_opt=paths=source_relative protos.proto`\n\n##### Readings\n- https://proto.actor/docs/clusterintro/\n- https://proto.actor/docs/cluster-partitions/\n- https://github.com/oklahomer/protoactor-go-sender-example\n\n\n##### Tool Links\nhttps://github.com/protocolbuffers/protobuf\nhttps://github.com/protocolbuffers/protobuf-go\nhttps://grpc.io/docs/languages/go/quickstart/\nhttps://github.com/gogo/protobuf\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpolarbit%2Fprotoactor-go-sample","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpolarbit%2Fprotoactor-go-sample","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpolarbit%2Fprotoactor-go-sample/lists"}