implement integration testing and CI/CD
Opened this issue · 5 comments
JakkuSakura commented
As suggested, there should be some kind of testing and CI/CD. My approach is to setup a kafka docker image and write a bunch of tests, like what kafkacat does.
For CI/CD, I have little experiences on them, but it should not be hard once we have docker-based tests.
hbina commented
Why not use Github Actions?
neverchanje commented
It looks like the github actions workflow didn't run well. I would like to draft a pr to fix it :)
neverchanje commented
JakkuSakura commented
neverchanje commented
Thanks for your quick response! Let me fix the CI.