Pulsar

Apache Pulsar

NeuralBlitz Updated 1 repo stars

File contents

Apache Pulsar

Pulsar is a distributed pub-sub messaging platform with built-in geo-replication, multi-tenancy, and persistent storage. It offers high performance and low latency.

Key Concepts

  • Topics and partitions
  • Subscriptions (exclusive, shared, failover)
  • Message retention
  • Dead letter topics
  • Pulsar Functions (serverless)

Common Use Cases

  • Real-time analytics
  • Event-driven architectures
  • Geo-replicated messaging
  • Financial services
  • IoT data ingestion

Best Practices

  • Design proper partition strategy
  • Use appropriate subscriptions
  • Configure retention policies
  • Leverage Pulsar Functions
  • Monitor bookie storage

Resources

  • Pulsar.apache.org: pulsar.apache.org/docs
  • Related Skills: kafka, messaging, streaming

NeuralBlitz/Agent-Gateway/tree/main/agent-gateway/skills/user/categories/messaging/pulsar commit 7da65fc9ef

Frequently asked questions

npx skillmds@latest add neuralblitz/pulsar-2