-
Notifications
You must be signed in to change notification settings - Fork 166
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
Add a KinesisShardEndedEvent in KclMessageDrivenChannelAdapter #112
Labels
Comments
We may consider including some other event types, e.g. Something similar what we have in Spring Kafka: https://docs.spring.io/spring-kafka/docs/2.2.3.RELEASE/reference/html/_reference.html#events Of course, we may introduce them on demand... |
Reopen since we can't add support for this type of event until we upgrade to KCL v2. |
Griffin1989106
added a commit
to Griffin1989106/SpringWithAWS
that referenced
this issue
Jul 22, 2024
Fixes spring-projects/spring-integration-aws#112 * Introduce an `AwsIntegrationEvent` hierarchy * Emit a `KinesisShardEndedEvent` from the `KinesisMessageDrivenChannelAdapter` when current `shardIterator` is returned as `null` indicating the end of the shard * NOTE: `KclMessageDrivenChannelAdapter` cannot emit such an event unit upgrade to KCL v2
Griffin1989106
added a commit
to Griffin1989106/SpringWithAWS
that referenced
this issue
Jul 22, 2024
guygriffin1989106
added a commit
to guygriffin1989106/SpringWithAWS
that referenced
this issue
Jul 26, 2024
Fixes spring-projects/spring-integration-aws#112 * Introduce an `AwsIntegrationEvent` hierarchy * Emit a `KinesisShardEndedEvent` from the `KinesisMessageDrivenChannelAdapter` when current `shardIterator` is returned as `null` indicating the end of the shard * NOTE: `KclMessageDrivenChannelAdapter` cannot emit such an event unit upgrade to KCL v2
guygriffin1989106
added a commit
to guygriffin1989106/SpringWithAWS
that referenced
this issue
Jul 26, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In
shardEnded
emit a new event (something like a KinesisShardEndedEvent)The text was updated successfully, but these errors were encountered: