Pavel Smejkal
Pavel Smejkal
Well there are not many things to show. Protobuf it self generates some interfaces for example. type ChannelStoreClient interface { Ping(ctx context.Context, in _Client, opts ...grpc.CallOption) (_Response, error) .... }...
Isn't it just because of you misunderstand PartitionKey option ? Try to set reqOpts.PartitionKey to real value. I believe it should contain value that will be used for partition number...
Thank you for a feedback and the direction, that was very much what I was looking for. Will explore more the capabilities and will bring the proposal to ent/ent#1690. I...