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
Add option WithMaxGrpcMessageBytes for create topic writer. The option must be used for change grpc message size in sync with ydb.With(config.WithGrpcOptions(grpc.WithDefaultCallOptions(grpc.MaxCallSendMsgSize(maxGrpcMsgSize)))) and similar for driver.
Direct grpc option stored in internal grpc field and can't be detected authomatically.
Bug Report
YDB GO SDK version: 3.99.13
The text was updated successfully, but these errors were encountered: