apache / dolphinscheduler

Apache DolphinScheduler is the modern data orchestration platform. Agile to create high performance workflow with low-code
https://dolphinscheduler.apache.org/
Apache License 2.0
12.82k stars 4.61k forks source link

[Question] [Stream] Streaming tasks don't work #16723

Open maerman13 opened 1 week ago

maerman13 commented 1 week ago

Search before asking

What happened

It's not possible to start streaming task. For example, Flink Streaming Task. After start there isn't any streaming task instance.

What you expected to happen

There are some problem of execution streaming task at DolphinScheduler at backend.

How to reproduce

Create workflow with Flink Streaming Task and start it.

Anything else

1) Does DolphinScheduler support Streaming Tasks or it isn't implemented yet? 2) Is any workaround to start streaming task, for example for Seatunnel or Flink? 3) Does community have plans to develop new features for streaming at 2025 Roadmap?

Version

3.2.x

Are you willing to submit PR?

Code of Conduct

SbloodyS commented 1 week ago

Does DolphinScheduler support Streaming Tasks or it isn't implemented yet?

The support for flink streaming task is not very good for now.

Is any workaround to start streaming task, for example for Seatunnel or Flink?

Using shell task.

Does community have plans to develop new features for streaming at 2025 Roadmap?

There is no plans for now.