spring-cloud-dataflow Questions
3
Solved
I am getting the following messages running a task in spring cloud data flow.
DEBUG 13167 --- [spring_batch146] com.zaxxer.hikari.pool.HikariPool : HikariPool-2 - Add connection elided, waiting 1, ...
Mardis asked 13/8, 2020 at 0:23
1
I'm trying to write a simple SCDF flow that reads from Kafka, filters the messages by presence of specific value and pushes data into Mongo. As part of this i had to wrote following #jsonPath
#jso...
Bailes asked 26/6, 2020 at 20:5
3
I have a spring-cloud-stream application with kafka binding. I would like to send and receive a message from the same topic from within the same executable(jar). I have my channel definitions such ...
Jitters asked 21/7, 2016 at 2:59
2
Solved
I'm new to big data processing and I'm reading about tools for stream processing and building data pipelines.
I found Apache Spark and Spring Cloud Data Flow. I want to know the main differen...
Anion asked 21/7, 2018 at 4:57
2
Solved
I'm working on Spring batch and Spring Cloud Data Flow example. In this example, I've developed spring-cloud-data-flow-server and MySQL DB instead of default H2 DB by taking reference from Database...
Jarrettjarrid asked 2/5, 2020 at 11:34
2
We are currently in the process of deploying a new spring data flow stream application in our aws EKS cluster. As part of this, the pods launched by the skipper should have the IAM roles defined in...
Spindell asked 23/10, 2019 at 13:21
2
Solved
I have a task application with its own database that I'd like to run in Spring Cloud Data Flow.
My problem is that SCDF overwrites the datasource configuration in the task with the datasource conf...
Homochromatic asked 7/3, 2019 at 15:25
2
What is the key difference between the following properties :
1)spring.rabbitmq.listener.direct.prefetch= # Number of messages to be handled in a single request. It should be greater than or equal...
Proudfoot asked 20/9, 2018 at 23:15
2
Solved
I'm in the process of moving some of my application to microservices. One example service is a RSS crawler which uses Spring Integration to send items to Kafka. I also see there is Spring Cloud Dat...
Monger asked 19/4, 2018 at 15:45
1
Solved
Since Google Cloud Storage supports Object Change Notifications, it fits in a good programming model of enriching objects inserted to a bucket where a service can detect the item and react accordin...
Lanark asked 26/7, 2017 at 5:24
1
© 2022 - 2025 — McMap. All rights reserved.