bakdata / kpops

Deploy Kafka pipelines to Kubernetes
https://bakdata.github.io/kpops
MIT License
12 stars 1 forks source link

Output of `kpops generate` doesn't pass schema validation #381

Closed disrupted closed 8 months ago

disrupted commented 10 months ago

kpops generate writes the enriched pipeline as

components:
  - type: ...
  - ...

this means, it violates our schema. The components key is an implementation detail that should be hidden.