This message was deleted.
# help
s
This message was deleted.
l
I can't see off the top of my head why that wouldn't work. A lot of this would depend on your proto definitions because they will be converted into the json that is then matched in the
bodyPatterns
element. What are the proto definitions that you are compiling into your descriptor file?
w
I dont want to post the actual proto definitions here. But I'm using the google protobuf wrappers i.e
.google.protobuf.StringValue
instead of
string
. Thats the only difference i can see compared to the example.