gRPC go-kit stream #1213
              
                Unanswered
              
          
                  
                    
                      maeglindeveloper
                    
                  
                
                  asked this question in
                Q&A
              
            Replies: 2 comments
-
| Hey @peterbourgon , any advice on this 🙂 ? | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            -
| Go kit explicitly targets RPC semantics. gRPC streaming isn't a match for Go kit endpoints. | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
Hey everyone, hope this message finds you well 👍
I've seen multiple issues talking about how to handle
gRPCstream in go-kit, and it was a long time ago.I'm wondering if there is anything new on this, or if there is somewhere some example of how to implement it.
Ref issues: #935, #899, #624
I did try to implement it but I'm confused when I have to specify the
encode/decodefunc for both server & client 👎 since we are using astream.Well if anyone have some experience on this, I'm fully opened to it 👍
cc @peterbourgon ;) !
Beta Was this translation helpful? Give feedback.
All reactions