OBP-API
OBP-API copied to clipboard
add the embedded kafka server for ScalaTest
Thanks to @marko-md, he suggested to add the embedded Kafka server for ScalaTest.
With that ,we can guarantee all the Kafka changes will be working properly. Example libraries: https://github.com/manub/scalatest-embedded-kafka https://github.com/bfil/kafka-testkit
@hongwei1 Actually it's suggested by Petar half year ago :)