Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MGDCTRS-2214: Use Kamelet data types #644

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Apr 4, 2023

  1. MGDCTRS-2214: Use Kamelet data types

    - Replaces encoder/decoder Kamelet actions with single data-type Kamelet action
    - Add DataType converter implementations for application/octet-stream, avro/binary, avro/x-struct, application/x-struct, application/x-java-object, application/json, plain/text mime types
    - Use avro/x-struct instead of avro/binary as a consumes mime type
    - Use single delegating schema resolver to handle both Avro and Json schema resolver based on given mime type
    - Introduce cos-resolve-schema-action.kamelet.yaml and cos-data-type-action.kamelet.yaml (replaces endocer/decoder action Kamelets)
    - Use cos-resolve-schema-action and cos-data-type-action Kamelets in KameletBindings as a generic way of converting data formats based on produces/consumes mime type information given on the connector metadata and datashape settings
    christophd committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    744e17c View commit details
    Browse the repository at this point in the history