You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opendal.apache.org by "messense (via GitHub)" <gi...@apache.org> on 2023/03/25 11:04:45 UTC

[GitHub] [incubator-opendal] messense commented on issue #1766: research: How to provide support for services that require feature in bindings?

messense commented on issue #1766:
URL: https://github.com/apache/incubator-opendal/issues/1766#issuecomment-1483795878

   It depends on how do you want to distribute the packages:
   
   1. One big wheel with all required features, makes the build process complicated.
   2. A core package `opendal` and some plugin packages like `opendal-rocksdb` that utilize some [plugin interface](https://packaging.python.org/en/latest/guides/creating-and-discovering-plugins/) to register them so `opendal.Operator()` can look it up.


-- 
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: commits-unsubscribe@opendal.apache.org

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