Arnold Bechtoldt

Results 41 comments of Arnold Bechtoldt

Just FYI: We haven't seen 500s yet but we're missing appengine metrics too. As this project doesn't seem to be much actively maintained, we'll have a deeper look ourselves..

sure, there's an option to set CleanSession to false. we would just have to make it configurable while keeping "true" as default and make all MQTT client IDs (WorkerId) the...

hmm, not able to reproduce on same os (11.2.3) ``` ab@abechtoldt02 ~/dev/GOPATH/src/github.com/inovex/mqtt-stresser $ wget -q https://github.com/inovex/mqtt-stresser/releases/download/v4/mqtt-stresser-darwin-amd64-static ab@abechtoldt02 ~/dev/GOPATH/src/github.com/inovex/mqtt-stresser $ chmod +x mqtt-stresser-darwin-amd64-static ab@abechtoldt02 ~/dev/GOPATH/src/github.com/inovex/mqtt-stresser $ ./mqtt-stresser-darwin-amd64-static Usage of ./mqtt-stresser-darwin-amd64-static: -broker...

You're right. I can reproduce: ``` ab@abechtoldt02 ~/dev/GOPATH/src/github.com/inovex/mqtt-stresser $ ./mqtt-stresser-darwin-amd64-static -broker tcp://broker.mqttdashboard.com:1883 -num-clients 10 -num-messages 150 -rampup-delay 1s -rampup-size 10 -global-timeout 180s -timeout 20s open : no such file or...

see * https://github.com/inovex/trovilo/blob/master/client/client.go#L7 * https://github.com/inovex/trovilo/blob/master/client/client.go#L22 I will provide an example config later this weekend.

I would very welcome a(ny) change that makes the provider able to ignore team membership. I want TF to create the team, and that's just it.

I've build a very ugly hack to workaround this -issue- behaviour (simply disable the member attribute at all). @ffahri could you share your opinion to @JordanSussman 's comment please? thx...

I think having the optional flag "manage_members=false" (member{} is already optional anyway) and providing additional resources like team_membership{} would be the easiest for the users. AWS and GCP already have...

@ffahri I could prepare PR for that, what do you think?

I started to prepare a PR that first adds sth like "manage_members=false" and later a separate PR that adds new resources to maintain team membership. all those changes should be...