Questions tagged [spring-cloud-skipper]

32 questions
0
votes
1 answer

How to use static spring cloud stream url for launching spring cloud tasks?

Platform used : Kubernetes. I have an issue with Spring cloud stream url. I am launching my spring cloud tasks using spring cloud stream. Streams are deployed in kubernetes platform. Stream contains http-kafka as source and taskLauncerKafka as sink.…
0
votes
1 answer

how does the skipper-client help app get their streamDeploymentProperties?

wanna know how skipper help the application installed by it get their properties? for example, i depoly a stream in scdf by using http | log and i've config http with server.port=8088, how does it get this property?
andydy
  • 3
  • 3
0
votes
0 answers

Inconsistency of SCDF Stream Deployment status

Requests to deploy an SCDF Stream succeed, however, this results in a wrong combination of statuses: deployment claims "DEPLOYED", while the overall status of the Stream remains "UNDEDPLOYED" Further attempts to deploy the same stream fail with…
Viktor
  • 345
  • 1
  • 3
  • 13
0
votes
0 answers

Spring Cloud Dataflow - Stream deployment stuck in "Deploying"

My Custom stream is stuck in "Deploying". But the stream is actually working. Messages are received by the sink. But the status in SCDF is "Deploying". Per query - Spring Cloud Dataflow Custom App stuck in Deploying state @Sabby Anandan said, SCDF…
0
votes
1 answer

Unable to deploy streams on Spring Cloud Dataflow

Problem I was able to register applications and deploy them previously, now I am not able to. curl --request POST \ --url http://10.30.7.244:31444//apps/source/http \ --header 'content-type: application/x-www-form-urlencoded' \ --data…
Zombies
  • 25,039
  • 43
  • 140
  • 225
0
votes
1 answer

Spring Cloud Dataflow Stream Application - add folder to class path

I am trying to add a folder containing a property file to my class path when deploying a spring cloud stream application through the dataflow UI. I believe I want to use the java-cmd line, but when I do this I get skipper errors. Is my syntax just a…
0
votes
1 answer

Spring Cloud DataFlow server runnning locally pointing to Skipper in Kubernetes

I am working on spring cloud dataflow stream app. I am able to run Spring cloud data flow server locally with the skipper running in Cloud Foundry with below configuration . Now i am trying to run the same with the skipper running in kubernetes…
0
votes
1 answer

Can't hit spring-cloud-dataflow HTTP(source) application

I have been following a tutorial to create a stream with spring-cloud-dataflow. It creates the following stream - http --port=7171 | transform --expression=payload.toUpperCase() | file --directory=c:/dataflow-output All three applications start up…
0
votes
1 answer

Changing the count of instances in a stream in Spring Cloud Data Flow has no effect

I'm using SCDF 2.2.1.RELEASE with the Skipper Kubernetes deployer 2.1.2.RELEASE and I'm facing a weird behaviour which I would like to understand whether it's actually intended or an issue or just a no-feature. When I deploy a stream, I can…
0
votes
1 answer

Stream apps not using the buildpack provided in SCDF server environment variable (SCDF ver 2.1.2)

Recently, I upgraded from SCDF 1.7.3 to SCDF 2.1.2 for cloud foundry. Also, I am using skipper (I have to with 2.x). There are two main problems I am facing:- Buildpack given as a property in the SCDF server environment is not being used to deploy…
0
votes
2 answers

Spring Cloud Skipper shell - no suitable HttpMessageConverter

I am running Spring Cloud Skipper behind the NGINX proxy. When I try connecting to the Skipper server using the local shell running on laptop using proxy url, I get the error: Could not extract response: no suitable HttpMessageConverter found for…
Sekhar T
  • 41
  • 6
0
votes
1 answer

Is it required to set `packageVersion` of PackageIdentifier instance for DataFlowTemplate.streamOperations().updateStream(..) method?

I am instantiating PackageIdentifier class to pass it to DataFlowTemplate.streamOperations().updateStream(..) method, I set properties repositoryName and packageName, but I want to know if packageVersion is required property? Because I can see that…
Renat Gatin
  • 6,053
  • 5
  • 37
  • 58
0
votes
1 answer

Rational behind appending versions as Service/Deployment name on k8s with spring cloud skipper

I am kind of new the spring cloud dataflow world and while playing around with the framework, I see that if I have a stream = 'test-steram' with 1 application called 'app'. When I deploy using skipper to kubernetes, I see that It creates…
Anand
  • 3
  • 2
0
votes
1 answer

Spring cloud data flow server multiple namespaces

I need help about deploying about spring cloud data flow server. I want to deploy the app using helm and deploy streams into different namespaces. Even though I update the skipper configmap with multiple accounts and namespaces, checking stream…
0
votes
1 answer

Cloud Foundry Data Flow Server 1.5.1.RELEASE missing dependencies

Cloud Foundry Data Flow Server 1.5.1.RELEASE requires ‘spring-cloud-skipper’ and ‘spring-cloud-skipper-client’ version 1.0.5.RELEASE. The skipper server and skipper client dependencies 1.0.5.RELEASE are missing in maven central repository. Is there…