Skip to content

Conversation

@nikovirtala
Copy link
Contributor

@nikovirtala nikovirtala commented Sep 13, 2024

Issue # (if applicable)

Closes #31808

Reason for this change

It was impossible to start consuming a Kafka topic from a specific point in time.

Description of changes

The user may now set startingPositionTimestamp to ManagedKafkaEventSource and SelfManagedKafkaEventSource to start consuming a Kafka topic from a specific point in time.

Lambda and CloudFormation have supported the functionality for a while, and other stream event sources like KinesisEventSource already had a CDK implementation for it. So, technically, this change is doing nothing new; it is only repeating the pattern that has already been proven to work on other sources.

Description of how you validated changes

The change is tested by adding similar unit tests to other event sources supporting this functionality.

Checklist


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

@aws-cdk-automation aws-cdk-automation requested a review from a team September 13, 2024 10:41
@github-actions github-actions bot added p2 valued-contributor [Pilot] contributed between 6-12 PRs to the CDK labels Sep 13, 2024
@aws-cdk-automation aws-cdk-automation added the pr/needs-community-review This PR needs a review from a Trusted Community Member or Core Team Member. label Sep 13, 2024
@moelasmar
Copy link
Contributor

could you please add a new GH issue as a Feature request, and link it to this issue.

Copy link
Contributor

@moelasmar moelasmar left a comment

Choose a reason for hiding this comment

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

IMO, this is a feature and not a chore, and it needs update in Readme, and new integration test case

@aws-cdk-automation aws-cdk-automation removed the pr/needs-community-review This PR needs a review from a Trusted Community Member or Core Team Member. label Sep 16, 2024
Copy link
Contributor

@sumupitchayan sumupitchayan left a comment

Choose a reason for hiding this comment

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

Agreed with @moelasmar, this seems like a feat to me - @nikovirtala can you please add an integ test and README documentation on this?

@aws-cdk-automation
Copy link
Collaborator

This PR has been in the CHANGES REQUESTED state for 3 weeks, and looks abandoned. To keep this PR from being closed, please continue work on it. If not, it will automatically be closed in a week.

@moelasmar moelasmar changed the title chore(lambda-event-sources): starting position timestamp for kafka feat(lambda-event-sources): starting position timestamp for kafka Oct 14, 2024
Copy link
Collaborator

@aws-cdk-automation aws-cdk-automation left a comment

Choose a reason for hiding this comment

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

The pull request linter has failed. See the aws-cdk-automation comment below for failure reasons. If you believe this pull request should receive an exemption, please comment and provide a justification.

A comment requesting an exemption should contain the text Exemption Request. Additionally, if clarification is needed add Clarification Request to a comment.

@nikovirtala nikovirtala force-pushed the chore/kafka-starting-position-timestamp branch 2 times, most recently from e521983 to ab944c3 Compare October 18, 2024 12:10
@nikovirtala
Copy link
Contributor Author

nikovirtala commented Oct 18, 2024

Agreed with @moelasmar, this seems like a feat to me - @nikovirtala can you please add an integ test and README documentation on this?

README is clear, but creating the integration test for this is a lot of work:

1) there are no existing integration tests for any other Event Source Mappings
2) testing asserting Kafka Event Source Mapping requires creating an MSK cluster or such, which is not as trivial as creating a simple resource like DynamoDB Table (I hope there is something I can borrow from the MSK module, if one exist)

@nikovirtala
Copy link
Contributor Author

nikovirtala commented Oct 18, 2024

Exemption Request

  1. testing Kafka Event Source Mapping requires creating an MSK cluster or such, which is not as trivial as creating a simple resource like DynamoDB Table (I hope there is something I can borrow from the MSK module, if one exist)

Ok, the MSK module is in alpha state, and even that doesn't have an integration test that would create a topic and messages to the topic — which would be required to test this feature 😞

I doubt that creating all that is too much for me.

