Antony Stubbs

Results 226 comments of Antony Stubbs

Hi @pdeole , I wrote this test, can you take a look at it? Is this the situation you describe? - #450 If you like, check out the branch and...

Ah yes, I really must get that published to central. Work around - clone that repo and install the version it needs locally? https://github.com/astubbs/truth-generator

After cloning, you should check out the release tag, instead of installing from master.

Maven does fetch them, but not from maven central. I don't have an estimate on when truth generator will be published to maven central. Seems your proxy is also blocking...

Are you running a docker host locally? It needs a docker host to run. I should add a check for that...

ok, I'll take a look at it. The BrokerIntegrationTests need a docker host to run.

On my laptop, with total= 100k, test passes in 1m22s (with the timeouts turned up).

That will be the class level timeout setting: `@Timeout(value = 10, unit = MINUTES)` which I increased from 1 to 10 minutes

> What do these mocks represent? AK Consumer > Do they simulate the real world producers and consumers Yes, but just the api. They don't talk to brokers. They focus...