Skip to content

Add connectors for RabbitMQ #163

@zxqfd555

Description

@zxqfd555

Is your feature request related to a problem? Please describe.
The Pathway connectors ecosystem currently does not include native connectors for RabbitMQ: the users currently have to implement wrappers over Python connectors for that. We need to support them natively, engine-side.

Describe the solution you'd like
Add native RabbitMQ connectors to the Pathway ecosystem for both reading and writing messages. These should be first-class connectors implemented within the Rust engine and exposed to users via the following APIs:

  • pw.io.rabbitmq.read
  • pw.io.rabbitmq.write

The official Rust crate can be used for the implementation.

Describe alternatives you've considered
None.

Additional context
Since this is a completely new connector being added to the system, no backward compatibility issues are expected.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions