instruction
stringclasses 1
value | input
stringlengths 3
76.9k
| output
stringlengths 3
9
|
---|---|---|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"As a Spring XD developer, I'd like to move {{gpfdist}} module from XD to s-c-s repo, so I can use it as sink to build streaming pipeline. "
|
67286.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"As a Spring XD developer, I'd like to move {{tcp-client}} module from XD to s-c-s repo, so I can use it as source to build streaming pipeline. "
|
67288.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"As a Spring XD developer, I'd like to move {{tcp}} module from XD to s-c-s repo, so I can use it as source to build streaming pipeline."
|
67288.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"As a Spring XD developer, I'd like to move {{mail}} module from XD to s-c-s repo, so I can use it as source to build streaming pipeline."
|
67288.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"As a Spring XD developer, I'd like to move {{syslog}} module from XD to s-c-s repo, so I can use it as source to build streaming pipeline. "
|
67289.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"As a Spring XD developer, I'd like to move {{stdout}} module from XD to s-c-s repo, so I can use it as source to build streaming pipeline."
|
67289.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"As a Spring XD developer, I'd like to move {{reactor-ip}} module from XD to s-c-s repo, so I can use it as source to build streaming pipeline."
|
67290.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"As a Spring XD developer, I'd like to move {{mqtt}} module from XD to s-c-s repo, so I can use it as source to build streaming pipeline. "
|
67291.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"As a Spring XD developer, I'd like to move {{mongo}} module from XD to s-c-s-m repo, so I can use it as source to build streaming pipeline. "
|
67291.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"As a Spring XD developer, I'd like to move {{mail}} module from XD to s-c-s-m repo, so I can use it as source to build streaming pipeline. "
|
67292.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"As a Spring XD developer, I'd like to move {{jms}} module from XD to s-c-s-m repo, so I can use it as source to build streaming pipeline. "
|
67292.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"As an s-c-d user, I'd like to contribute modules that immediately reflects in module registry, so I can create stream or task definitions using the shell/rest-api's. Currently the registry isn't flexible, as it is pretty much [hard-coded at registry bootstrap level|https://github.com/spring-cloud/spring-cloud-dataflow/blob/master/spring-cloud-dataflow-admin/src/main/java/org/springframework/cloud/dataflow/admin/config/ModuleRegistryPopulator.java#L75]. "
|
23095.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"As an s-c-d user, I'd like to upload custom modules using shell/rest-api, so I can contribute modules and create streaming/batch pipelines. "
|
23098.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"As an s-c-d user, I'd like to {{tap}} the primary pipeline, so I can fork the same data and do some ad-hoc analysis without impacting the original stream."
|
50523.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"As an s-c-d user, I'd like to refer to documentation on ""direct binding"", so I can use it as a reference to deploy a stream that includes directly bound modules. Example: {code} java -jar spring-cloud-stream-module-launcher/target/spring-cloud-stream-module-launcher-1.0.0.BUILD-SNAPSHOT.jar --modules=org.springframework.cloud.stream.module:time-source:1.0.0.BUILD-SNAPSHOT,org.springframework.cloud.stream.module:filter-processor:1.0.0.BUILD-SNAPSHOT,org.springframework.cloud.stream.module:filter-processor:1.0.0.BUILD-SNAPSHOT --args.0.fixedDelay=7 --args.1.expression='payload.contains(""6"")' --aggregate=true --spring.cloud.stream.bindings.output=filtered {code} "
|
67472.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"As an s-c-d user, I'd like to have documentation on deployment manifest, so I could refer to the relevant bits on {{partitions}}. I'd like to understand how streams withe "
|
67478.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"As a s-c-s user, I'd like to have {{Gemfire}} message-channel binder, so I can use {{Gemfire}} as the messaging middleware for low latency use-cases. "
|
50634.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"As a s-c-s user, I'd like to have the option to use more than one binder connection factory, so I can mix and match where I consume and publish data. More details [here|https://github.com/spring-cloud/spring-cloud-stream/issues/140]."
|
11695.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"We do set a default value in: xd/lib/spring-xd-dirt-1.2.1.RELEASE.jar/application.yml {code} ... xd: data: home: file:${XD_HOME}/data config: home: file:${XD_HOME}/config module: home: file:${XD_HOME}/modules customModule: home: file:${XD_HOME}/custom-modules ui: home: file:${XD_HOME}/spring-xd-ui/dist/ allow_origin: http://localhost:9889 ... {code} We need to document how this property can be used to allow for external services to use the XD Rest API and how you can customize it using **servers.yml**"
|
11655.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"As a user, I'm not able to shutdown {{container}} from Admin UI with the following stream definition deployed. {code} stream create swagataTestIssue --definition ""jdbc --query='select employee_id, employee_name, employer from EMPLOYEE' --url='jdbc:oracle:thin:@//localhost:1521/orcl' --username=springxd --password=xdpwd --driverClassName=oracle.jdbc.OracleDriver --testOnBorrow=false | hdfs --inputType=application/json "" --deploy {code} More details [here|https://issuetracker.springsource.com/browse/VESC-504]."
|
11325.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"As a s-c-d developer, I'd like to document the use of BOM templates, so the general audience can use it as a reference to include external libraries dynamically."
|
59474.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"As a XD developer, I'd like to upgrade to SI 4.2, Spring 4.2.1, and AMQP 1.5 dependencies, so I can take advantage of the latest improvements. "
|
10167.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"As a XD developer, I'd like to move header-enricher from modules repo to XD proper. "
|
11888.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"h2. Narrative As an XD developer, I need to be able to create a composed job module as XML from the DSL an store it in the Module File repository. While the user uses the composed job as if it is a normal job including seeing only the DSL. In the background the JobFactory will deploy the composed job module. * When the user destroys the job the module will be deleted from the file module repository. * When the user creates the job a module will be created in the file Module repository. h2. Back story For the composed job story, we need to create a ""real"" job module to be expressed in XML, so that we can take advantage of the job execution tasklet in XD-3556, so that each job can be executed as a step in the composed job."
|
22864.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"As a s-c-d user, I'd like to have the option to choose Hadoop distribution of choice, so I can load the right Hadoop libraries in the CP. "
|
77944.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"As a s-c-d developer, I'd like to refactor CC SPI deployer with CF java-client, so I can improve the overall design and performance. "
|
12727.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"As a s-c-d developer, I'd like to pass any overrides via external config file, so I can influence and override the default module configurations. (ex: module resolution from a different maven coordinate). "
|
59644.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"As a s-c-d developer, I'd like to add support for having different binder types for module's channels, so I can plug {{rabbit}}, {{redis}}, or {{kafka}} as the source or sink to read and write respectively."
|
17025.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"As a s-c-d developer, I'd like to move {{rabbit}} module from XD to s-c-s repo, so I can use it as {{sink}} to build streaming pipeline."
|
78597.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"As a s-c-d developer, I'd like to move {{kafka}} module from XD to s-c-s repo, so I can use it as {{sink}} to build streaming pipeline."
|
78597.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"As a s-c-d developer, I'd like to move {{kafka}} module from XD to s-c-s repo, so I can use it as {{source}} to build streaming pipeline."
|
78598.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"As a s-c-s-m developer, I'd like to move {{jdbc}} module from XD to s-c-s repo, so I can use it as {{sink}} to build streaming pipeline. See also XD-2250"
|
64192.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"As a s-c-s developer, I'd like to support XD-like features where modules bind to incoming messages via expressions or other mechanism, so I can bind message properties to every microservice modules. "
|
60348.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"As a XD user, I'd like to orchestrate composed jobs, so I can bring multiple jobs into single workflow and operationalize."
|
14022.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"As a XD developer, I'd like to explore repository options for ""composed jobs"", so I have the leverage to read/write composed job definitions."
|
14026.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"The CF implementation requires that a route be created for each new app. This works fine on the happy path, but is brittle. For example, it will fail if the route required already exists."
|
23205.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"As a s-c-d developer, I'd like to add _hdfs_ sink to module registry, so I can use this module to build streaming pipeline and write to Hadoop."
|
37.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"As a s-c-d developer, I'd like to document [Running on Cloud Foundry|https://github.com/spring-cloud/spring-cloud-dataflow#running-on-cloud-foundry] section in README, so it can be publicly available as deployment guideline."
|
4112.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"As a s-c-d user, I'd like to create a new banner, so I can embed and display the banner when the shell server boots-up. Perhaps use this [banner generator|http://patorjk.com/software/taag/#p=display&f=Standard&t=Spring%20Cloud%0AData%20Flow%20%20%3E%3E%3E%3E%3E%20]?"
|
7218.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"We currently use fixed paths like `spring-cloud-data-yarn/spring-cloud-data-yarn-appmaster/target/spring-cloud-data-yarn-appmaster-1.0.0.BUILD-SNAPSHOT.jar` in yml files. Need to make define version during a build and allow to override location of those files."
|
394.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"Create Parent pom file for build Create .settings file Migrate Timestamp task from SCSM to SCTM. "
|
47442.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"As a module author, I would like to apply RxJava processor module with spring cloud stream. "
|
1548.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"Upload of module launcher bits is slow because we do not take into account the CC cache. To fix this we need to use an async upload, and to somehow generate the SHA, etc, for the Module Launcher so that CC can pre-empt uploading all the bits every time."
|
119727.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"Currently we handle only a single page response from CC SPI list requests, but potentially there could be multiple ones."
|
119731.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"Currently only the STARTED application (and application instance) status is recognised. This issue will look at the other possible states and report them as module instance states. This would be trivial if we knew what the possible states might be and how we should interpret them for module instance state."
|
8631.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"Currently we deploy a single instance, and ignore the ModuleDeploymentRequest instances setting. It is easy to change this in the ModuleDeployer, but there is no guarantee this will work in the ModuleLauncher, so we hold off until that can be verified."
|
8636.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"As a s-c-d developer, I'd like to produce ref. documentation for s-c-d architecture, so I could define 1.x and 2.x deployment differences. "
|
15310.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"Deploying a Stream with HDFS sink and JDBC as source displays incorrect information on the tooltip for the JDBC source. The issue occurs when there are more than 1 containers deployed and the source is deployed on one container and the sink is deployed on another container. I have checked the REST endpoints and they seem to show the correct information. (http://localhost:9393/runtime/containers.json) In my test case, say if there are 2 containers and source and sink are deployed on the same container, the tooltip's show correct information. The Stream I used for testing purposes is as follows - {noformat} stream create swagataTestIssue --definition ""jdbc --query='select employee_id, employee_name, employer from EMPLOYEE' --url='jdbc:oracle:thin:@//localhost:1521/orcl' --username=springxd --password=xdpwd --driverClassName=oracle.jdbc.OracleDriver --testOnBorrow=false | hdfs --inputType=application/json "" --deploy {noformat} I will attach the screenshots. This issue has also been reported when using Gemfire as source and HDFS as sink. Thanks, Swagata"
|
37306.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"As a s-c-s developer, I'd like to fix the {{Kafka}} binder, so I can create messaging microservices apps and successfully bind them to an operational Kafka broker. "
|
975.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"As a s-c-d developer, I'd like to setup {{gh_pages}} branch for s-c-d and s-c-s-m repos, so I can start pushing documentation with PR commits."
|
16888.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"Create a timestamp job that will be used a a sample for users to create their own spring boot based jobs. "
|
2.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"The s-c-s-module-launcher document requires update for running it on standalone, docker, lattice. Also, the docker-compose yml requires fix so that modules in there are bound together."
|
4344.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"Instead of using real `moduleDeployer`, try using mocks so that the module deployer downloading the maven co-ordinates from repo can be avoided (for module deployment case). Since module deployer and controllers are tested individually, it would be good to focus on shell functionality only for the shell tests."
|
4905.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"As a s-c-d developer, I'd like to provide optional key-value pairs as deployment properties, so I could leverage them at the runtime to instruct how the modules will be deployed. _The scope of this story is to specifically support {{count}} to represent {{N}} instances of modules that share the same environment variables._"
|
1251.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"As a s-c-d developer, I'd like to have {{module info}}, {{module list}}, {{module register}}, and {{module unregister}} commands, so I can interact with {{ModuleRegistry}}."
|
11761.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"h2. Narrative As a user, I need to be able to deploy a task (boot jar) via the CLI. h2. Back story Since the concept of jobs as an explicit primitive within Spring XD is going away in spring-cloud-data, the shell needs to be updated to reflect that."
|
10537.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"Can take from previous implementation in XD/SI/Boot. Should have a way to enforce not skipping tests based on an environment variable. Consider moving this coverage to SI ""commons"" or equivalent. "
|
66541.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"As a s-c-d developer, I'd like to create {{ModuleRegistry}} implementation, so I can use this infrastructure to lookup module coordinates by name."
|
5753.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"As a s-c-s developer, I'd like to enable {{offline}} mode for {{AetherModuleResolver}}, so I can pull the module artifacts from local instead of remote maven repo."
|
6672.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"Make ChannelBindingAdapter implement SmartLifecycle so that it gets started with the highest precedence and before any other message producing bean."
|
7.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"As a s-c-d developer, I'd like to create foundation to support _processor_ as OOTB modules, so I can use the processor modules from {{s-c-s-m}} repo to build streaming pipeline."
|
8485.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"As a s-c-d developer, I'd like to create a new project to contain all the rules associated {{@RedisRule}} contract, so it is isolated from core functionalities and reusable by test coverage as needed. Consider moving this coverage to SI ""commons"" or equivalent. "
|
68112.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"As a Spring XD developer, I'd like to port SFTP module from XD to s-c-s repo, so I can use it as source modules to build streaming pipeline. "
|
82723.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"As a s-c-d developer, I'd like to move the external library to its own project, so we have a clear separation of functionalities in s-c-d repo."
|
81514.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"As a s-c-s developer, I'd like to refactor the current {{ModuleLauncher}} contract with Boot's {{JarLauncher}} API, so we don't have to maintain duplicate functionality."
|
108452.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"As a s-c-d developer, I'd like to experiment how do we resolve and then add module dependent JAR's to Boot loader, so I have an approach to handle external libraries required by OOTB modules. "
|
16.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"As a s-c-d developer, I'd like to make the deployer work asynchronously, so I can use the shell to return quickly and also queue deploy operations within YARN as tasks."
|
22900.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"As an s-c-d developer, I'd like to add support to negotiate with the ResourceManager REST-APIs to deploy modules by groups. so I can build instrumentation to start the App instances automatically. Perhaps also take into account of the App specifics such as {{appType=CLOUDDATA}} and {{appName=spring-cloud-data-yarn-app}}. "
|
22907.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"As a s-c-d developer, I'd like to add support to deploy YARN App into HDFS automatically, so I can have the {{xd-admin}} orchestrate overall deployment by leveraging the manifest to deploy where and with what assets."
|
22912.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"As a s-c-d user, I'd like to have the option to support passing definition parameters into YARN container, so I can effectively use those _params_ within the module running inside the container."
|
22915.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"Build SCS and SCD projects upon change in github repo. Push docker image for SCD-Admin to docker hub"
|
3.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"As a s-c-s developer, I'd like to create auto configuration for {{singlenode}} binder configuration/properties, so I can automatically configure the Spring application based on the dependencies."
|
4035.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"As a user I should be able to use the existing admin UI client for spring-cloud-data admin with the appropriate server configurations."
|
8.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"Spring-cloud-data admin requires lattice connector and `spring-cloud-spring-service-connector` dependencies so that the admin controllers get access to any services while running on lattice. One example is, CounterContoller using `redis` service for MetricRepository."
|
5.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"Improve Spring Cloud Stream module launcher/resolver properties: 1) Support comma separated remoteRepositories 2) Classify/group the properties"
|
16658.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"Spring Integration 4.2 changed the default SFTP session factory to *not* accept keys from unknown hosts by default. This is more secure. You either have to provide a pre-populated {{known_hosts}} file or set {{allowUnknownKeys}} to true. If you do both, the keys will be automatically added to the known hosts file. When updating XD to 4.2.0.RC1 I simply set the boolean to true, to retain the previous behavior. Add properties to the SFTP source to allow configuration of these properties at the stream level. "
|
91440.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"As a s-c-d developer, I'd like to upgrade {{receptor-client}} to comply with latest {{Receptor}} API changes, so I can sync-up and take advantage of the recent improvements. "
|
5.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"As a Spring XD developer, I'd like to move {{trigger}} module from XD to s-c-s repo, so I can use it as source to build streaming pipeline. "
|
136840.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"Hi, Passwords are visibly when using custom modules. Attached is example custom module code and xd-shell script to reproduce the problem using stream module of type processor on Spring XD 1.2.1.RELEASE. Compile with Maven (mvn clean install) and run xd-shell script (xd-shell --cmdfile ./runme.cmd). "
|
68134.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"As an s-c-d developer, I'd like to investigate the distributed deployment of s-c-s modules on YARN, so I can experiment the implementation of YARN SPI and derive the strategy for {{YARNModuleDeployer}}."
|
9982.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"As a module author, I want to be able to test my code in ""next to real world"" conditions (ie Integration Testing, but not really): - I want all my module wiring to be testable - I want all my module configuration (@ConfigurationProperties) to be in effect, and I want to be able to test various combination of props - I want to be able to send data to my module and assert what is coming at the other end - I want an idiomatic way of asserting the above (eg integration with Hamcrest, etc) - I DONT want to have to send data to an actual bus (redis, rabbit, etc)"
|
11450.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"Currently, @EnableModule hardcodes references to both the redis and rabbit configuration classes, which trigger or don't trigger based on the presence of another jar (which itself has the meat of the configuration). This is typically what boot AutoConfiguration is for. Moreover, adding a new binding (eg Kafka or a stub for module testing) would require to crack open @EnableModule"
|
1739.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"As a Spring XD user, I'd like to use the latest releases of {{HDP}}/{{PHD}} distros, so I can leverage the latest features to create pipelines involving {{HDFS}}."
|
77651.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"Currently the DSL parsing for tasks is a copy and paste of what it is for streams (minus the ability to parse multiple modules). This results in a lot of duplication. This should be refactored to remove duplication and remove explicit references to either streams or tasks in common code."
|
13543.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"As a Spring XD developer, I'd like to move {{gemfire}} module from XD to s-c-s repo, so I can use it as {{sink}} to build streaming pipeline."
|
95191.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"As a s-c-d developer, I'd like to move {{rabbit}} module from XD to s-c-s repo, so I can use it as {{source}} to build streaming pipeline."
|
142509.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"As a Spring XD developer, I'd like to move {{redis}} module from XD to s-c-s repo, so I can use it as {{sink}} to build streaming pipeline."
|
18417.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"As a Spring XD developer, I'd like to port {{FTP}} module from XD to s-c-s repo, so I can use it as {{sink}} modules to build streaming pipeline."
|
107681.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"As a Spring XD developer, I'd like to port {{file}} module from XD to s-c-s repo, so I can use it as {{sink}} module to build streaming pipeline."
|
82623.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"As a Spring XD developer, I'd like to port {{router}} module from XD to s-c-s repo, so I can use it as {{sink}} module to build streaming pipeline."
|
144053.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"As a Spring XD developer, I'd like to port {{transform}} module from XD to s-c-s repo, so I can use it as {{processor}} module to build streaming pipeline."
|
19853.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"As a Spring XD developer, I'd like to port {{filter}} module from XD to s-c-s repo, so I can use it as {{processor}} module to build streaming pipeline."
|
19853.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"As a Spring XD developer, I'd like to move {{twittersearch}} module from XD to s-c-s repo, so I can use it as source modules to build streaming pipeline. "
|
144056.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"As a Spring XD developer, I'd like to move {{twitterstream}} module from XD to s-c-s repo, so I can use it as source modules to build streaming pipeline. "
|
51217.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"As a Spring XD developer, I'd like to port {{tcp}} module from XD to s-c-s repo, so I can use it as {{source}} module to build streaming pipeline. "
|
82156.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"As a Spring XD developer, I'd like to port {{http}} module from XD to s-c-s repo, so I can use it as {{source}} module in streaming pipeline. "
|
20332.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"Enable spring cloud config for all modules * Add spring cloud config client to pom dependencies. * Add bootstrap.yml to scs project "
|
125925.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"User can configure spring cloud data via via Spring Cloud Config, data-admin.yml or Spring Cloud Connector * Add bootstrap.yml to spring cloud data * create a default data-admin.yml and configure spring data to look for this vs application.yml. * Spring Cloud Data will have Spring Cloud Config enabled by default ** User has the ability to disable it via the bootstrap.yml"
|
40697.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"As a s-c-d developer, I'd like to derive a strategy for module metadata via {{@ConfigurationProperties}}, so I can implement {{module info}} command in shell to list all the module properties. "
|
110184.0
|
give resolution time in minutes for the given user story, only provide the number of minutes in the output without any other text
|
"This could focus only on the subset (Stream operations)"
|
11766.0
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.