mirror of
https://github.com/ProxymanApp/atlantis.git
synced 2026-04-26 08:26:04 +03:00
[GH-ISSUE #93] Better gRPC Support through gRPC Interceptors #60
Labels
No labels
Done
Done
Windows
bug
bug
bug
enhancement
enhancement
enhancement
good first issue
hacktoberfest
pull-request
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/atlantis#60
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mRs- on GitHub (Feb 19, 2022).
Original GitHub issue: https://github.com/ProxymanApp/atlantis/issues/93
Originally assigned to: @NghiaTranUIT on GitHub.
Hi, I'm currently implementing a gRPC Interceptor to track all the traffic via atlantis.
It's working fine currently, but for streaming it would be awesome to have some API to support streaming like WebSocket is aready doing it. Is it possible to expose this to the public manual API? I can even share the complete interceptor for gRPC later on and it would be easy for other projects to just implement the Atlantis Interceptor in all gRPC calls 😀
@NghiaTranUIT commented on GitHub (Feb 19, 2022):
It's awesome if you can share the complete interceptor of gRPC. We will integrate it into Atlantis 🎉
Yes, it's as long as I know which funds that you need to be public 👍
@mRs- commented on GitHub (Feb 20, 2022):
Seems like I have the first breakthrough!
@NghiaTranUIT commented on GitHub (Feb 20, 2022):
Awesome 🎉 If you don't mind, please open a PR. I believe that it can be beneficial for gRPC developers 😄
I appreciate it 👍
@mRs- commented on GitHub (Feb 21, 2022):
You can find my Pull Request here: https://github.com/ProxymanApp/atlantis/pull/94