#grpc

/

      • Maxxed has quit
      • rav3nn joined the channel
      • rav3nn
        Somebody told me that "grpc http2 streaming is broken by design" - huh ?
      • rav3nn has quit
      • lburgazzoli joined the channel
      • ams__ joined the channel
      • pixelate has quit
      • pixelate joined the channel
      • zeks joined the channel
      • zeks
        is there any generator that will generate clean c++ structs from protobuf messages? I want to isolate everything relating to grpc within a transport wrapper
      • I mean, c++ structs without grpc code
      • maldridge
        zeks: that sounds like you may just want the normal protobuf compiler
      • zeks
        nono, I want to shed away every trace of protobuf/grpc between application layers
      • and pass only simple structs
      • I can write those myself but this sees liek something that should be available out of the box
      • maldridge
        oh, I see what you're suggesting
      • zeks
        seems*
      • maldridge
        yeah, I don't think there's a way to do that, the way this whole thing works is that the data structures are self serializing
      • zeks
        and this is only needed at transport wrapper
      • every other consumer within the application doesn't appreciate the added complexity, really
      • |Pixel|
        zeks: you could write a plugin
      • would be surprised if none already exists
      • or when you said "generator" were you talking about plugins ?
      • zeks
        probbaly
      • |Pixel|
        ok
      • I don't know of any out of the box, but that does ring a bell
      • zeks
        and yeah, I should try to google that
      • |Pixel|
        :)
      • zeks
        thx
      • I needed just the nudge the word "plugin" gave me
      • Maxxed joined the channel