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

Attempt of using generics instead of interface{} in component's configuration handling and creation. #346

Draft
wants to merge 6 commits into
base: develop
Choose a base branch
from

Commits on Jun 5, 2024

  1. go mod tidy

    Tidy to fix incorrect dep in go.mod
    colmsnowplow committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    31a4b09 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    e594770 View commit details
    Browse the repository at this point in the history
  2. Remove Lua transformation

    adatzer committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    58e6711 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Patch kinesis source leader action frequency setting

    The default was changed to a naively long value when we implemented the feature - 60s is more reasonable
    colmsnowplow committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    b3829af View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Remove needless data copying

    Original implementation did something silly and inefficient.
    colmsnowplow committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    d486101 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Attempt of using generics instead of interface{} in component's

    configuration handling and creation.
    
    Drafted solution lives for now in `generic` package and example usage
    (with some fake test component) is demonstrated in `component_test.go`.
    pondzix committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    d7243d0 View commit details
    Browse the repository at this point in the history