Peter Vajda
Peter Vajda
When I explicitly delete a console-consumer with the command below, it still shows up in Kafka-Manager. I think the list of consumers in Kafka-manager should match the output of `./kafka-consumer-groups.sh...
Do you think it would be possible to add a feature to move/rearrange tabs between windows? And also move an existing tab to a new window. Something like `chrome-cli move...
I'd like to use a file or templatefile function in my terraform code but the referenced file is not available for the apply step. How could I add my template(file)?...
I am trying to use the lib in an old jboss setup (which uses log4j) I am getting the following error (see full stacktrace below): `java.lang.NoSuchMethodError: org.apache.log4j.spi.LoggingEvent.getProperties()Ljava/util/Map;` First I got...
Using kafka_2.11-0.11.0.2, collectd 5.8.0.116.gcd59bf0-1~xenial with ` ` I have the following errors in my collectd.log: ```[2018-06-22 13:40:55] statsd plugin: Unable to parse line: "kafka.server.FetcherStats.RequestsPerSec.meanRate:2.117637|g|#b" [2018-06-22 13:40:55] statsd plugin: Unable to...
I am running the worker based on the README and get the following error after POSTing a url ```bash $ python worker.py 22:45:34 RQ worker 'rq:worker:P6s-MacBook-Pro-2.33821' started, version 0.5.6 22:45:34...
[Line 73](https://github.com/grafana/helm-charts/blob/main/charts/tempo-distributed/templates/compactor/deployment-compactor.yaml#L73) should be extraEnv instead of env as envs are not generated like this. This was introuduced in https://github.com/grafana/helm-charts/pull/3333/files