You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bahir.apache.org by "João Boto (Jira)" <ji...@apache.org> on 2022/08/05 19:25:00 UTC

[jira] [Commented] (BAHIR-259) Flink Redis Connector 1.1-SNAPSHOT is unavailable on maven central repo

    [ https://issues.apache.org/jira/browse/BAHIR-259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17576025#comment-17576025 ] 

João Boto commented on BAHIR-259:
---------------------------------

A new release was created today..

the version is 1.1.0

> Flink Redis Connector 1.1-SNAPSHOT is unavailable on maven central repo
> -----------------------------------------------------------------------
>
>                 Key: BAHIR-259
>                 URL: https://issues.apache.org/jira/browse/BAHIR-259
>             Project: Bahir
>          Issue Type: Wish
>          Components: Flink Streaming Connectors
>         Environment: K8S
>            Reporter: Yun Xing
>            Assignee: João Boto
>            Priority: Major
>              Labels: features
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> I'm following this tutorial to use Flink Redis connector:
> [https://bahir.apache.org/docs/flink/current/flink-streaming-redis/]
> However, the artifact is not available on maven repo:
> ```
> <dependency>
>     <groupId>org.apache.bahir</groupId>
>     <artifactId>flink-connector-redis_2.11</artifactId>
>     <version>1.1-SNAPSHOT</version>
>  </dependency>
> ```
> I checked maven repo and found the latest version is out of date: ``1.0.0``
> Then I switch to use:
> ```
>  <dependency>
>     <groupId>org.apache.flink</groupId>
>     <artifactId>flink-connector-redis_2.11</artifactId>
>     <version>1.1.5</version>
>  </dependency>
> ```
> And found the library doesn't have the latest features from Bahir's 1.1-SNAPSHOT 
>  
> I also tried to include Github source code in may app, submitted a job to my k8s Flink operator and then got an error complaining the dependency class from Bahir's connector cannot be found
>  
> What's the desired solution here?
> Thank you.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)