Commit 1c56ca0
authored
downgrade protobuf dependency to v3 (#428)
We are using protobuf to generate `ftv1` tracing information. Protobuf
v4 made a backwards incompatible change that prevents using those
messages with v3 services. Since there are a lot of existing libraries
(including `grpc-java`) that still depend on the v3 format and generated
protobuf v3 message can be used for both v3 and v4 services we'll be
reverting to v3 as well.
See:
grpc/grpc-java#11015 (comment)
Resolves: #4211 parent 509b978 commit 1c56ca0
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
0 commit comments