1
0
mirror of synced 2026-01-08 03:06:34 -05:00
Files
airbyte/airbyte-config/models
Davin Chia 350bb5876e Kube: Better Port Abstraction. (#4829)
Introduce a better port abstraction whose primary purpose is to confirm that ports are released when the Kube Pod Process is closed.

This prevents issues like #4660

I'm also opening more ports so we can run at least 10 syncs in parallel.
2021-07-21 11:07:00 +08:00
..

Config Models

This module uses jsonschema2pojo to generate Java config objects from json schema definitions. See build.gradle for details.

How to use

  • Update json schema under:
    src/main/resources/types/
    
  • Run the following command under the project root:
    SUB_BUILD=PLATFORM ./gradlew airbyte-config:models:generateJsonSchema2Pojo
    
    The generated file is under:
    build/generated/src/gen/java/io/airbyte/config/
    

Reference