2022-04-10 21:11:25 -07:00

8.5 KiB

Topic

Topic

This schema defines the Topic entity. A topic is a feed into which message are published to by publishers and read from by consumers in a messaging service.

$id:https://open-metadata.org/schema/entity/data/topic.json

Type: object

This schema does not accept additional properties.

Properties

a07bc411 (updated json schema and schema docs (#3219))

Type definitions in this schema

topicName

  • Name that identifies a topic.

  • Type: string

  • Length: between 1 and 128

  • Name that identifies a topic.

  • Type: string

  • The value must match this pattern: ^[^.]*$

  • Length: between 1 and 128

schemaType

  • Schema type used for the message.
  • The value is restricted to the following:
    1. "Avro"
    2. "Protobuf"
    3. "JSON"
    4. "Other"

cleanupPolicy

  • Topic clean up policy. For Kafka - cleanup.policy configuration.
  • The value is restricted to the following:
    1. "delete"
    2. "compact"

This document was updated on: Tuesday, January 25, 2022

  • Topic clean up policy. For Kafka - cleanup.policy configuration.
  • The value is restricted to the following:
    1. "delete"
    2. "compact"

topicConfig

  • Contains key/value pair of topic configuration.
  • Type: object

This document was updated on: Monday, March 7, 2022

This document was updated on: Wednesday, March 9, 2022