Skip to content

Latest commit

 

History

History
74 lines (60 loc) · 1.65 KB

README.md

File metadata and controls

74 lines (60 loc) · 1.65 KB

Episode 001: Pulsar Basics

  • Hosted by @sijie
  • Recording 02/08/2020

Table of Content

  • 00:00:00 - Welcome to TGIP-CN!
  • 00:05:00 - Week in Review
  • 00:08:00 - Pulsar Basics

Week in Review

Show Notes

  • Event Streaming

    • Connect

      • Pub/Sub
      • Connector
      • Protocol handler
        • KoP
        • ActiveMQ
        • Rest
    • Store

      • Apache BookKeeper
      • Tiered storage
        • JCloud
          • AWS
          • GCS
        • HDFS
    • Process

      • Pulsar Function
      • Pulsar-Flink connector
      • Pulsar-Spark connector
      • Presto (Pulsar SQL)
  • Pub/Sub

    • Produer
    • Topic
    • Partition
      • Segment
      • Entry
      • Message
    • Broker
    • Subscription
      • Subscription Mode
        • Exclusive
        • Failover
        • Shared
        • Key_Shared
      • Consumers
      • Cursors
      • Readers
    • Tenant
    • Namespace

Reference