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

feat(#3355): Add new avro format parser #3358

Merged
merged 11 commits into from
Dec 3, 2024

Commits on Nov 26, 2024

  1. Add avro parser

    SvenO3 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    006c8eb View commit details
    Browse the repository at this point in the history
  2. Improve avro parse exception

    SvenO3 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    442eb31 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

  1. Configuration menu
    Copy the full SHA
    18dbe30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a45029e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a7bf8e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3f0ef15 View commit details
    Browse the repository at this point in the history
  5. Fix tests

    SvenO3 committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    4115394 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2024

  1. Configuration menu
    Copy the full SHA
    719d1d2 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2024

  1. feat(#3362): Add SSL/SASL support to Kafka adapter and sink (#3364)

    * feat(#3362): Add SSL/SASL support to Kafka adapter and sink
    
    * Remove logging
    dominikriemer authored Dec 2, 2024
    Configuration menu
    Copy the full SHA
    2edc5e5 View commit details
    Browse the repository at this point in the history
  2. Add Kafka migrations

    dominikriemer committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    b07bb3b View commit details
    Browse the repository at this point in the history
  3. Fix Kafka test

    dominikriemer committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    46942df View commit details
    Browse the repository at this point in the history