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

Add Kafka connection test. (Part of integration test) #23

Closed YooSunYoung closed 1 month ago

YooSunYoung commented 1 month ago

Add kafka integration test environment with a minimum test of connection.

It can be triggered manually as well: https://github.com/SciCatProject/scicat-filewriter-ingest/actions/workflows/integration.yml

Related to #17