Skip to content

Add classes for broker types #45

@AlanCoding

Description

@AlanCoding

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

No one assigned

    Labels

    refactoringcode build-out and clean-up

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions