{"id":20178278,"url":"https://github.com/aoudiamoncef/postman_issue_11625","last_synced_at":"2026-05-12T15:32:09.353Z","repository":{"id":240868809,"uuid":"609037065","full_name":"aoudiamoncef/postman_issue_11625","owner":"aoudiamoncef","description":"gRPC server reflection error","archived":false,"fork":false,"pushed_at":"2023-03-03T14:28:14.000Z","size":133,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-03T05:29:44.619Z","etag":null,"topics":["grpc","reflection"],"latest_commit_sha":null,"homepage":"https://github.com/postmanlabs/postman-app-support/issues/11625","language":"Rust","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/aoudiamoncef.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2023-03-03T08:43:41.000Z","updated_at":"2023-03-05T07:22:14.000Z","dependencies_parsed_at":"2024-05-21T07:19:10.360Z","dependency_job_id":"2f1c1b1b-6794-49be-8f74-1f675a8c94a6","html_url":"https://github.com/aoudiamoncef/postman_issue_11625","commit_stats":null,"previous_names":["aoudiamoncef/postman_issue_11625"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aoudiamoncef/postman_issue_11625","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aoudiamoncef%2Fpostman_issue_11625","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aoudiamoncef%2Fpostman_issue_11625/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aoudiamoncef%2Fpostman_issue_11625/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aoudiamoncef%2Fpostman_issue_11625/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aoudiamoncef","download_url":"https://codeload.github.com/aoudiamoncef/postman_issue_11625/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aoudiamoncef%2Fpostman_issue_11625/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32945321,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-12T09:19:52.626Z","status":"ssl_error","status_checked_at":"2026-05-12T09:17:33.438Z","response_time":102,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["grpc","reflection"],"created_at":"2024-11-14T02:20:07.520Z","updated_at":"2026-05-12T15:32:09.335Z","avatar_url":"https://github.com/aoudiamoncef.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Postman issue 11625\n\nThis is a project which reproduce a reflection bug in Postman gRPC client.\n\nThe bug show up starting from an increasing `.proto`complexity.\n\n![image](https://user-images.githubusercontent.com/22281426/222745944-8911741b-4f20-46ad-bb1e-06eb4533badd.png)\n\n\nSee https://github.com/postmanlabs/postman-app-support/issues/11625\n\n## Prerequisites\n\nBefore running this project, you will need the following:\n- Rust programming language installed on your system\n- Cargo package manager installed on your system\n- Protoc compiler installed on your system\n\n## Installation\n\nTo install the project, please follow these steps:\n\nClone the repository to your local machine using git clone command.\nNavigate to the root of the project.\n\nRun the following command in your terminal:\n\n```shell\ncargo build\n```\n\nOnce the build is finished, run the following command to start the application:\n\n```shell\ncargo run\n```\n\n## Usage\n\nUse Postman client and launch a server reflection. \n\nDecode the generated proto file descriptor:\n```shell\nprotoc \u003c src/api.bin --decode=google.protobuf.FileDescriptorSet google/protobuf/descriptor.proto \u003e descriptor.txt\n```\n\nResult from `grpcurl` call:\n```shell\ngrpcurl -plaintext localhost:33037 describe\n```\n\n```proto\npostman.api.v1.Grpc is a service:\n// Postman gRPC service\nservice Grpc {\n  // GetVersion\n  rpc GetVersion ( .postman.api.v1.GetVersionRequest ) returns ( .postman.api.v1.GetVersionResponse );\n  // SendBlocks\n  rpc SendBlocks ( stream .postman.api.v1.SendBlocksRequest ) returns ( stream .postman.api.v1.SendBlocksResponse );\n  // SendOperations\n  rpc SendOperations ( stream .postman.api.v1.SendOperationsRequest ) returns ( stream .postman.api.v1.SendOperationsResponse );\n}\ngrpc.reflection.v1alpha.ServerReflection is a service:\nservice ServerReflection {\n  // The reflection service is structured as a bidirectional stream, ensuring\n  // all related requests go to a single server.\n  rpc ServerReflectionInfo ( stream .grpc.reflection.v1alpha.ServerReflectionRequest ) returns ( stream .grpc.reflection.v1alpha.ServerReflectionResponse );\n}\n```\n\n## Contributing\n\nIf you would like to contribute to this project, you may fork it and submit your changes in a pull request.\n\n## License\n\nThis project is licensed under the MIT license.\n\nThat's it! You should now have enough information to run and use this Rust project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faoudiamoncef%2Fpostman_issue_11625","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faoudiamoncef%2Fpostman_issue_11625","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faoudiamoncef%2Fpostman_issue_11625/lists"}