Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tuancamtbtx/flink-streaming-example
Source code - Deploy Flink job by k8s operator
https://github.com/tuancamtbtx/flink-streaming-example
flink-examples flink-stream-processing java k8s-deployment k8s-operator
Last synced: about 12 hours ago
JSON representation
Source code - Deploy Flink job by k8s operator
- Host: GitHub
- URL: https://github.com/tuancamtbtx/flink-streaming-example
- Owner: tuancamtbtx
- Created: 2023-01-02T05:26:05.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-04T02:39:15.000Z (almost 2 years ago)
- Last Synced: 2024-11-09T02:38:10.531Z (about 2 months ago)
- Topics: flink-examples, flink-stream-processing, java, k8s-deployment, k8s-operator
- Language: Java
- Homepage:
- Size: 86.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deploying flink job by K8s operator
## Setup
### Minikube
### Install Helm
### Deploy## Configuration
```cmd
export APPLICATION_CONF=your_config.conf
```
| name | default | Description |
|-----------------------------------------------|---------|----------------------------------------------|
| x.sources | None | list of sources, eg ["source-2", "source-2"] |
| x.source.your-source.topic-name | None | |
| x.source.your-source.group-id | None | |
| x.source-your-source.bootstrap-servers | None | |