Christoph Petrausch

Results 41 comments of Christoph Petrausch

Use the `constant-payload` flag: https://github.com/inovex/mqtt-stresser/blob/master/main.go#L33 ``` docker run --rm inovex/mqtt-stresser -broker tcp://xxxxxxx:8883 -num-clients 50 -num-messages 150 -rampup-delay 1s -rampup-size 10 -global-timeout 180s -timeout 20s -username xxxx -password xxx -skip-tls-verification true...

Hello, we currently do not support MQTT in bridge mode. We assume that we read and write to the same broker. Hence there is no documentation. This requires some changes...

Please do not expect a new release with this feature in the near future. This exporter is currently in maintenance only mode. Pull request to include this feature are welcome!

We are happy to welcome a PR to support that protocol. Please don't expect an immediate implementation of your feature request in the near future. We are currently in the...

@afex any chance to get a review?

I think you want to have a look at the sniffing mechanism most elastic components use: https://www.elastic.co/de/blog/elasticsearch-sniffing-best-practices-what-when-why-how This is how filebeat, fluentd or logstash find all the nodes in a...

I think we should merge this first. After that I will rebase https://github.com/kubernetes-sigs/external-dns/pull/3049 based on the master. I solved also the problems which are introduced by the custom labels on...

@njuettner @seanmalloy can you please review this PR? I think this solves many problems within the designate provider.