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
Related issues are #1786 and #7090 (the latter resolved via a release log note I believe).
Please close this issue if you think the above issues are sufficient to address the problem.
Based on the discussions in both issues having migration examples on how to move to NewClient seems like a good idea.
For example there are 2 patterns solving the same issue in #1786 (comment) and #1786 (comment). Which one is the recommended one?
Another issue is replacing grpc.WithBlock(), is it the same as using NewClient then calling Connect? What is the recommended way to connect and block without WithBlock?
If there are existing docs on doing the migration I missed could you point me to the right direction?
The text was updated successfully, but these errors were encountered:
@erezrokah thank you for your question. If not already done, you can refer to anti-patterns documentation which has more details on preference for NewClient over grpc.Dial.
Having said that, we are working on adding more documenation and examples for grpc.NewClient
Hello 👋
Related issues are #1786 and #7090 (the latter resolved via a release log note I believe).
Please close this issue if you think the above issues are sufficient to address the problem.
Based on the discussions in both issues having migration examples on how to move to
NewClient
seems like a good idea.For example there are 2 patterns solving the same issue in #1786 (comment) and #1786 (comment). Which one is the recommended one?
Another issue is replacing
grpc.WithBlock()
, is it the same as usingNewClient
then callingConnect
? What is the recommended way to connect and block withoutWithBlock
?If there are existing docs on doing the migration I missed could you point me to the right direction?
The text was updated successfully, but these errors were encountered: