-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Labels
refactoringcode build-out and clean-upcode build-out and clean-up
Description
I started this out adding methods like publish_message
as static methods, because static methods are simpler. But this has gotten more complicated with connection management.
Ultimately, the "producer" probably shouldn't own the connection, and the broker should own it.
For this to make sense, the "broker" should be class-based. It will have 2 versions, an async and synchronous version.
Metadata
Metadata
Assignees
Labels
refactoringcode build-out and clean-upcode build-out and clean-up