kafka4s
kafka4s copied to clipboard
try out testcontainers for a couple tests
Trying out use of testcontainers for tests against Kafka and Schema Registry. Also, convert scalatest tests to munit.
These run fine locally, but fail on Travis. My guess is that this is due to port conflicts between the still-running docker-compose that we use for the other tests.
Also, amusingly, I needed to remove the examples
build, to compile the project. For some reason, changes to tests in core
caused RecordFormat
s to not be found in the examples. This will need to be figured out.