0.1.2 • Published 6 months ago
n8n-nodes-pulsar v0.1.2
n8n-nodes-pulsar
This is an n8n community node. It lets you use Apache Pulsar in your n8n workflows.
Apache Pulsar is an open-source distributed pub-sub messaging and streaming platform built for cloud-native environments.
n8n is a fair-code licensed workflow automation platform.
Installation
Operations
Credentials
Compatibility
Usage
Resources
Version history
Installation
Follow the installation guide in the n8n community nodes documentation.
Operations
- Consume Messages: Subscribes to a Pulsar topic and triggers a workflow when new messages are received.
Credentials
You will need the following information to authenticate with Apache Pulsar:
- Pulsar Service URL: The URL of your Pulsar service (e.g.,
pulsar://localhost:6650
) - Authentication Type: Currently supports:
- No authentication
- Token-based authentication
- OAuth2 authentication
Compatibility
This node has been tested with n8n version 1.0+ and Apache Pulsar 2.10+.
Usage
- Create a new workflow
- Add a Pulsar Trigger node
- Configure the connection credentials
- Specify the topic to subscribe to
- Configure subscription options (subscription name, subscription type)
- Deploy the workflow and the node will start consuming messages