-
Notifications
You must be signed in to change notification settings - Fork 17
Move proxystore.pubsub to proxystore.stream.shims #463
Copy link
Copy link
Closed
Labels
enhancementNew features or improvements to existing functionalityNew features or improvements to existing functionality
Description
Describe the Request
The Publisher/Subscriber interfaces in proxystore.pubsub are just shims around existing pub/sub interfaces. I think it would be more clear to have these shims be a subpackage of proxystore.stream as they are tightly coupled with each other.
This will require making proxystore.stream a subpackage rather than submodule which I think will be good in the long term as we add more features.
Sample Code
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew features or improvements to existing functionalityNew features or improvements to existing functionality