Skip to content

Commit

Permalink
kafka消费者代码
Browse files Browse the repository at this point in the history
  • Loading branch information
wangzhiwubigdata committed Jul 11, 2020
1 parent b67e8e5 commit ea76f1c
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
import org.apache.flink.api.java.tuple.Tuple2;
import org.apache.flink.util.Collector;

/**
* Created by wangchangye on 2020/6/21.
*/

public class RedisSinkDistinct implements FlatMapFunction<Tuple2<String, Integer>, Tuple2<String, Integer>> {
@Override
public void flatMap(Tuple2<String, Integer> value, Collector<Tuple2<String, Integer>> out) throws Exception {
Expand Down

0 comments on commit ea76f1c

Please sign in to comment.