Ilayaperumal Gopinathan
Ilayaperumal Gopinathan
Hi @philippn , Thanks for trying out SCDF and your input. The feature you mention above is something we'd like to showcase as a recipe in our SCDF site: https://github.com/spring-io/dataflow.spring.io/issues/247....
Yes, I am aware of that option at the backend but what I meant is to get that in the dashboard. Should have created at the UI. Moving there.
> But wouldn't this cause unnecessary update to an apps which have not changed? Like if I update time on time|log why I'd wan't to touch running log. Though, there...
@mackoftrack I assume you are using K8s deployer. Currently, we hard code the tail lines of logs to `500` when showing the log of a `Pod` as in [here](https://github.com/spring-cloud/spring-cloud-deployer-kubernetes/blob/master/src/main/java/org/springframework/cloud/deployer/spi/kubernetes/KubernetesAppDeployer.java#L244). We'll...
We wanted to have a reasonable default for the initial implementation and hence `500` being the current default. Yes, we'll have the configuration options in the deployer implementations. I am...
Yes, I intended to have them created in the SCDF UI but created here. Moving there.
Submitted PRs for `local` [deployer](https://github.com/spring-cloud/spring-cloud-deployer-local/pull/4) by adding a `profile` to the configuration. The `local` app deployer/task launcher will only be available when this `local` profile is [active](https://github.com/spring-cloud/spring-cloud-dataflow/pull/1013). This will help...
I thought having `profile` name would be convenient than using bean name as this applies to both `app` deployer and `task` launcher. But given @jvalkeal's comment, we can switch back...
Hi @Manokethan, Which version of the `Spring Cloud Deployer` are you using? We removed this caching support as part of https://github.com/spring-cloud/spring-cloud-deployer/issues/237 and delegate to the appropriate Resource loader implementations for...
Weird. Can you share the log from your environment?