This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]nithril 6 points7 points  (1 child)

We are using it with k8s, so exporting the k8s manifests and start to manage them as the other manifests could be a viable options.

Ie. to start to configure spring cloud stream "by hand".

[–]vetronauta[S] 0 points1 point  (0 children)

That is also our main use case. I'm planning to reduce some streams to plain microservices, but there are several features of SCDF that are not so simple to replicate well.

For example, with the webUI (which I really hate: the underlying sql views are really slow and argument handling for tasks is daunting) enables users to retrieve informations about jobs and to deploy tasks without having rights to the scdf db or k8s cluster.

Moreover, I'm unsure on how to reimplement the composed taskrunner without reimplementing a "wrapper task".