asc-lab / micronaut-microservices-poc

Very simplified insurance sales system made in a microservices architecture using Micronaut
https://altkomsoftware.pl/en/blog/microservices-micronaut/
Apache License 2.0
490 stars 171 forks source link

Add embedding Kafka in tests. #13

Closed witek1902 closed 4 years ago

witek1902 commented 6 years ago

Based on https://docs.micronaut.io/snapshot/guide/index.html#kafkaEmbedded I try in this commit 521350a add embedding Kafka in tests, but doesn't work correctly.

witek1902 commented 5 years ago

Try TestContainers: https://github.com/micronaut-projects/micronaut-kafka/commit/2ba27a8ec1bd17c3af11464765d72bccbbeda94b

witek1902 commented 4 years ago

https://github.com/asc-lab/micronaut-microservices-poc/issues/64