bakdata / kpops

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

Evaluate how to handle generated labels #458

Open torbsto opened 4 months ago

torbsto commented 4 months ago

If I set a label based on my pipeline + component name, it might have more than 63 chars and therefore cannot be deployed. I think we should discuss if kpops should trim such labels or if it is the user's responsibility. In either case, it should probably be documented.