Thanks for the information Xintong! I'll consider working on this if I have
time later this month.
Best,
Zakelly
On Wed, Jan 3, 2024 at 11:54 AM Xintong Song wrote:
> >
> > I would like to ask if there is any plan to review and refactor the CLI
> in
> > Flink 2.0.
> >
>
> Not that I'm aware of
>
> I would like to ask if there is any plan to review and refactor the CLI in
> Flink 2.0.
>
Not that I'm aware of.
I have the impression of seeing discussions about not using CLI options and
using only "-Dconfig.key", but I cannot find it now. I personally think
that is a good direction to go,
Hi Xintong,
Thanks for driving this.
I would like to ask if there is any plan to review and refactor the CLI in
Flink 2.0. I recently found that the CLI commands and parameters are
confusing in some ways (e.g.
https://github.com/apache/flink/pull/23253#discussion_r1405707256). It
would be benefic
Thanks a lot for offering the help, Rui. The plan sounds good to me. I'll
put your name and the milestones into the 2.0 wiki page.
Best,
Xintong
On Wed, Jan 3, 2024 at 10:38 AM Rui Fan <1996fan...@gmail.com> wrote:
> Thanks Xintong for promoting the progress of Flink 2.0.
>
> If no one minds,
By the way, some of the refactors of stage2 need to be done in Flink 1.19.
Because some Public or PublicEvolving classes are using Time class.
Such as: org.apache.flink.api.common.state.StateTtlConfig#newBuilder
is using the org.apache.flink.api.common.time.Time.
And StateTtlConfig is PublicEvolvi
Thanks Xintong for promoting the progress of Flink 2.0.
If no one minds, I'd like to pick this one: Use Java’s Duration instead of
Flink’s Time.
Could I assign FLINK-14068[1] to me?
My expected progress is:
- Mark org.apache.flink.api.common.time.Time and
org.apache.flink.streaming.api.windowing
Hi devs,
The release managers have been tracking the progress of release 2.0 work
items. Unfortunately, some of the items are not in good progress, and
either don't have a contributor or the original contributor no longer has
capacity to work on them. We have already tried reaching out to some
dev