huangxiaoping

Results 26 comments of huangxiaoping

Error response from daemon: unauthorized: Your request could not be authenticated by the GitHub Packages service. Please ensure your access token is valid and has the appropriate scopes configured. [root@master01...

``` package main import ( "github.com/tetratelabs/proxy-wasm-go-sdk/proxywasm" "github.com/tetratelabs/proxy-wasm-go-sdk/proxywasm/types" "github.com/golang/protobuf/proto" ) func main() { proxywasm.SetVMContext(&vmContext{}) } type vmContext struct { // Embed the default VM context here, // so that we don't...

my envoyfilter is flowing: ``` apiVersion: networking.istio.io/v1alpha3 kind: EnvoyFilter metadata: name: kafka-mesh namespace: istio spec: workloadSelector: labels: name: kafka-producer configPatches: - applyTo: NETWORK_FILTER match: context: SIDECAR_OUTBOUND listener: portNumber: 29092 filterChain:...

pod was started by: ``` kubectl -n istio run kafka-producer -it --image=strimzi/kafka:0.12.2-kafka-2.2.1 --labels="name=kafka-producer" --rm --restart=Never -- bin/kafka-console-producer.sh --broker-list 127.0.0.1:29092 --topic my-topic ``` I checked everything ,really donot know what's wrong.anyboy...

what kind of service,I create a service for kafka-producer,useless

I got the same error,and you method didnot solve the problem * provider.matchbox: failed to create Matchbox client or connect to matchbox.example.com:8081: tls: failed to find any PEM data in...

so how can I use metadata here generated by some filter

can you give me some sample code how to clear cache?