David Turanski

Results 17 issues of David Turanski

Temporary files containing skipper package metadata should be cleaned up after deployment e.g. ``` 8.0K tmp/streampackages9162299677790935257 4.0K tmp/streampackages1007424933889654655 4.0K tmp/streampackages3613564728514687451 8.0K tmp/streampackages5352378485999921593 8.0K tmp/streampackages1319042573028839470 8.0K tmp/streampackages7248908537943486036 4.0K tmp/streampackages5429856046145102856 8.0K tmp/streampackages2686614591391408289...

status/need-investigation
candidate for 2.10 from priority backlog

Applies to TaskDefinitionController and TaskExecutionController. Motivated by https://stackoverflow.com/questions/71020365/spring-cloud-data-flow-task-properties. Best practice would be to use config server for this, but for a single task, it is overkill. These properties can be...

status/need-design
candidate for 2.10 from priority backlog

This avoids Oracle "Cannot serialize transaction" errors on startup. See https://oracle-base.com/articles/11g/segment-creation-on-demand-11gr2. Not sure what this does on 10g. Note that spring-batch 5.x does the same thing.

related to #4758

area/documentation

https://docs.spring.io/spring-cloud-dataflow/docs/current/reference/htmlsingle/#spring-cloud-dataflow-launch-tasks-from-stream Needs to be updated

area/documentation

The current version of spring cloud stream behaves differently with respect to setting `MessageHeaders.CONTENT_TYPE` header in the output message. Previous versions did provide the header, as illustrated in this [test](https://github.com/dturanski/stream-applications/blob/migrate-integration-tests/applications/stream-applications-integration-tests/src/test/java/org/springframework/cloud/stream/app/integration/test/processor/httprequest/HttpRequestProcessorTests.java#L85)....

see https://github.com/spring-cloud/spring-cloud-skipper/issues/971

I hit an issue preparing a demo using Sabby’s SpringOne2020 workshop with the truck monitoring app. Long story, I hit a bug with the KStreams processor so tried using a...

status/need-triage

The scale tests have been ignored in #319. These need to be enabled once the deployers have implemented this feature.

Depends on https://github.com/spring-cloud/spring-cloud-deployer-kubernetes/pull/478 Currently, the configuration for `src/kubernetes/skipper/skipper-config-.yaml` looks like ``` data: application.yaml: |- spring: cloud: skipper: server: platform: kubernetes: accounts: default: appAdmin: user: ${app-admin-user} password: ${app-admin-password} ... ``` These...

status/need-investigation