[
https://issues.apache.org/jira/browse/FLINK-5683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Flink Jira Bot updated FLINK-5683:
----------------------------------
Labels: auto-deprioritized-major redis stale-minor (was:
auto-deprioritized-major redis)
I am the [Flink Jira Bot|https://github.com/apache/flink-jira-bot/] and I help
the community manage its development. I see this issues has been marked as
Minor but is unassigned and neither itself nor its Sub-Tasks have been updated
for 180 days. I have gone ahead and marked it "stale-minor". If this ticket is
still Minor, please either assign yourself or give an update. Afterwards,
please remove the label or in 7 days the issue will be deprioritized.
> Fix RedisConnector documentation (Java)
> ---------------------------------------
>
> Key: FLINK-5683
> URL: https://issues.apache.org/jira/browse/FLINK-5683
> Project: Flink
> Issue Type: Improvement
> Components: Connectors / Common, Documentation
> Affects Versions: 1.1.3, 1.1.4
> Reporter: Vikram Rawat
> Priority: Minor
> Labels: auto-deprioritized-major, redis, stale-minor
>
> The RedisConnector documentation for Java can be improved.
> https://ci.apache.org/projects/flink/flink-docs-release-1.1/apis/streaming/connectors/redis.html
>
> The code snippet on the site is:
> DataStream<String> stream = ...;
> stream.addSink(new RedisSink<Tuple2<String, String>>(conf, new
> RedisExampleMapper());
> This gives compile time error in IDE. It should be changed to:
> DataStream<Tuple2<String, String>> stream = ...;
> stream.addSink(new RedisSink<Tuple2<String, String>>(conf, new
> RedisExampleMapper());
> The code snippets on the Project WebSite must be accurate so I recommend this
> change. And it will only take a few minutes.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)