# flink-dis-plugin
**Repository Path**: mirrors_huaweicloud/flink-dis-plugin
## Basic Information
- **Project Name**: flink-dis-plugin
- **Description**: HuaweiCloud DIS Flink Connector
- **Primary Language**: Unknown
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-08-08
- **Last Updated**: 2025-12-02
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# HuaweiCloud DIS Flink Connector
HuaweiCloud DIS Flink Connector is a connector provided by the Data Access Service (DIS). It can be used to create a DStream to connect to Flink.
Quick Links:
- issue
- [DIS Homepage](https://www.huaweicloud.com/intl/en-us/product/dis.html), or Chinese language site [数据接入服务](https://www.huaweicloud.com/product/dis.html)
## Getting Started
### Requirements
- JDK 1.8+
- Scala-sdk-2.11
### Install the JDK
The recommended way to use the DIS SDK for DIS Flink Connector in your project is to consume it from Maven.
#### For Flink 1.11
```
com.huaweicloud.dis
huaweicloud-dis-flink-connector_2.11
2.0.1
compile
```
#### For Flink 1.5
```
com.huaweicloud.dis
huaweicloud-dis-flink-connector_2.11
1.0.6
compile
```
## Building From Source
Once you check out the code from GitHub, you can build it using Maven:
mvn clean install
## License
[Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0.html)