I have a pytest suite that will: Create a kafka testcontainer as a module fixture Create a bunch of topics as a module fixture using the admin client For each test case: i. Create one Consumer object ...