NestJS Kafka e2e test examples

1.2k views Asked by At

Does anybody know how to write e2e tests for Kafka to test producing/consuming events ?.

I have had a look at the NestJS github repo below and cant find anything.

https://github.com/nestjs/nest/tree/master/sample

1

There are 1 answers

0
mh377 On

It looks like there is an open issue for more documentation on how to test NestJS microservices

https://github.com/nestjs/docs.nestjs.com/issues/1954