Back to Nodes

Pulsar Trigger

Last updated Mar 26, 2025

n8n node for Apache Pulsar integration, enabling message publishing and consumption through n8n workflows

46 Weekly Downloads
445 Monthly Downloads

Included Nodes

Pulsar Trigger
Pulsar Publisher

Description

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