Sriharsha Chintalapani 876ac24e44
Docs (#3276)
* GitBook: [#50] BigQuery, Glue, MSSQL, Postgres, Redshift, Snowflake - V2

* GitBook: [#62] No subject

* GitBook: [#63] No subject

* GitBook: [#64] Beta

* GitBook: [#65] Make Harsha's requested changes to connectors section organization

* GitBook: [#66] Kerberos authentication with Hive

* GitBook: [#67] Fix procedure overview links

* GitBook: [#68] Fix procedure overview links

* GitBook: [#69] correct step reference

* GitBook: [#70] Add Kerberos connection troubleshooting

* updated json schema and schema docs (#3219)

* updated json schema and schema docs

* added glossay to readme

* GitBook: [#72] Metrics & Tests

Co-authored-by: Parth Panchal <parth.panchal@deuexsolutions.com>
Co-authored-by: Shilpa V <vernekar.shilpa@gmail.com>
Co-authored-by: Shannon Bradshaw <shannon.bradshaw@arrikto.com>
Co-authored-by: parthp2107 <83201188+parthp2107@users.noreply.github.com>
Co-authored-by: pmbrull <peremiquelbrull@gmail.com>
2022-03-08 08:13:37 -08:00

8.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

<<<<<<< HEAD

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

Type definitions in this schema

<<<<<<< HEAD

topicName

=======

  • Name that identifies a topic.
  • Type: string
  • Length: between 1 and 128

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

  • 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

<<<<<<< HEAD

  • 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>>>>>>> a07bc411 (updated json schema and schema docs (#3219))