You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, we've got a protobuf message with a lot of recursion - we've been able to get it working by using the ProtoUtils.marshallerWithRecursionLimit method but it's currently marked as experimental.
Hi, we've got a protobuf message with a lot of recursion - we've been able to get it working by using the
ProtoUtils.marshallerWithRecursionLimit
method but it's currently marked as experimental.Are there any plans to stabilize it?
PR that added the method:
https://github.com/grpc/grpc-java/pull/10094/files#diff-ffb45a421d722ff9c4d9266e36a27856e1c8c1686baa1b2b133aae602190eea2R67
Thanks,
James Bench
The text was updated successfully, but these errors were encountered: