botoss/telegram-connector

Run Kafka tests with zero ports

Closed this issue · 0 comments

evis commented

Currently specs using embedded Kafka, executed in parallel will fail, because they will try to bound to the same port. Should use withRunningKafkaOnBoundPort method instead of withRunningKafka.