Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

[feature request] Redis sink & side connector

Open
#328 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
5/5
Estimated time
Over a week
Newbie friendliness
25/100
Issue type
Feature
Clarity
Needs clarification
Activity status
Stale
Tech stack
java, redis, sql
Domain
backend, data

Research direction

Read docs/plugin/redisSink.md and docs/plugin/redisSide.md first, then compare the documented Sink and Side behavior with the current Redis key format described in the issue. Define how custom primary-key and value formats would be specified, including the serialized multi-column value, and document the distinction between Sink and Side before implementation.

Written by the indexing model from the issue text.

Description

正在找一个RedisSink connector就找到了你们的项目,感谢开源!可以提一个需求吗?

Redis key现在是tableName:privateKey:privateKeyValue:columnName. 可不可以支持customize PrimaryKey and Value 的格式,可以更灵活地支持各种use case. e.g. key is tableName:privateKeyValue; value is a serialized form of multiple columns. Like a stringify JSON format of {column1: column1Value; column2: column2Value...}

同时想问一下SinkSide有什么区别? 我懂Sink,但不懂side啥意思?谢谢!

Dominant language
Java
Stars
2k
Forks
913
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from DTStack/flinkStreamSQL

All issues in DTStack/flinkStreamSQL

Similar issues

More Java issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.