SciCatProject / scicat-filewriter-ingest

Python client that connects to a kafka queue and creates new datasets when receiving notification that a file has been written
0 stars 0 forks source link

[Refactoring] Kafka client module and test helpers. #14

Open YooSunYoung opened 6 months ago

YooSunYoung commented 6 months ago

We need to separate kafka client related code as an independent module so that we can easily test the behaviours. It is also needed to find an easy way to set-up testing environments and run tests with/without kafka broker running.