Skip to content

Commit

Permalink
fixup! [FLINK-36368] Optimize global committers
Browse files Browse the repository at this point in the history
  • Loading branch information
AHeise committed Oct 8, 2024
1 parent a29a943 commit b23171d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

package org.apache.flink.streaming.api.transformations;

import org.apache.flink.annotation.Internal;
import org.apache.flink.api.common.typeinfo.Types;
import org.apache.flink.api.connector.sink2.Committer;
import org.apache.flink.api.dag.Transformation;
Expand All @@ -40,6 +41,7 @@
*
* @param <CommT>
*/
@Internal
public class GlobalCommitterTransform<CommT> extends TransformationWithLineage<Void> {

private final DataStream<CommittableMessage<CommT>> inputStream;
Expand Down

0 comments on commit b23171d

Please sign in to comment.