Pere Miquel Brull 970a7786db
Revert "Docs (#3276)" (#3278)
This reverts commit 876ac24e44f2b900857f10ab2cb138b60913b251.
2022-03-08 18:25:44 +01:00

4.5 KiB

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

Type definitions in this schema

topicName

  • Name that identifies a topic.
  • Type: string
  • 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"

topicConfig

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

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