Rounak Dhillon 6d2739f72f
Docs: Meta Description Updation (#22608)
Co-authored-by: “Rounak <“rounakpreet.d@deuexsolutions.com”>
2025-07-28 08:14:43 +00:00

5.8 KiB

title description slug
Topic Schema | OpenMetadata Topic Schema and Definitions Connect Topic to enable streamlined access, monitoring, or search of enterprise data using secure and scalable integrations. /main-concepts/metadata-standard/schemas/entity/data/topic

Topic

A Topic is a feed or an event stream in a Messaging Service into which publishers publish messages and consumed by consumers.

Properties

Definitions

  • cleanupPolicy: Topic clean up policy. For Kafka - cleanup.policy configuration. Must be one of: ["delete", "compact"].
  • topicConfig (object): Contains key/value pair of topic configuration.
  • topicSampleData (object): This schema defines the type to capture sample data for a topic. Cannot contain additional properties.
    • messages (array): List of local sample messages for a topic.
      • Items (string)

Documentation file automatically generated at 2025-01-15 09:05:41.923720+00:00.