giros-dit / semantic-data-aggregator

A semantic monitoring framework for aggregating data from heterogeneous sources.
Apache License 2.0
4 stars 0 forks source link

Migrate Flink client to OpenApiGenerator #100

Closed idomingu closed 1 year ago

idomingu commented 2 years ago

Description

Flink community has released an OAS for Flink's REST API: https://nightlies.apache.org/flink/flink-docs-release-1.15/generated/rest_v1_dispatcher.yml

As we propose in #30, we should be able to generate a client stub from the OAS.

idomingu commented 2 years ago

We created a new repository https://github.com/giros-dit/python-flink-client that contains a Flink API client generated from its OAS. For this client we used python (stable) generator.