You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by "psolomin (via GitHub)" <gi...@apache.org> on 2023/04/13 09:15:45 UTC

[GitHub] [beam] psolomin opened a new issue, #26257: [Task]: Allow configuring `withMaxCapacityPerShard` for EFO

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: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] mosche closed issue #26257: [Task]: Allow configuring `withMaxCapacityPerShard` for KinesisIO with EFO

Posted by "mosche (via GitHub)" <gi...@apache.org>.
mosche closed issue #26257: [Task]: Allow configuring `withMaxCapacityPerShard` for KinesisIO with EFO
URL: https://github.com/apache/beam/issues/26257


-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org