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

Conversation

istreeter
Copy link
Collaborator

@istreeter istreeter commented Sep 9, 2024

The following improvements are introduced via common-streams 0.8.0-M4:

@istreeter istreeter force-pushed the common-streams-refactored-kinesis branch from 4646bf3 to 38d6730 Compare September 9, 2024 16:04
@istreeter istreeter force-pushed the common-streams-refactored-kinesis branch 2 times, most recently from bfd66f7 to 9abe8c8 Compare September 18, 2024 21:58
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 istreeter force-pushed the common-streams-refactored-kinesis branch from 9abe8c8 to 854ef98 Compare September 20, 2024 08:04
Copy link

@oguzhanunlu oguzhanunlu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💯

@istreeter istreeter merged commit ebb087e into develop Sep 20, 2024
2 checks passed
@istreeter istreeter deleted the common-streams-refactored-kinesis branch September 20, 2024 08:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants