FlinkKafkaConsumer problem

2020-09-02 Thread op
    hi,    i am confused about consumer group of FlinkKafkaConsumer,     i have two applications,with the same code like this: //--- val bsEnv = StreamExecutionEnvironment.getExecutionEnvironment Env.setRestartStrategy(RestartStrategies.noRestart()) val consumerProps =

How to use Hbase Connector Sink

2020-06-11 Thread op
hi  flink1.10??wen i want to sink data to hbase table like this??  bstEnv.sqlUpdate("""CREATE TABLE circle_weight (                            rowkey String,                            info ROW