spring-cloud-dataflow icon indicating copy to clipboard operation
spring-cloud-dataflow copied to clipboard

A microservices-based Streaming and Batch data processing in Cloud Foundry and Kubernetes

Results 332 spring-cloud-dataflow issues
Sort by recently updated
recently updated
newest added

**Problem description:** In our company, we use `Harbor registry` for our apps and also as a proxy for DockerHub images. When I want to import starter apps with the Kafka...

type/task

The "skipper" database is automatically created by an initContainer defined in `src/kubernetes/skipper/skipper-deployment.yaml`. ``` - name: init-mariadb-database image: mariadb:10.4.22 env: - name: MARIADB_PWD valueFrom: secretKeyRef: name: mariadb key: mariadb-root-password command: ['sh',...

type/task

**Description:** Customization in docker-compose [file](https://raw.githubusercontent.com/spring-cloud/spring-cloud-dataflow/v2.9.1/src/docker-compose/docker-compose.yml) gets ignored. **Release versions:** 2.9.1 / 2.8.2 **Custom apps:** **Steps to reproduce:** Add a property in the environment section, e.g. ` - server.port=9595` **Additional context:**...

status/need-feedback

**Description:** As mentioned in the title, the hibernate statistics are not exposed even if I set the property `spring.jpa.properties.hibernate.generate_statistics=true` in the application.yaml / application.properties **Release versions:** 2.9.1 **Steps to reproduce:**...

status/need-investigation

Hello, my problem is when I try to deploy a python task inside the docker container of the spring data flow server. Also it detects the docker repository and maes...

status/need-feedback

This is an epic issue to track an evaluation work to add spring-cloud-sleuth. - [ ] Add sleuth dependency(should be in parent pom allready) - [ ] We want to...

type/spike

I am trying to find any official statement on what SCDF client versions work with which server SCDF versions and I cannot find it. Would it be worthwhile to add...

area/documentation

Currently, we have the ability to determine the exit status of child task to compute the conditional execution of tasks within composed tasks. It might be useful in some cases...

type/enhancement
area/composed-tasks