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

fix(QAPPINT-803): Fixing timestamp attribute for iteratorType=AT_TIME… #125

Open
wants to merge 1 commit into
base: tesb/camel-3.20.6.x
Choose a base branch
from

Conversation

ArtemMarchukQlikCom
Copy link

@ArtemMarchukQlikCom ArtemMarchukQlikCom commented Nov 29, 2024

…STAMP for Kinesis2Component

Description

Target

  • I checked that the commit is targeting the correct branch (note that Camel 3 uses camel-3.x, whereas Camel 4 uses the main branch)

Tracking

  • If this is a large change, bug fix, or code improvement, I checked there is a JIRA issue filed for the change (usually before you start working on it).

Apache Camel coding standards and style

  • I checked that each commit in the pull request has a meaningful subject line and body.
  • I have run mvn clean install -DskipTests locally from root folder and I have committed all auto-generated changes.

@ArtemMarchukQlikCom ArtemMarchukQlikCom requested a review from a team as a code owner November 29, 2024 16:38
@@ -52,6 +52,9 @@ public class Kinesis2Configuration implements Cloneable {
@UriParam(label = "consumer",
description = "The sequence number to start polling from. Required if iteratorType is set to AFTER_SEQUENCE_NUMBER or AT_SEQUENCE_NUMBER")
private String sequenceNumber = "";
@UriParam(label = "consumer",
description = "The message timestamp to start polling from. Required if iteratorType is set to AFTER_SEQUENCE_NUMBER or AT_SEQUENCE_NUMBER")
Copy link

Choose a reason for hiding this comment

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

required if iteratorType is AT_TIMESTAMP ?
is it really required ?

Copy link
Author

Choose a reason for hiding this comment

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

For AT_TIMESTAMP only. I'll fix this description, thank you

@ArtemMarchukQlikCom ArtemMarchukQlikCom force-pushed the bugfix/tesb/camel-3.20.6.x/QAPPINT-803 branch from 3e3ad4e to 13247f6 Compare December 2, 2024 12:16
@ArtemMarchukQlikCom ArtemMarchukQlikCom force-pushed the bugfix/tesb/camel-3.20.6.x/QAPPINT-803 branch from 13247f6 to 8b7a972 Compare December 2, 2024 12:45
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