Re: Metrics or runtimeContext in global commit

2023-02-20 Thread Tobias Fröhlich
g, 20. Februar 2023 03:31:22 Betreff: Re: Metrics or runtimeContext in global commit It seems no other way to get the runtimeContext in a global commit. For me, I think it's reasoable to propose the fetature. I added flink-devs channel for more attention/discussion in flink devs. Best regards, Yuxia

Re: Metrics or runtimeContext in global commit

2023-02-19 Thread yuxia
: 星期二, 2023年 2 月 14日 下午 9:26:34 主题: Metrics or runtimeContext in global commit Dear flink team, I would like to use metrics (which are then written to an influxdb) in the method org.apache.flink.api.connector.sink2.Committer::commit(Collection> committables) that I use for global commit.

Metrics or runtimeContext in global commit

2023-02-14 Thread Tobias Fröhlich
Dear flink team, I would like to use metrics (which are then written to an influxdb) in the method org.apache.flink.api.connector.sink2.Committer::commit(Collection> committables) that I use for global commit. I use the helper method StandardSinkTopologies.addGlobalCommitter(...) to define