Zhuojie Zhou

Results 50 comments of Zhuojie Zhou

I'm also thinking of investing in webassembly and compile the whole `data plane` into its own wasm bytes (including its flags syncing logic and evaluation logic), and it can be...

Second what @marceloboeira has suggested, usually a reverse proxy or api gateway works better in this case, and flagr can keep it simple and focus on the core features. That...

Good catch! We should definitely add a layer of validation to check if the flagID matches it children entities' IDs. variantID, segmentID, and etc are global unique, that's probably why...

That sounds like a good idea! And definitely open to contributions! I think it's similar to `track`, so clients can send back to Flagr with additional evaluation context together with...

It's not a very high priority, and Flagr already collected server-side evaluation logs. I would imagine this can be useful for the following scenarios: - Flag evaluation is not at...

@tmc good point! I will try, which opentracing/opencensus compatible package do you recommend?

> Hello and thanks for this quick response. > I tried using your branch with an mssql database. However when i create a new flag the "updated_by" field is not...

There're 3 logging places I can think of 1. Flagr's verbose logging middleware to stdout https://github.com/checkr/flagr/blob/master/pkg/config/middleware.go#L43 2. Flagr's evalResult to stdout https://github.com/checkr/flagr/blob/master/pkg/handler/eval.go#L327 3. Flagr's evalResult to dataRecorder https://github.com/checkr/flagr/blob/master/pkg/handler/eval.go#L225 Each of...

There're two reasons UI is not enabled for `FLAGR_EVAL_ONLY_MODE` - UI talks the `crud` API set, which is not enabled because FLAGR_EVAL_ONLY_MODE can only read from the in-memory cache, and...

https://github.com/openflagr/flagr/issues/21#issuecomment-894709420