feat(tcp): add RemoteListen for reverse port forwarding - #54
Conversation
This reverts commit e44c700.
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #54 +/- ##
==========================================
- Coverage 89.57% 89.39% -0.18%
==========================================
Files 78 78
Lines 4901 4932 +31
==========================================
+ Hits 4390 4409 +19
- Misses 345 354 +9
- Partials 166 169 +3 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Summary
RemoteListenmethod toTCPInterfacefor reverse port forwarding (ssh -R equivalent)WithRemoteBindAddress,WithRemoteListenServiceID), input validation, fake client support, and comprehensive testsUnimplementedpending upstream proto extensionBlocked on
Upstream support for reverse port forwarding / host-local endpoint proxying:
This PR parks the SDK-side API surface until the backend proto RPC is available.