[
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 auto-deprioritized-minor redis (was:
auto-deprioritized-major redis stale-minor)
Priority: Not a Priority (was: Minor)
This issue was labeled "stale-minor" 7 days ago and has not received any
updates so it is being deprioritized. If this ticket is actually Minor, please
raise the priority and ask a committer to assign you the issue or revive the
public discussion.
> 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: Not a Priority
> Labels: auto-deprioritized-major, auto-deprioritized-minor, redis
>
> 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)