Yunze Xu
Yunze Xu
Did you create the namespace in advance? Here is a quick start of serving topics from other namespace. (For simplicity, it doesn't configure authentication) First, start the Pulsar standalone with...
@Demogorgon314 Could you help with this issue?
> but the offset value has a significant delay. Maybe it's a similar issue with https://github.com/streamnative/kop/issues/1041. Could you reproduce it in your test environment? If yes, you can provide the...
You can check out the consumer related metrics to see if there is something wrong, especially about if the latency increased by time. See https://github.com/streamnative/kop/blob/master/docs/reference-metrics.md#consumer-metrics. Besides, could you try a...
> Sorry i misunderstanding which metric closely related to kop consume,can you help point out ? You can use https://github.com/streamnative/kop/blob/master/docs/reference-metrics.md#request-metrics-1 to monitor the whole latency of a FETCH request. ```...
It can be reproduced by running a producer at first (don't exit): ```bash $ ./bin/kafka-console-producer.sh --bootstrap-server localhost:9092 --topic my-topic >hello > ``` Then try to delete the topic: ```bash $...
> KOP could be throw pulsar exception or error to client. No. The error is printed by Kafka's admin client because it received the `UNKNOWN_TOPIC_OR_PARTITION` error code from KoP when...
In short, there is no way for Kafka's `AdminClient` to print an arbitrary error message. Kafka's `AdminClient` only converts the error code defined by the Kafka protocol to the string...
Sorry I didn't notice the link just now, I'm not familiar with Helm Chart, maybe you could open an issue in https://github.com/apache/pulsar-helm-chart .
The other failed actions are caused by 403 error https://github.com/streamnative/kop/runs/4631085873?check_suite_focus=true ``` Error: Failed to execute goal org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) on project pulsar-protocol-handler-kafka-parent: Execution injected-nexus-deploy of goal org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8:deploy failed: 403 - Forbidden...