Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 | |