saber-wang

Results 46 comments of saber-wang

@shubham1172 Here, the consumerid is directly used as the subscriptionname. What I want is to combine it with the appid. If the consumerid is directly used as the subscriptionname, all...

@commonsensesoftware https://github.com/saber-wang/WebApplication2/

We also have similar requirements, and hope to further expand to other building blocks, such as pubsub

@kklldog 应该是生成了nvarchar其他限制了长度的都是nvarchar。 nvarchar是2000

目前是这样处理的,但是这个要部署到很多的私有环境,一个个改也很麻烦

@Tratcher ``` "Kestrel": { "Endpoints": { "http1": { "Url": "http://*:13500", "Protocols": "Http1" }, "http2": { "Url": "http://*:51001", "Protocols": "Http2" } } }, "ReverseProxy": { "Routes": { "grpc": { "ClusterId": "grpccluster",...

@wlclass 看起来不错,后续使用试试

Could shared instances also simplify development?