ollz272 opened a new issue, #34816:
URL: https://github.com/apache/beam/issues/34816

   ### What would you like to happen?
   
   We're having issues upgrading to redis v6, as we've just noticed that this 
is a dependency of apache beam.
   On further inspection, there seem to be a bunch of dependencies linked to 
some prewritten DoFns (?) that won't be applicable to all usecases. Such as:
   
   - numpy
   - redis
   - pymongo
   
   Maybe others too that i dont understand the uses of.
   
   We'd like to install as few packages as possible, and also have the ability 
to manage the versions of these (such as redis) ourselves.
   
   Is it possible to put these behind a feature flag? such as
   ```pip install apache_beam[redis, pymongo, numpy]``` as an example
   
   ### Issue Priority
   
   Priority: 3 (nice-to-have improvement)
   
   ### Issue Components
   
   - [x] Component: Python SDK
   - [ ] Component: Java SDK
   - [ ] Component: Go SDK
   - [ ] Component: Typescript SDK
   - [ ] Component: IO connector
   - [ ] Component: Beam YAML
   - [ ] Component: Beam examples
   - [ ] Component: Beam playground
   - [ ] Component: Beam katas
   - [ ] Component: Website
   - [ ] Component: Infrastructure
   - [ ] 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-unsubscr...@beam.apache.org.apache.org

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

Reply via email to