|
|
|
|
|
by richieartoul
1772 days ago
|
|
I also agree that the gRPCs libraries (in all languages) tend to be opinionated, and most annoyingly, opinionated about the wrong things. That said I also haven’t found anything better either and the technology is popular enough that I stick with it and just work around the limitations. For your specific case I highly recommend ignoring the built in GRPC retry nonsense and using the Java failsafe library retry policies instead. That has worked well for my team at least. |
|
what's what opinions are - they necessarily must be wrong to some people. Otherwise, it'd just be called facts!