mik-laj commented on pull request #12388: URL: https://github.com/apache/airflow/pull/12388#issuecomment-755057876
I have looked at this library and it seems to me that it might complicate the tests a bit. Have you thought to use unittest.mock for unit tests and to set up a separate Docker container from Kafka for integration tests? This sounds a lot more stable and more maintainable to me than adding a library which may have further dependency issues. Here is an example of adding integration tests that use a separate container. https://github.com/apache/airflow/pull/13195 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
