-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Description
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.readpw.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.