psolomin opened a new issue, #26257: URL: https://github.com/apache/beam/issues/26257
### What needs to happen? Current version of `EFOShardSubscriber` does not take into account `KinesisIO.Read#withMaxCapacityPerShard(Integer)` config and has hard-coded in-flight limit: https://github.com/apache/beam/blob/cd0f44b3751c9d4b583b2a3e2e1d10aeb75695b9/sdks/java/io/amazon-web-services2/src/main/java/org/apache/beam/sdk/io/aws2/kinesis/EFOShardSubscriber.java#L59 Default for `maxCapacityPerShard` should be set to `null` and each type of consumer (non-EFO or EFO) should have their own defaults (10K is too large for EFO). ### Issue Priority Priority: 3 (nice-to-have improvement) ### Issue Components - [ ] Component: Python SDK - [X] Component: Java SDK - [ ] Component: Go SDK - [ ] Component: Typescript SDK - [X] Component: IO connector - [ ] Component: Beam examples - [ ] Component: Beam playground - [ ] Component: Beam katas - [ ] Component: Website - [ ] Component: Spark Runner - [ ] Component: Flink Runner - [ ] Component: Samza Runner - [ ] Component: Twister2 Runner - [ ] Component: Hazelcast Jet Runner - [ ] Component: Google Cloud Dataflow Runner -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
