zzycn003
zzycn003
Hi Looks like qmgo does not suport collation ? https://docs.mongodb.com/manual/reference/collation/ I have two usecases that depends on collation: 1. when create index 2. when find with case insensitve match (...
thanks for the great project. I'm trying to use it in my project. Is this project production ready ? what's the difference between the https://github.com/nats-rpc/nrpc/ ? thanks
The project is great. But I didn't quite understand the design why for a RPC request, the clientStream.Invoke() makes 3 nats PublishRequest ? c. writeCall(call) c.wirteData() c.CloseSend() thanks