Shawn Wang

Results 10 issues of Shawn Wang

I was running a python service and a go service before it, the go service handles some endpoints and proxy requests which not found to the python service. And I...

bug

Hi, this json package is awesome, the performance is very impressive. I saw the idea of "Dispatch by typeptr from map to slice" is limited by the type slice size...

enhancement
performance

Since drwmutex is mainly to improve the performance of read-most workload, use a fast hash function also can distribute the lock evenly, which may help to reduce lock contention. Benchmark...

This pr adds support for regexp routes. The discussion is here: https://github.com/dimfeld/httptreemux/issues/85

Just a question, does regexp routes will be supported? Or if it's welcomed to accept PR to support regexp? Sometimes it's quite useful doing some migration work.

Change-Id: I11acc3ada7b02d6766b9b1d8b18a32a80cdd9e4b > Please check if what you want to add to `awesome-go` list meets [quality standards](https://github.com/avelino/awesome-go/blob/main/CONTRIBUTING.md#quality-standards) before sending pull request. Thanks! **Please provide package links to:** - repo link...

**Describe the bug** 当使用 kitex 调用下游原生 grpc 服务时,无法动态指定 serviceName,比如使用 "github.com/jhump/protoreflect/grpcreflect" 这个包调用下游 grpc 服务查询 reflection 信息,通过对 kitex client.Client 简单适配可以传给 `grpcreflect.NewClientAuto` 这个函数使用,但是 grpcreflect 包里会先尝试调用 "/grpc.reflection.v1.ServerReflection/ServerReflectionInfo",如果返回 Unimplemented 错误,再尝试调用 "/grpc.reflection.v1alpha.ServerReflection/ServerReflectionInfo",因为无法指定调用下游 grpc 的 serviceName, method,在不改动...

enhancement

### Which OpenObserve functionalities are the source of the bug? log search ### Is this a regression? No ### Description When searching log, count(distinct xxx) is not working, not sure...

☢️ Bug

### Which OpenObserve functionalities are relevant/related to the feature request? log searching ### Description When doing aggregating query, the page shows a timestamp column as "Invalid Datetime" and all result...

✏️ Feature

enhancement
NeedsDesign