[GH-ISSUE #169] Issue with Local Map Feature Using gRPC Requests #101

Open
opened 2026-03-03 19:11:48 +03:00 by kerem · 2 comments
Owner

Originally created by @kabirkhaan on GitHub (May 15, 2025).
Original GitHub issue: https://github.com/ProxymanApp/atlantis/issues/169

Hello Team,

I'm experiencing an issue with the local map feature in our application. Here are the specific details:

Environment:

  • Proxymany Version: 5.19.0 (51900)
  • Atlantis.git Version: 1.28.0

Issue Description:
The local map feature is working correctly when using REST (HTTP) requests, but fails when attempting to use the same approach with gRPC requests.

Current Behavior:

  • Local map works with REST/HTTP requests
  • Local map does not work with gRPC requests

Could you please help me understand:

  1. What might be causing this discrepancy between REST and gRPC implementations?
  2. Are there any specific configurations or adjustments needed for gRPC requests to work with the local map feature?

Thank you for your assistance.

Originally created by @kabirkhaan on GitHub (May 15, 2025). Original GitHub issue: https://github.com/ProxymanApp/atlantis/issues/169 Hello Team, I'm experiencing an issue with the local map feature in our application. Here are the specific details: Environment: - Proxymany Version: 5.19.0 (51900) - Atlantis.git Version: 1.28.0 Issue Description: The local map feature is working correctly when using REST (HTTP) requests, but fails when attempting to use the same approach with gRPC requests. Current Behavior: - ✅ Local map works with REST/HTTP requests - ❌ Local map does not work with gRPC requests Could you please help me understand: 1. What might be causing this discrepancy between REST and gRPC implementations? 2. Are there any specific configurations or adjustments needed for gRPC requests to work with the local map feature? Thank you for your assistance.
Author
Owner

@NghiaTranUIT commented on GitHub (May 15, 2025):

yes, it's the expected result because:

<!-- gh-comment-id:2884181722 --> @NghiaTranUIT commented on GitHub (May 15, 2025): yes, it's the expected result because: - Proxyman hasn't officially supported gRPC requests yet. - gRPC needs HTTP/2 to run, you can get the BETA build at https://github.com/ProxymanApp/Proxyman/issues/416#issuecomment-2869464084
Author
Owner

@NghiaTranUIT commented on GitHub (May 15, 2025):

gRPC has protobuf under the hood, so if we need to support Map Local, Proxyman must have your *.protoc file, in order to encode it. For now, it's not possible, unfortunately : /

<!-- gh-comment-id:2884184451 --> @NghiaTranUIT commented on GitHub (May 15, 2025): gRPC has protobuf under the hood, so if we need to support Map Local, Proxyman must have your *.protoc file, in order to encode it. For now, it's not possible, unfortunately : /
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/atlantis#101
No description provided.