0.1.2 • Published 6 months ago

n8n-nodes-pulsar v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

Banner image

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

  1. Create a new workflow
  2. Add a Pulsar Trigger node
  3. Configure the connection credentials
  4. Specify the topic to subscribe to
  5. Configure subscription options (subscription name, subscription type)
  6. Deploy the workflow and the node will start consuming messages

Resources

License

MIT

0.1.2

6 months ago

0.1.1

6 months ago

0.1.0

6 months ago