Nitish Malhotra

Results 73 comments of Nitish Malhotra

Parallelism means scale out on performing the task. But how do you synchronize the attacks ? Having 3 jobs start up at different times would lead to a slew and...

Yea that’s where I got stuck and gave up on the task too. Maybe there is a possibility to sync jobs using specialized workloads deployed as part of the jobs...

@kaidotdev I create https://github.com/nitishm/vegeta-server as an attempt to address this problem. Just waiting for some time to free up to either use it directly as a pod on k8s or...

I can pick this up @alessandrod

> @nitishm ping? are you still interested in working on this? Really sorry @alessandrod but I have been really occupied with work lately. I should've updated earlier and that's my...

@iyangsj I would love to take on this task. What would this entail?

@iyangsj So I make the configuration change. Where does the configuration get used? I am searching for the existing passive health check code. Looking at `healthcheck.go` https://github.com/baidu/bfe/blob/develop/bfe_balance/backend/health_check.go but kind find...

You can use something like [mockery](https://github.com/vektra/mockery) and [testify](https://github.com/stretchr/testify) to generate mocks using the ReJSON interface - https://github.com/nitishm/go-rejson/blob/master/rejson.go#L17

Please create the PR and we can review it.

I don't think we want to support this. The Client is supposed to be dumb and should only support what the ReJSON spec provides. With that said, a generic command...