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

Common config with fragments #344

Open
wants to merge 15 commits into
base: main
Choose a base branch
from

Commits on Nov 5, 2024

  1. Initial addition of common functionaity between S3 sink and source co…

    …nnectors
    
    Signed-off-by: Aindriu Lavelle <[email protected]>
    aindriu-aiven committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    edbef0e View commit details
    Browse the repository at this point in the history
  2. Address comments to simplify credential creation

    Signed-off-by: Aindriu Lavelle <[email protected]>
    aindriu-aiven committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    2486952 View commit details
    Browse the repository at this point in the history
  3. Update S3-Sink to use the S3-commons package

    Signed-off-by: Aindriu Lavelle <[email protected]>
    aindriu-aiven committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    ecdc04e View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Split common Config for source and sink connectors, have S3 sink conn…

    …ector use the sink source for configuration
    
    Signed-off-by: Aindriu Lavelle <[email protected]>
    aindriu-aiven committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    46436c0 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. partial refactoring

    ¨Claude committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    634921c View commit details
    Browse the repository at this point in the history
  2. merge common config fragments

    Signed-off-by: Aindriu Lavelle <[email protected]>
    aindriu-aiven committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    a3ab883 View commit details
    Browse the repository at this point in the history
  3. merge common config fragments

    Signed-off-by: Aindriu Lavelle <[email protected]>
    aindriu-aiven committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    26b947e View commit details
    Browse the repository at this point in the history
  4. merge common config fragments

    Signed-off-by: Aindriu Lavelle <[email protected]>
    aindriu-aiven committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    f33a60f View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. added TODO around commented out code

    ¨Claude committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    40ea8ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aff4c0a View commit details
    Browse the repository at this point in the history
  3. Changes for FileNameFragment tests

    ¨Claude committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    398b13a View commit details
    Browse the repository at this point in the history
  4. Fixed issues in merge

    ¨Claude committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    9fe1063 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #3 from Claudenw/FileNameFragmentTests

    File name fragment tests
    aindriu-aiven authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    82206a3 View commit details
    Browse the repository at this point in the history
  6. Update to implement S3CommonConfigFragment

    Signed-off-by: Aindriu Lavelle <[email protected]>
    aindriu-aiven committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    66816f9 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. fixed test issues and updated javadoc (#4)

    * fixed test issues and updated javadoc
    
    * removed unnecessary RecordGrouperFactory changes
    
    ---------
    
    Co-authored-by: ¨Claude <¨[email protected]¨>
    Claudenw and ¨Claude authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    691c955 View commit details
    Browse the repository at this point in the history