Hi, Jin IIUC, the DataStream connector `RedisSink` can still be used. However, the Table API connector `RedisTableSink` might not work (at least in the future) because it is implemented based on the deprecated Table connector abstraction. You can still give it a try, though.
Best, Yangze Guo On Tue, Aug 17, 2021 at 9:15 AM Jin Yi <j...@promoted.ai> wrote: > > is apache bahir still a thing? it hasn't been touched for months (since > redis 2.8.5). > > as such, looking at the current flink connector docs, it's no longer pointing > to anything from the bahir project. looking around in either the flink or > bahir newsgroups doesn't turn up anything regarding bahir's EOL. > > is the best bet for a flink to redis sink something i roll on my own > (inclined to go this route w/ buffered writes)? or should i try going > through via kafka and using confluent's kafka redis connector (flink => kafka > => redis)?