Git Product home page Git Product logo

Comments (5)

hziling avatar hziling commented on July 28, 2024

是不是可以增加一种模式,可以同时支持SETDEL

from flink-connector-redis.

jeff-zou avatar jeff-zou commented on July 28, 2024

我试验一下先

from flink-connector-redis.

jeff-zou avatar jeff-zou commented on July 28, 2024

没问题,这两周会发一个新版本支持

from flink-connector-redis.

awakelee avatar awakelee commented on July 28, 2024

Is there any progress? @jeff-zou

from flink-connector-redis.

jeff-zou avatar jeff-zou commented on July 28, 2024

has been updated: https://github.com/jeff-zou/flink-connector-redis/releases/tag/1.3.1

Please use dependency like this:
<dependency> <groupId>io.github.jeff-zou</groupId> <artifactId>flink-connector-redis</artifactId> <version>1.3.1</version> </dependency>

CDC时支持类型

CDC插入及更新 CDC删除时响应操作
set del
hset hdel
rpush lpush 不响应
incrBy incrByFloat decrBy hincrBy hincryByFloat zincrby 写入相对值,如:incrby 2 -> incryby -2
sadd zadd srem zrem
pfadd(hyperloglog) 不响应
publish 不响应
zrem srem 不响应
del hdel 不响应
注:cdc更新操作与插入效果相同

from flink-connector-redis.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.