Sumeet Chaudhari

Results 30 comments of Sumeet Chaudhari

We are also facing similar issues below is output of broker logs ``` [conf/broker.conf] Applying config allowAutoTopicCreationType = partitioned [conf/broker.conf] Applying config brokerDeduplicationEnabled = true [conf/broker.conf] Applying config brokerDeleteInactiveTopicsEnabled =...

Debug logs from broker ``` 2022-07-21T15:48:49,187+0000 [BookKeeperClientWorker-OrderedExecutor-0-0] DEBUG io.streamnative.pulsar.handlers.kop.KafkaRequestHandler - using public as tenant 2022-07-21T15:48:49,187+0000 [BookKeeperClientWorker-OrderedExecutor-0-0] DEBUG io.streamnative.pulsar.handlers.kop.MessageFetchContext - Request RequestHeader(apiKey=FETCH, apiVersion=8, clientId=vector, correlationId=7353): read 0 entries but only 0...

We did set to above, attaching the entire manifest and values.yaml, we are currently using pulsar in same K8s cluster, and it still fails to connect. Istio is disabled for...

manifest [manifests.yaml.txt](https://github.com/streamnative/kop/files/9256169/manifests.yaml.txt)

@BewareMyPower and @Demogorgon314 we are using same Manifest for deployment, if I try to enable kop with tls and istio based on https://github.com/streamnative/charts/blob/master/examples/pulsar/values-kop-tls-istio.yaml got Error in manager, we are using...

[corootnodeagent-n4cbb.txt](https://github.com/coroot/coroot-node-agent/files/9678273/corootnodeagent-n4cbb.txt) Attached is the logs from one of the agent

manifest for agent ``` --- # Source: corootnodeagent/templates/daemonset.yaml apiVersion: apps/v1 kind: DaemonSet metadata: namespace: coroot labels: chart: "corootnodeagent-1.0.0" release: "corootnodeagent" heritage: "Helm" name: corootnodeagent spec: selector: matchLabels: app: corootnodeagent group:...

also, I am using VictoriaMetrics instead of Prometheus .. not sure if this breaks but connection did work as expected

ahh.. I was missing the kube-state-metrics, seems like a progress no more logs other than compaction .. does it take some time? for UI to show up services ``` W0929...