spring-cloud / spring-cloud-dataflow

A microservices-based Streaming and Batch data processing in Cloud Foundry and Kubernetes
https://dataflow.spring.io
Apache License 2.0
1.11k stars 580 forks source link

Unable to deploy stream containing scriptable-transform-processor #3169

Closed AddaxT closed 5 years ago

AddaxT commented 5 years ago

After creating any stream definition containing scriptable-transform-processor-kafka:2.1.0.RELEASE using python as the language deployment is failing at YAML validation (it seems is failing when generating deployment descriptor for K8s).

We are using SCDF server 2.0.0.RELEASE, Skipper 2.0.0.RELEASE and GKE 1.11.7-gke.12. Please see the image below. Same script worked fine on SCDF 1.7.3 local deployer.

image

sabbyanandan commented 5 years ago

This appears to be a discussion to have at the app level as opposed to in SCDF. Moved it to: https://github.com/spring-cloud-stream-app-starters/scriptable-transform/issues/32