Skip to content

bigstomach/flink-source-connector-k8s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flink Kubernetes CDC Connector

Usage

CREATE TABLE pods (
    _id STRING, // must be declared
    namespace STRING,
    name STRING,
    phase STRING,
    PRIMARY KEY(_id) NOT ENFORCED
) WITH (
    'connector' = 'k8s'
);

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages