Updated build system to account for the split hadron-stream &
hadron-operator components. Cut everything back over to alpine.
Removed docker-compose in favor of a more simple layout. Now, instead of
using a dynamic build cache via docker compose run, we are using some
updated docker caching functionality which is far more stable and
requires next to no overhead on setup.
Full Operator testing with generation of all core resources is working
quite nicely. Stream StatefulSets are able to be provisioned as needed,
pipeline CRs are detected by the corresponding Stream/StatefulSet and
Pipeline controllers are being provisioned as needed.
Updated build system to account for the split hadron-stream & hadron-operator components. Cut everything back over to alpine. Removed docker-compose in favor of a more simple layout. Now, instead of using a dynamic build cache via
docker compose run
, we are using some updated docker caching functionality which is far more stable and requires next to no overhead on setup.Full Operator testing with generation of all core resources is working quite nicely. Stream StatefulSets are able to be provisioned as needed, pipeline CRs are detected by the corresponding Stream/StatefulSet and Pipeline controllers are being provisioned as needed.