Yun Xing created BAHIR-259: ------------------------------ Summary: 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
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.3.4#803005)