Skip to content

Jv/kinesis add user agent#3210

Closed
jvh-aws wants to merge 49 commits into
feat/kinesisfrom
jv/kinesis-add-user-agent
Closed

Jv/kinesis add user agent#3210
jvh-aws wants to merge 49 commits into
feat/kinesisfrom
jv/kinesis-add-user-agent

Conversation

@jvh-aws
Copy link
Copy Markdown
Contributor

@jvh-aws jvh-aws commented Feb 26, 2026

  • PR title and description conform to Pull Request guidelines.

Issue #, if available:

Description of changes:

How did you test these changes?
(Please add a line here how the changes were tested)

Documentation update required?

  • No
  • Yes (Please include a PR link for the documentation update)

General Checklist

  • Added Unit Tests
  • Added Integration Tests
  • Security oriented best practices and standards are followed (e.g. using input sanitization, principle of least privilege, etc)
  • Ensure commit message has the appropriate scope (e.g fix(storage): message, feat(auth): message, chore(all): message)

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

mattcreaser and others added 30 commits February 5, 2026 14:54
- Add sealed KinesisException hierarchy (Storage, Network, LimitExceeded)
  with typed mapping from RecordCacheException subtypes
- Add KinesisClientConfigurationProvider SAM interface for custom
  KinesisClient configuration via KinesisDataStreamsOptions
- Move KinesisClient creation from KinesisRecordSender to KinesisDataStreams,
  exposing it as a public property for direct access
- Add concurrent flush guard using AtomicBoolean in RecordClient, returning
  early with flushInProgress=true when a flush is already running
- Add enable/disable toggle for record collection; disabled state silently
  drops incoming records while preserving already-cached data
- Update record() return type from Result<RecordData> to Result<Unit>
… credentials provider types, autoflushscheduler error logging
@jvh-aws jvh-aws requested review from a team as code owners February 26, 2026 10:28
@cadivus
Copy link
Copy Markdown
Member

cadivus commented Feb 26, 2026

I think a PR description would be good.

@jvh-aws jvh-aws closed this Feb 27, 2026
@mattcreaser mattcreaser deleted the jv/kinesis-add-user-agent branch March 13, 2026 18:23
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.

3 participants