@nikovirtala nikovirtala force-pushed the chore/kafka-starting-position-timestamp branch 2 times, most recently from 811d9b7 to 81e290b Compare October 18, 2024 13:07
@github-actions github-actions bot added the feature-request A feature should be added or improved. label Oct 18, 2024
@aws-cdk-automation aws-cdk-automation added the pr-linter/exemption-requested The contributor has requested an exemption to the PR Linter feedback. label Oct 18, 2024
@nikovirtala nikovirtala force-pushed the chore/kafka-starting-position-timestamp branch from 81e290b to 19100c2 Compare November 16, 2024 11:40
@codecov
Copy link

codecov bot commented Nov 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.38%. Comparing base (7c1870f) to head (129d236).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #31439   +/-   ##
=======================================
  Coverage   82.38%   82.38%           
=======================================
  Files         120      120           
  Lines        6955     6955           
  Branches     1173     1173           
=======================================
  Hits         5730     5730           
  Misses       1120     1120           
  Partials      105      105           
Flag Coverage Δ
suite.unit 82.38% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Components Coverage Δ
packages/aws-cdk ∅ <ø> (∅)
packages/aws-cdk-lib/core 82.38% <ø> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@github-actions github-actions bot added the effort/small Small work item – less than a day of effort label Jan 9, 2025
@nikovirtala
Copy link
Contributor Author

nikovirtala commented Jan 9, 2025

It seems there are zero integration tests in this module. So, can anyone change this module before there is one? 🤔

@nikovirtala nikovirtala force-pushed the chore/kafka-starting-position-timestamp branch 4 times, most recently from 77978e6 to 2114f64 Compare January 9, 2025 15:10
@aws-cdk-automation aws-cdk-automation dismissed their stale review January 9, 2025 15:10

✅ Updated pull request passes all PRLinter validations. Dismissing previous PRLinter review.

@shikha372
Copy link
Contributor

shikha372 commented Mar 20, 2025

Thank you @nikovirtala for contributing this PR, please let us know if you're still interested continue with this feature implementation, to prevent auto closure.

Co-authored-by: Shikha Aggarwal <shikhaaggarwal1995@gmail.com>
@mergify mergify bot dismissed samson-keung’s stale review March 23, 2025 12:27

Pull request has been modified.

nikovirtala and others added 5 commits March 23, 2025 14:27
Co-authored-by: Shikha Aggarwal <shikhaaggarwal1995@gmail.com>
Co-authored-by: Shikha Aggarwal <shikhaaggarwal1995@gmail.com>
Co-authored-by: Shikha Aggarwal <shikhaaggarwal1995@gmail.com>
Co-authored-by: Shikha Aggarwal <shikhaaggarwal1995@gmail.com>
Co-authored-by: Shikha Aggarwal <shikhaaggarwal1995@gmail.com>
@nikovirtala
Copy link
Contributor Author

Thank you @nikovirtala for contributing this PR, please let us know if you're still interested continue with this feature implementation, to prevent auto closure.

I have a lot of interest in getting this feature available but I don't know if I have time to deal with the constantly changing "requirements" from changing reviewers — it should be enough to get things merged if currently used conventions are followed.

@aws-cdk-automation aws-cdk-automation added the pr/needs-community-review This PR needs a review from a Trusted Community Member or Core Team Member. label Mar 23, 2025
@shikha372
Copy link
Contributor

Thank you @nikovirtala for your contribution, all comments are addressed now, will work on getting this merged in.

@mergify
Copy link
Contributor

mergify bot commented Mar 28, 2025

Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

@aws-cdk-automation
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildv2Project1C6BFA3F-wQm2hXv2jqQv
  • Commit ID: 129d236
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@mergify
Copy link
Contributor

mergify bot commented Mar 28, 2025

Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

@mergify mergify bot merged commit 5077d8a into aws:main Mar 28, 2025
20 checks passed
@github-actions
Copy link
Contributor

Comments on closed issues and PRs are hard for our team to see.
If you need help, please open a new issue that references this one.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 28, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

effort/small Small work item – less than a day of effort feature-request A feature should be added or improved. p2 pr/needs-community-review This PR needs a review from a Trusted Community Member or Core Team Member. valued-contributor [Pilot] contributed between 6-12 PRs to the CDK

Projects

None yet

Development

Successfully merging this pull request may close these issues.

(lambda-event-sources): (starting position timestamp for kafka)

6 participants