Pere Miquel Brull 34fbe5d64c
Docs - Prepare 1.7 docs and 1.8 snapshot (#20882)
* DOCS - Prepare 1.7 Release and 1.8 SNAPSHOT

* DOCS - Prepare 1.7 Release and 1.8 SNAPSHOT
2025-04-18 12:12:17 +05:30

5.6 KiB

title slug
topic /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.