We want to create an integration test suite and run it in a self-contained world of headless containers
The high level goal is
docker-compose to start all containers
- streamsets
- kafka
configure streamsets
send data to kafka topic
StreamSets processes the data in the topic and send its to other topics
Application under tests, processes the data (fails / passes) - the test
tear down
Question:
How do I configure streamset pipeline without using the UI?