Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 540 Bytes

File metadata and controls

13 lines (11 loc) · 540 Bytes

pulsar_admin_schema

Manage Apache Pulsar schemas for topics.

  • schema
    • get: Get the schema for a topic
      • topic (string, required): The fully qualified topic name
      • version (number, optional): Schema version number
    • upload: Upload a new schema for a topic
      • topic (string, required): The fully qualified topic name
      • filename (string, required): Path to the schema definition file
    • delete: Delete the schema for a topic
      • topic (string, required): The fully qualified topic name