DataCater / datacater

The developer-friendly ETL platform for transforming data in real-time. Based on Apache Kafka® and Kubernetes®.
https://datacater.io
Other
82 stars 4 forks source link

Allow to overwrite stream config of deployment in UI #49

Closed flippingbits closed 1 year ago

flippingbits commented 1 year ago

By default, a deployment gets the stream-in and stream-out config from the associated pipeline object.

Additionally, one can also provide inline stream configs in the deployment specs, which overwrites the stream configs of the pipeline object.

We should make the latter one available in the UI.

ChrisRousey commented 1 year ago

@HknLof @flippingbits Is this still relevant now since we have the configs rersource? It is also possible to define a stream-in and stream-out uuid inside a deployment definition to overwrite them.

flippingbits commented 1 year ago

I agree. I think it is fine to close it for now.