Lan
                                            Lan
                                        
                                    我在群聊中发送了一条小心,然后机器人回复发送时为null
In my case, i need to use ``null`` for graphql, some like : ``` stargazers(first: 1,after: null) { ... } ``` I tried the way query.graphql ``` query RepoView($owner: String!,...
I have run docker image of ``streamnative/apache-pulsar-grafana-dashboard`` and I just got some error ``Datasource named ${DS_default} was not found`` when I access the topic dashboard, have something missed? Thanks any...
制作镜像失败
some log: ``` Successfully built 1b932d70dcba Successfully tagged ansibleinit:latest GO111MODULE=on GOPROXY=https://mirrors.aliyun.com/goproxy/ GOOS=linux GOARCH=amd64 go build -ldflags "" -o output/kubernetes-operator cmd/kube-operator/app.go # github.com/gosoon/kubernetes-operator/pkg/apis/installer/v1 pkg/apis/installer/v1/installer.pb.gw.go:74:16: undefined: runtime.AnnotateIncomingContext pkg/apis/installer/v1/installer.pb.gw.go:155:77: too many arguments in...
首先感谢笔记分享,有用。 https://github.com/JaneLiuL/study-client-go/blob/master/study-client.md#dynamicclient 另外,笔记中好像写错了--> `看kubectl api-resources 命令背后是否使用了DynamicClient`
### Problem Statement If I understand correctly then we don't support partial-success responses for OTLP metrics yet. So i create it to trace for partial-success responses of metrics. Ref: -...
### Motivation clean up unuse metrics of `zk_write_latency` and `zk_read_latency`. passed CI on self repo CI. https://github.com/pulsar-sigs/pulsar/pull/2 ### Modifications ### Verifying this change - [x] Make sure that the change...
**What this PR does / why we need it**: Base PR https://github.com/kubernetes/kube-state-metrics/pull/1482 Ref: Adds kube_pod_status_ready_time and kube_pod_status_containers_ready_time metrics to get the information provided by [Pod Lifecycle's](https://pkg.go.dev/k8s.io/api/core/v1#PodCondition) [PodConditions](https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#pod-conditions) array. Maybe we...
## Feature Request **Is your feature request related to a problem? Please describe:** I had try to use github action to build pegasus and it in standalone action, considering that...
**Is your feature request related to a problem? Please describe.** Just like java client for batch recive message and ack multiple message. **Describe the solution you'd like** **Describe alternatives you've...