Xiang Wang

Results 11 issues of Xiang Wang

The previous discussion is available here: https://github.com/scylladb/gocqlx/pull/160

@mmatczuk I made this PR as a draft version for the purpose of POC. The code has't been carefully polished yet. Please just have a quick look and let me...

Use cases: 1. Single entity: Employ{id, first name, second name, nick name, age} I want to search by nick name, so I will have two tables for this single entity:...

[Enter feedback here] "Filters run within the ASP.NET Core action invocation pipeline, sometimes referred to as the filter pipeline. " This description seems to be conflict with the diagram (copied...

Source - Docs.ms
doc-enhancement
re-Aditya

I tried hard and spent a lot of time on understanding the archetecture [doc.](https://autopush.readthedocs.io/en/latest/architecture.html) but still failed to understand it. I would appreciate if anyone could help me and answer...

3

Hi gurus, I am a newbee to node.js and grpc. So a good sample code is really appreciated. The grpc-node TLS sample code is in https://grpc.io/docs/guides/auth.html#nodejs not complete. For example,...

Dear @imroc My server is using zap logger. The logger is set to log correlation id of every inbound http request. My handlers for handling these inbound http requests use...

Hi @spikelu2016 , this PR changes all the correlation id log related code, both admin and proxy. Now the sub logger with correlation id is stored inside the http request...

Currently ErrNoConnectionsStarted is returned only when the keyspace is invalid. This is confusing. (ErrNoConnectionsStarted is returned when session.pool.Size() is 0. And session.pool.Size() is 0 only when the keyspace is invalid.)...

is the golang-sdk mature for production usage?