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-streams 0.8.x with refactored kinesis source #81

Merged
merged 1 commit into from
Sep 20, 2024

Commits on Sep 20, 2024

  1. Upgrade common-streams 0.8.0-M4

    The following improvements are introduced via common-streams 0.8.0-M4:
    
    - Fields starting with a digit are now prefixed with an underscore `_`.
      This is needed for Hudi, which does not allow fields starting with a
      digit (snowplow/schema-ddl#209)
    - New kinesis source implementation without fs2-kinesis
      (snowplow-incubator/common-streams#84)
    - Iglu schemas are resolved in parallel, for short pause times during
      event processing (snowplow-incubator/common-streams#85)
    - Common http client configured with restricted max connections per
      server (snowplow-incubator/common-streams#87)
    - Iglu scala client 3.2.0 no longer relies on the "list" schemas
      endpoint (snowplow/iglu-scala-client#255)
    istreeter committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    854ef98 View commit details
    Browse the repository at this point in the history